[134698] trunk/dports/gnome/libgnomekbd

devans at macports.org devans at macports.org
Fri Apr 3 06:29:10 PDT 2015


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

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

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

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


Property changes on: trunk/dports/gnome/libgnomekbd
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/libgnomekbd:108269-132067
   + /users/devans/GNOME-3/stable/dports/gnome/libgnomekbd:108269-134695

Modified: trunk/dports/gnome/libgnomekbd/Portfile
===================================================================
--- trunk/dports/gnome/libgnomekbd/Portfile	2015-04-03 13:28:14 UTC (rev 134697)
+++ trunk/dports/gnome/libgnomekbd/Portfile	2015-04-03 13:29:10 UTC (rev 134698)
@@ -26,7 +26,10 @@
 
 depends_build       port:pkgconfig \
                     port:intltool \
-                    port:gnome-common
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
@@ -34,14 +37,13 @@
 
 gobject_introspection yes
 
-# update m4/intltool.m4 and autoreconf
+# reconfigure using autogen.sh for intltool 0.51 compatibility
 
-pre-configure {
-    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
 }
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+configure.cmd       ./autogen.sh
 
 configure.args      --without-x \
                     --disable-schemas-compile \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150403/e3dc82fe/attachment.html>


More information about the macports-changes mailing list