[134486] trunk/dports/gnome/libsocialweb

devans at macports.org devans at macports.org
Fri Mar 27 08:32:06 PDT 2015


Revision: 134486
          https://trac.macports.org/changeset/134486
Author:   devans at macports.org
Date:     2015-03-27 08:32:06 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
libsocialweb: reconfigure using autogen.sh for intltool 0.51 compatibility.

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

Added Paths:
-----------
    trunk/dports/gnome/libsocialweb/files/

Property Changed:
----------------
    trunk/dports/gnome/libsocialweb/


Property changes on: trunk/dports/gnome/libsocialweb
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/mld-qt-481/dports/gnome/libsocialweb:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/libsocialweb:118243-132108
/users/rmstonecipher/gnome/libsocialweb:102363-103172
   + /branches/mld-qt-481/dports/gnome/libsocialweb:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/libsocialweb:118243-134485
/users/rmstonecipher/gnome/libsocialweb:102363-103172

Modified: trunk/dports/gnome/libsocialweb/Portfile
===================================================================
--- trunk/dports/gnome/libsocialweb/Portfile	2015-03-27 15:25:29 UTC (rev 134485)
+++ trunk/dports/gnome/libsocialweb/Portfile	2015-03-27 15:32:06 UTC (rev 134486)
@@ -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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/33539084/attachment.html>


More information about the macports-changes mailing list