[99246] trunk/dports/gnome/libsoup/Portfile

raimue at macports.org raimue at macports.org
Tue Oct 30 03:03:39 PDT 2012


Revision: 99246
          http://trac.macports.org//changeset/99246
Author:   raimue at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121030/53848943/attachment.html>


More information about the macports-changes mailing list