[134485] users/devans/GNOME-3/stable/dports/gnome/libsocialweb

devans at macports.org devans at macports.org
Fri Mar 27 08:25:29 PDT 2015


Revision: 134485
          https://trac.macports.org/changeset/134485
Author:   devans at macports.org
Date:     2015-03-27 08:25:29 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
GNOME-3/stable: libsocialweb, reconfigure using autogen.sh for intltool 0.51 compatibility.

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

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

Modified: users/devans/GNOME-3/stable/dports/gnome/libsocialweb/Portfile
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libsocialweb/Portfile	2015-03-27 14:47:23 UTC (rev 134484)
+++ users/devans/GNOME-3/stable/dports/gnome/libsocialweb/Portfile	2015-03-27 15:25:29 UTC (rev 134485)
@@ -23,7 +23,11 @@
                     sha256  f676567640cede66b6ff62f440c968943c2f3a164dd5f26155b6154ab93bf687
 
 depends_build       port:pkgconfig \
-                    port:intltool
+                    port:intltool \
+                    port:gtk-doc \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
 depends_lib         path:lib/pkgconfig/glib-2.0.pc:glib2 \
                     port:gconf \
@@ -36,6 +40,14 @@
 
 gobject_introspection yes
 
+# reconfigure using autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+    xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
+
+configure.cmd       ./autogen.sh
+
 configure.args      --enable-all-services \
                     --enable-vala-bindings \
                     --disable-silent-rules

Added: users/devans/GNOME-3/stable/dports/gnome/libsocialweb/files/autogen.sh
===================================================================
--- users/devans/GNOME-3/stable/dports/gnome/libsocialweb/files/autogen.sh	                        (rev 0)
+++ users/devans/GNOME-3/stable/dports/gnome/libsocialweb/files/autogen.sh	2015-03-27 15:25:29 UTC (rev 134485)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -e
+
+mkdir -p m4
+gtkdocize
+intltoolize --copy --force --automake
+ACLOCAL="${ACLOCAL-aclocal} $ACLOCAL_FLAGS" autoreconf -v -i
+test -n "$NOCONFIGURE" || ./configure $@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/b7c87bf8/attachment.html>


More information about the macports-changes mailing list