[136850] users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins
devans at macports.org
devans at macports.org
Thu May 28 07:39:16 PDT 2015
Revision: 136850
https://trac.macports.org/changeset/136850
Author: devans at macports.org
Date: 2015-05-28 07:39:16 -0700 (Thu, 28 May 2015)
Log Message:
-----------
GNOME-3/unstable: grilo-plugins, sync with stable, increment revision to rebuild with unstable libgdata, reconfigure using upstream autogen.sh for intltool 0.51 compatibility.
Modified Paths:
--------------
users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile
Added Paths:
-----------
users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/files/
Property Changed:
----------------
users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/
Property changes on: users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/grilo-plugins:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/grilo-plugins:117700-122659
/users/rmstonecipher/gnome/grilo-plugins:102363-103172
+ /branches/mld-qt-481/dports/gnome/grilo-plugins:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/trunk/dports/gnome/grilo-plugins:117700-122659
/users/devans/GNOME-3/stable/dports/gnome/grilo-plugins:132264-136766
/users/rmstonecipher/gnome/grilo-plugins:102363-103172
Modified: users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile 2015-05-28 14:39:15 UTC (rev 136849)
+++ users/devans/GNOME-3/unstable/dports/gnome/grilo-plugins/Portfile 2015-05-28 14:39:16 UTC (rev 136850)
@@ -6,6 +6,7 @@
name grilo-plugins
version 0.2.14
+revision 1
license LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]
description Framework for discovering and browsing media - Plugins.
@@ -25,9 +26,12 @@
depends_build port:pkgconfig \
port:intltool \
+ port:itstool \
+ port:yelp-tools \
port:gnome-common \
- port:yelp-tools \
- port:itstool
+ port:autoconf \
+ port:automake \
+ port:libtool
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:libxml2 \
@@ -43,21 +47,20 @@
port:json-glib \
port:avahi
+# reconfigure using upstream autogen.sh for intltool 0.51 compatibility
+
+post-patch {
+ xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
+}
+
+configure.cmd ./autogen.sh
+
# blacklist compilers that do not support C11
# due to error: redefinition of typedef 'GUPnPService'
# build fix for SL and earlier
compiler.blacklist *gcc* {clang < 300}
-# update m4/intltool.m4 and autoreconf
-
-pre-configure {
- copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
-}
-
-use_autoreconf yes
-autoreconf.args -fvi
-
configure.args --disable-silent-rules \
--enable-compile-warnings=no \
--disable-debug \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150528/516bf289/attachment-0001.html>
More information about the macports-changes
mailing list