[51260] trunk/dports/graphics/gimp-gap-devel
devans at macports.org
devans at macports.org
Thu May 21 16:13:13 PDT 2009
Revision: 51260
http://trac.macports.org/changeset/51260
Author: devans at macports.org
Date: 2009-05-21 16:13:12 -0700 (Thu, 21 May 2009)
Log Message:
-----------
gimp-gap-devel:
* set version 2.5.99
* initial 2.6.0 stable release branch
* bug fixes, translations
* patch autogen.sh to recognize automake 1.11
Modified Paths:
--------------
trunk/dports/graphics/gimp-gap-devel/Portfile
Added Paths:
-----------
trunk/dports/graphics/gimp-gap-devel/files/
trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff
Modified: trunk/dports/graphics/gimp-gap-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/Portfile 2009-05-21 22:54:02 UTC (rev 51259)
+++ trunk/dports/graphics/gimp-gap-devel/Portfile 2009-05-21 23:13:12 UTC (rev 51260)
@@ -5,7 +5,7 @@
name gimp-gap-devel
set git_name gimp-gap
-version 2.5.0.845
+version 2.5.99
categories graphics
maintainers devans
@@ -25,7 +25,7 @@
fetch.type git
git.url git://git.gnome.org/${git_name}
-git.branch c36ac7a2
+git.branch bddb6cba
depends_build port:git-core \
port:pkgconfig \
@@ -43,6 +43,8 @@
depends_run port:MPlayer
+patchfiles patch-autogen.sh.diff
+
configure.cmd ./autogen.sh
configure.args --disable-audio-support \
Added: trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff
===================================================================
--- trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff (rev 0)
+++ trunk/dports/graphics/gimp-gap-devel/files/patch-autogen.sh.diff 2009-05-21 23:13:12 UTC (rev 51260)
@@ -0,0 +1,14 @@
+--- autogen.sh.orig 2009-05-21 14:47:05.000000000 -0700
++++ autogen.sh 2009-05-21 14:50:57.000000000 -0700
+@@ -88,7 +88,10 @@
+
+
+ echo -n "checking for automake >= $AUTOMAKE_REQUIRED_VERSION ... "
+-if (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
++if (automake-1.11 --version) < /dev/null > /dev/null 2>&1; then
++ AUTOMAKE=automake-1.11
++ ACLOCAL=aclocal-1.11
++elif (automake-1.10 --version) < /dev/null > /dev/null 2>&1; then
+ AUTOMAKE=automake-1.10
+ ACLOCAL=aclocal-1.10
+ elif (automake-1.9 --version) < /dev/null > /dev/null 2>&1; then
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090521/a878d6c4/attachment.html>
More information about the macports-changes
mailing list