[134341] trunk/dports/gnome/seed
devans at macports.org
devans at macports.org
Mon Mar 23 06:39:44 PDT 2015
Revision: 134341
https://trac.macports.org/changeset/134341
Author: devans at macports.org
Date: 2015-03-23 06:39:44 -0700 (Mon, 23 Mar 2015)
Log Message:
-----------
seed: reconfigure using autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
trunk/dports/gnome/seed/Portfile
Added Paths:
-----------
trunk/dports/gnome/seed/files/autogen.sh
Modified: trunk/dports/gnome/seed/Portfile
===================================================================
--- trunk/dports/gnome/seed/Portfile 2015-03-23 13:38:16 UTC (rev 134340)
+++ trunk/dports/gnome/seed/Portfile 2015-03-23 13:39:44 UTC (rev 134341)
@@ -24,7 +24,11 @@
depends_build port:pkgconfig \
port:intltool \
- port:gtk-doc
+ port:gtk-doc \
+ port:gnome-common \
+ port:autoconf \
+ port:automake \
+ port:libtool
depends_lib port:gettext \
port:readline \
@@ -41,11 +45,14 @@
gobject_introspection yes
-# autoreconf 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 --disable-gettext-module
platform darwin {
Added: trunk/dports/gnome/seed/files/autogen.sh
===================================================================
--- trunk/dports/gnome/seed/files/autogen.sh (rev 0)
+++ trunk/dports/gnome/seed/files/autogen.sh 2015-03-23 13:39:44 UTC (rev 134341)
@@ -0,0 +1,23 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="seed"
+
+(test -f $srcdir/src/main.c) || {
+ echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+ echo " top-level $PKG_NAME directory"
+ exit 1
+}
+
+which gnome-autogen.sh || {
+ echo "You need to install gnome-common from GNOME SVN and make"
+ echo "sure the gnome-autogen.sh script is in your \$PATH."
+ exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_INTLTOOL_VERSION=0.40.4
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150323/fa177ec6/attachment.html>
More information about the macports-changes
mailing list