[134700] trunk/dports/gnome/metacity

devans at macports.org devans at macports.org
Fri Apr 3 06:30:36 PDT 2015


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

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

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

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


Property changes on: trunk/dports/gnome/metacity
___________________________________________________________________
Modified: svn:mergeinfo
   - /users/devans/GNOME-3/stable/dports/gnome/metacity:121414-132006
   + /users/devans/GNOME-3/stable/dports/gnome/metacity:121414-134695

Modified: trunk/dports/gnome/metacity/Portfile
===================================================================
--- trunk/dports/gnome/metacity/Portfile	2015-04-03 13:29:52 UTC (rev 134699)
+++ trunk/dports/gnome/metacity/Portfile	2015-04-03 13:30:36 UTC (rev 134700)
@@ -22,10 +22,12 @@
 
 depends_build       port:pkgconfig \
                     port:intltool \
+                    port:itstool \
                     port:gnome-common \
-                    port:itstool
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-
 depends_lib         port:desktop-file-utils \
                     port:gtk3 \
                     port:startup-notification \
@@ -47,11 +49,14 @@
 
 depends_run         port:gnome-settings-daemon
 
-# autoreconf to reconfigure with our intltool.m4
+# reconfigure using autogen.sh for intltool 0.51 compatibility
 
-use_autoreconf      yes
-autoreconf.args     -fvi
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
 
+configure.cmd       ./autogen.sh
+
 configure.args      --x-includes=${prefix}/include \
                     --x-libraries=${prefix}/lib \
                     --enable-debug \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150403/53fa2f55/attachment.html>


More information about the macports-changes mailing list