Revision: 99246 http://trac.macports.org//changeset/99246 Author: raimue@macports.org Date: 2012-10-30 03:03:39 -0700 (Tue, 30 Oct 2012) Log Message: ----------- gnome/libsoup: We need to use the same version of perl with which intltool was built. See #30937 for some reference. Modified Paths: -------------- trunk/dports/gnome/libsoup/Portfile Modified: trunk/dports/gnome/libsoup/Portfile =================================================================== --- trunk/dports/gnome/libsoup/Portfile 2012-10-30 09:30:40 UTC (rev 99245) +++ trunk/dports/gnome/libsoup/Portfile 2012-10-30 10:03:39 UTC (rev 99246) @@ -6,7 +6,7 @@ name libsoup version 2.40.1 -revision 1 +revision 2 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome net platforms darwin @@ -50,6 +50,9 @@ --disable-more-warnings \ --disable-introspection +# intltool needs to be run with the correct version of perl +configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12 + test.run yes test.target check
participants (1)
-
raimue@macports.org