[135570] trunk/dports/gnome/libbonoboui

devans at macports.org devans at macports.org
Sun Apr 26 10:08:40 PDT 2015


Revision: 135570
          https://trac.macports.org/changeset/135570
Author:   devans at macports.org
Date:     2015-04-26 10:08:40 -0700 (Sun, 26 Apr 2015)
Log Message:
-----------
libbonoboui: reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

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

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

Modified: trunk/dports/gnome/libbonoboui/Portfile
===================================================================
--- trunk/dports/gnome/libbonoboui/Portfile	2015-04-26 17:08:01 UTC (rev 135569)
+++ trunk/dports/gnome/libbonoboui/Portfile	2015-04-26 17:08:40 UTC (rev 135570)
@@ -32,7 +32,10 @@
                     port:pkgconfig \
                     port:intltool \
                     port:gnome-common \
-                    port:gtk-doc
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         port:desktop-file-utils \
                     port:gconf \
@@ -42,10 +45,14 @@
                     port:libgnomecanvas \
                     port:pangox-compat
 
-# Don't do intltool's INTLTOOL_PERL dance
-use_autoreconf      yes
-autoreconf.args     -fvi
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
+
+configure.cmd       ./autogen.sh
+
 configure.args      --without-x
 
 configure.cflags-append \

Added: trunk/dports/gnome/libbonoboui/files/autogen.sh
===================================================================
--- trunk/dports/gnome/libbonoboui/files/autogen.sh	                        (rev 0)
+++ trunk/dports/gnome/libbonoboui/files/autogen.sh	2015-04-26 17:08:40 UTC (rev 135570)
@@ -0,0 +1,19 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+PKG_NAME="libbonoboui"
+
+(test -f $srcdir/configure.in \
+  && test -f $srcdir/autogen.sh \
+  && test -d $srcdir/bonobo) || {
+    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
+    echo " top-level $PKG_NAME directory"
+    exit 1
+}
+
+REQUIRED_AUTOMAKE_VERSION=1.9
+REQUIRED_INTLTOOL_VERSION=0.40.0
+. gnome-autogen.sh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150426/a38d1d79/attachment.html>


More information about the macports-changes mailing list