[117417] trunk/dports/gnome/libsecret/Portfile

devans at macports.org devans at macports.org
Tue Feb 25 14:12:00 PST 2014


Revision: 117417
          https://trac.macports.org/changeset/117417
Author:   devans at macports.org
Date:     2014-02-25 14:12:00 -0800 (Tue, 25 Feb 2014)
Log Message:
-----------
libsecret: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, build deps.

Modified Paths:
--------------
    trunk/dports/gnome/libsecret/Portfile

Modified: trunk/dports/gnome/libsecret/Portfile
===================================================================
--- trunk/dports/gnome/libsecret/Portfile	2014-02-25 21:43:04 UTC (rev 117416)
+++ trunk/dports/gnome/libsecret/Portfile	2014-02-25 22:12:00 UTC (rev 117417)
@@ -26,6 +26,7 @@
 
 depends_build   port:intltool \
                 port:pkgconfig \
+                port:libxslt \
                 port:gtk-doc
 
 depends_lib     path:lib/pkgconfig/glib-2.0.pc:glib2 \
@@ -33,6 +34,17 @@
                 port:vala \
                 port:libgcrypt
 
+# update build/m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/build/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
+configure.args  --disable-silent-rules
+
 platform darwin 8 {
     # The rules enabled by gobject-introspection require GNU make 3.81+
     depends_build-append    port:gmake
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140225/2c020580/attachment.html>


More information about the macports-changes mailing list