[134697] trunk/dports/gnome/ghex

devans at macports.org devans at macports.org
Fri Apr 3 06:28:14 PDT 2015


Revision: 134697
          https://trac.macports.org/changeset/134697
Author:   devans at macports.org
Date:     2015-04-03 06:28:14 -0700 (Fri, 03 Apr 2015)
Log Message:
-----------
ghex: reconfigure using autogen.sh for intltool 0.51 compatibility.

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

Added Paths:
-----------
    trunk/dports/gnome/ghex/files/

Property Changed:
----------------
    trunk/dports/gnome/ghex/


Property changes on: trunk/dports/gnome/ghex
___________________________________________________________________
Added: svn:mergeinfo
   + /users/devans/GNOME-3/stable/dports/gnome/ghex:119419-134695

Modified: trunk/dports/gnome/ghex/Portfile
===================================================================
--- trunk/dports/gnome/ghex/Portfile	2015-04-03 13:25:54 UTC (rev 134696)
+++ trunk/dports/gnome/ghex/Portfile	2015-04-03 13:28:14 UTC (rev 134697)
@@ -27,7 +27,10 @@
                 port:intltool \
                 port:itstool \
                 port:yelp-tools \
-                port:gnome-common
+                port:gnome-common \
+                port:autoconf \
+                port:automake \
+                port:libtool
 
 depends_lib     port:desktop-file-utils \
                 port:atk \
@@ -36,14 +39,14 @@
 depends_run     port:yelp \
                 port:gnome-settings-daemon
 
-# update m4/intltool.m4 and autoreconf
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+# reconfigure using autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+configure.cmd   ./autogen.sh
 
 configure.cflags-append \
                 -Wno-format-nonliteral
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150403/7e15fb88/attachment.html>


More information about the macports-changes mailing list