[117357] trunk/dports/multimedia/libgpod/Portfile

devans at macports.org devans at macports.org
Sun Feb 23 14:40:20 PST 2014


Revision: 117357
          https://trac.macports.org/changeset/117357
Author:   devans at macports.org
Date:     2014-02-23 14:40:20 -0800 (Sun, 23 Feb 2014)
Log Message:
-----------
libgpod: replace in-tree copy of intltool.m4 and autoreconf to fix intltool configuration, remove ineffective dependencies on perl5.16, p5.16-xml-parser (#42595).

Modified Paths:
--------------
    trunk/dports/multimedia/libgpod/Portfile

Modified: trunk/dports/multimedia/libgpod/Portfile
===================================================================
--- trunk/dports/multimedia/libgpod/Portfile	2014-02-23 21:40:11 UTC (rev 117356)
+++ trunk/dports/multimedia/libgpod/Portfile	2014-02-23 22:40:20 UTC (rev 117357)
@@ -25,20 +25,26 @@
 depends_build       path:bin/pkg-config:pkgconfig \
                     port:intltool
 
-depends_lib         port:p5.16-xml-parser \
-                    port:libplist \
+depends_lib         port:libplist \
                     port:libpng \
                     port:gdk-pixbuf2 \
                     port:taglib \
                     path:lib/pkgconfig/libusb-1.0.pc:libusb
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 # make sure to not use already-installed files,
 # to the best of our ability
 configure.ldflags-delete "-L${prefix}/lib"
 configure.cppflags-delete "-I${prefix}/include"
 
-configure.perl      ${prefix}/bin/perl5.16
-
 variant python27 conflicts python26 \
 description {Build Bindings for Python 2.7} {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140223/de3ce914/attachment.html>


More information about the macports-changes mailing list