[135442] users/devans/GNOME-3/stable/dports/gnome/gcab

devans at macports.org devans at macports.org
Thu Apr 23 14:47:22 PDT 2015


Revision: 135442
          https://trac.macports.org/changeset/135442
Author:   devans at macports.org
Date:     2015-04-23 14:47:22 -0700 (Thu, 23 Apr 2015)
Log Message:
-----------
GNOME-3/stable: gcab, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.

Modified Paths:
--------------
    users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile

Added Paths:
-----------
    users/devans/GNOME-3/stable/dports/gnome/gcab/files/autogen.sh

Property Changed:
----------------
    users/devans/GNOME-3/stable/dports/gnome/gcab/


Property changes on: users/devans/GNOME-3/stable/dports/gnome/gcab
___________________________________________________________________
Added: svn:mergeinfo
   + /trunk/dports/gnome/gcab:133836-134430

Modified: users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile	2015-04-23 21:47:21 UTC (rev 135441)
+++ users/devans/GNOME-3/stable/dports/gnome/gcab/Portfile	2015-04-23 21:47:22 UTC (rev 135442)
@@ -23,7 +23,10 @@
 
 depends_build       port:pkgconfig \
                     port:intltool \
-                    port:gtk-doc
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:vala
@@ -33,11 +36,14 @@
 
 gobject_introspection yes
                
-# 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      --disable-silent-rules
 
 livecheck.type      gnome-with-unstable

Copied: users/devans/GNOME-3/stable/dports/gnome/gcab/files/autogen.sh (from rev 134430, trunk/dports/gnome/gcab/files/autogen.sh)
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/gcab/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/gcab/files/autogen.sh	2015-04-23 21:47:22 UTC (rev 135442)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+set -e # exit on errors
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+mkdir -p "$srcdir/m4"
+
+gtkdocize
+autoreconf -v --force --install
+intltoolize -f
+
+if [ -z "$NOCONFIGURE" ]; then
+    "$srcdir"/configure "$@"
+fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150423/592868da/attachment-0001.html>


More information about the macports-changes mailing list