[117436] trunk/dports/gnome/vino/Portfile

devans at macports.org devans at macports.org
Tue Feb 25 23:49:20 PST 2014


Revision: 117436
          https://trac.macports.org/changeset/117436
Author:   devans at macports.org
Date:     2014-02-25 23:49:20 -0800 (Tue, 25 Feb 2014)
Log Message:
-----------
vino: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, build deps.

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

Modified: trunk/dports/gnome/vino/Portfile
===================================================================
--- trunk/dports/gnome/vino/Portfile	2014-02-26 07:26:48 UTC (rev 117435)
+++ trunk/dports/gnome/vino/Portfile	2014-02-26 07:49:20 UTC (rev 117436)
@@ -21,7 +21,8 @@
                 sha256  faf10d667c43d00cd37dc6343b44012456de9d2e39d8ce679c719e65d2dfbe46
 
 depends_build   port:pkgconfig \
-                port:intltool
+                port:intltool \
+                port:gnome-common
 
 depends_lib     port:desktop-file-utils \
                 port:gtk3 \
@@ -38,6 +39,15 @@
                 port:jpeg \
                 port:zlib
 
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
+use_autoreconf  yes
+autoreconf.args -fvi
+
 configure.cflags-append \
                 -Wno-format-nonliteral
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140225/93abbcac/attachment.html>


More information about the macports-changes mailing list