diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-08 10:49:16 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-08 10:49:16 +0800 |
commit | dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c (patch) | |
tree | 873576e3001ad81345d00f475e57d904bac9e66e /x11-toolkits/py-gnome-extras/files | |
parent | 310a25e24667aa450e09453bbb0cbe91b519e597 (diff) | |
download | marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.tar marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.tar.gz marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.tar.bz2 marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.tar.lz marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.tar.xz marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.tar.zst marcuscom-ports-dd7bcba55cfcea5d71dfcaa6ddb4232d13049f6c.zip |
Update to 2.19.1. Disable the libgda2, because it has changed to use newer
libgda3 that is not exists in ports tree. I am speaking of this libgda-3.0 >=
2.99.6, not the one current version of libgda3 in our ports tree. Also, there
has new gksu2, but we don't have it in our ports tree. I figure that if
some port needs either of it, then we can add up and bump this port.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9011 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/py-gnome-extras/files')
-rw-r--r-- | x11-toolkits/py-gnome-extras/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-toolkits/py-gnome-extras/files/patch-configure b/x11-toolkits/py-gnome-extras/files/patch-configure new file mode 100644 index 000000000..6e14c25af --- /dev/null +++ b/x11-toolkits/py-gnome-extras/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Tue Jul 11 11:39:00 2006 ++++ configure Tue Jul 11 11:43:03 2006 +@@ -20762,6 +20762,7 @@ case $mozpackage in + xulrunner) mozpackage_required_version=1.8 ;; + firefox) mozpackage_required_version=1.0 ;; + mozilla) mozpackage_required_version=1.2b ;; ++ seamonkey) mozpackage_required_version=1.2b ;; + *) { { echo "$as_me:$LINENO: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&5 + echo "$as_me: error: --with-gtkmozembed argument must be either 'mozilla', 'firefox', or 'xulrunner'" >&2;} + { (exit 1); exit 1; }; } |