[103170] trunk/dports/net/avahi/Portfile

raimue at macports.org raimue at macports.org
Sun Feb 17 04:05:12 PST 2013


Revision: 103170
          https://trac.macports.org/changeset/103170
Author:   raimue at macports.org
Date:     2013-02-17 04:05:12 -0800 (Sun, 17 Feb 2013)
Log Message:
-----------
net/avahi:
intltool is a build dependency. Also, we need to use the same version of perl
with which intltool was built. See #30937 for some reference.
Maintainer timeout on #37820.

Modified Paths:
--------------
    trunk/dports/net/avahi/Portfile

Modified: trunk/dports/net/avahi/Portfile
===================================================================
--- trunk/dports/net/avahi/Portfile	2013-02-17 10:26:02 UTC (rev 103169)
+++ trunk/dports/net/avahi/Portfile	2013-02-17 12:05:12 UTC (rev 103170)
@@ -6,7 +6,7 @@
 
 name                avahi
 version             0.6.31
-revision            5
+revision            6
 categories          net devel
 maintainers         pixilla openmaintainer
 license             LGPL-2.1+
@@ -42,10 +42,9 @@
     reinplace "s|/System|${destroot}|g" ${worksrcpath}/initscript/darwin/Makefile.in
 }
 
-depends_build       port:pkgconfig
+depends_build       port:pkgconfig \
+                    port:intltool
 
-depends_run         port:intltool
-
 depends_lib         port:expat \
                     port:gdbm \
                     port:gettext \
@@ -66,6 +65,8 @@
                     --disable-pygtk \
                     --disable-tests
 
+# intltool needs to be run with the correct version of perl
+configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
 
 # __APPLE_USE_RFC_2292 should be removed once avhi is updated to support RFC 3542
 configure.cppflags-append   -L${prefix}/lib -D__APPLE_USE_RFC_2292
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130217/0a77f878/attachment.html>


More information about the macports-changes mailing list