[135623] trunk/dports/net/grsync/Portfile

devans at macports.org devans at macports.org
Mon Apr 27 23:57:13 PDT 2015


Revision: 135623
          https://trac.macports.org/changeset/135623
Author:   devans at macports.org
Date:     2015-04-27 23:57:13 -0700 (Mon, 27 Apr 2015)
Log Message:
-----------
grsync: reconfigure using intltoolize and upstream autogen.sh for intltool 0.51 compatibility.

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

Modified: trunk/dports/net/grsync/Portfile
===================================================================
--- trunk/dports/net/grsync/Portfile	2015-04-28 06:23:37 UTC (rev 135622)
+++ trunk/dports/net/grsync/Portfile	2015-04-28 06:57:13 UTC (rev 135623)
@@ -21,16 +21,19 @@
                     sha256  4f1443154f7c85ca7b0e93d5fea438e2709776005e7cfc97da89f4899b1c12e5
 
 depends_build       port:intltool \
-                    port:pkgconfig
+                    port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:rsync \
                     port:gtk2
 
-# autoreconf to fix intltool perl configuration using our intltool.m4
+# grsync's autogen.sh does not run intltoolize so first run intltoolize manually then
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       intltoolize --automake --copy --force && ./autogen.sh && ./configure
 
 configure.args      --disable-unity
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150427/23db6c29/attachment.html>


More information about the macports-changes mailing list