Revision: 139110 https://trac.macports.org/changeset/139110 Author: devans@macports.org Date: 2015-08-02 20:11:52 -0700 (Sun, 02 Aug 2015) Log Message: ----------- gcab: to correctly reconfigure with intltool 0.51, intltoolize must be run before autoreconf in autogen.sh, increment revision to force correct configuration. Modified Paths: -------------- trunk/dports/gnome/gcab/Portfile trunk/dports/gnome/gcab/files/autogen.sh Modified: trunk/dports/gnome/gcab/Portfile =================================================================== --- trunk/dports/gnome/gcab/Portfile 2015-08-03 00:10:47 UTC (rev 139109) +++ trunk/dports/gnome/gcab/Portfile 2015-08-03 03:11:52 UTC (rev 139110) @@ -6,6 +6,7 @@ name gcab version 0.6 +revision 1 license LGPL-2.1+ set branch [join [lrange [split ${version} .] 0 1] .] description A tool and library mainly made to create Cabinet files Modified: trunk/dports/gnome/gcab/files/autogen.sh =================================================================== --- trunk/dports/gnome/gcab/files/autogen.sh 2015-08-03 00:10:47 UTC (rev 139109) +++ trunk/dports/gnome/gcab/files/autogen.sh 2015-08-03 03:11:52 UTC (rev 139110) @@ -7,8 +7,8 @@ mkdir -p "$srcdir/m4" gtkdocize +intltoolize -f autoreconf -v --force --install -intltoolize -f if [ -z "$NOCONFIGURE" ]; then "$srcdir"/configure "$@"
participants (1)
-
devans@macports.org