[135567] trunk/dports/gnome/gnome-mud

devans at macports.org devans at macports.org
Sun Apr 26 08:24:59 PDT 2015


Revision: 135567
          https://trac.macports.org/changeset/135567
Author:   devans at macports.org
Date:     2015-04-26 08:24:59 -0700 (Sun, 26 Apr 2015)
Log Message:
-----------
gnome-mud: reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

Added Paths:
-----------
    trunk/dports/gnome/gnome-mud/files/autogen.sh

Modified: trunk/dports/gnome/gnome-mud/Portfile
===================================================================
--- trunk/dports/gnome/gnome-mud/Portfile	2015-04-26 14:36:17 UTC (rev 135566)
+++ trunk/dports/gnome/gnome-mud/Portfile	2015-04-26 15:24:59 UTC (rev 135567)
@@ -24,7 +24,10 @@
 depends_build   port:pkgconfig \
                 port:gnome-common \
                 port:intltool \
-                port:gnome-doc-utils
+                port:gnome-doc-utils \
+                port:autoconf \
+                port:automake \
+                port:libtool
 
 depends_lib     port:desktop-file-utils \
                 port:gtk2 \
@@ -37,11 +40,14 @@
                 
 patchfiles      patch-src-mud-telnet.h.diff
 
-# autoreconf to reconfigure with our intltool.m4
+# reconfigure using upstream 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  --mandir=${prefix}/share/man \
                 --enable-compile-warnings=minimum \
                 --disable-schemas-install

Added: trunk/dports/gnome/gnome-mud/files/autogen.sh
===================================================================
--- trunk/dports/gnome/gnome-mud/files/autogen.sh	                        (rev 0)
+++ trunk/dports/gnome/gnome-mud/files/autogen.sh	2015-04-26 15:24:59 UTC (rev 135567)
@@ -0,0 +1,16 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+REQUIRED_AUTOMAKE_VERSION=1.9
+
+PKG_NAME="gnome-mud"
+
+which gnome-autogen.sh || {
+	echo "You need to install gnome-common from the GNOME SVN"
+	exit 1
+}
+
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150426/e79c5384/attachment.html>


More information about the macports-changes mailing list