[134493] trunk/dports/gnome/folks
devans at macports.org
devans at macports.org
Fri Mar 27 08:54:07 PDT 2015
Revision: 134493
https://trac.macports.org/changeset/134493
Author: devans at macports.org
Date: 2015-03-27 08:54:06 -0700 (Fri, 27 Mar 2015)
Log Message:
-----------
folks: reconfigure using autogen.sh for intltool 0.51 compatibility, update dependencies, configuration.
Modified Paths:
--------------
trunk/dports/gnome/folks/Portfile
Added Paths:
-----------
trunk/dports/gnome/folks/files/autogen.sh
Property Changed:
----------------
trunk/dports/gnome/folks/
Property changes on: trunk/dports/gnome/folks
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/mld-qt-481/dports/gnome/folks:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/folks:108269-113174,125306-132006
/users/rmstonecipher/gnome/folks:102363-103172
+ /branches/mld-qt-481/dports/gnome/folks:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
/users/devans/GNOME-3/stable/dports/gnome/folks:108269-113174,125306-134492
/users/rmstonecipher/gnome/folks:102363-103172
Modified: trunk/dports/gnome/folks/Portfile
===================================================================
--- trunk/dports/gnome/folks/Portfile 2015-03-27 15:43:01 UTC (rev 134492)
+++ trunk/dports/gnome/folks/Portfile 2015-03-27 15:54:06 UTC (rev 134493)
@@ -7,6 +7,7 @@
name folks
version 0.10.1
epoch 1
+revision 1
license LGPL-2.1
set branch [join [lrange [split ${version} .] 0 1] .]
categories gnome comms
@@ -28,32 +29,33 @@
sha256 0d53a6197a5734cc03477d8fa83c1d9ee510f3dc0c6f3aa7b8bb734d6027caa9
depends_build port:pkgconfig \
- port:intltool
+ port:intltool \
+ port:autoconf \
+ port:automake \
+ port:libtool
-# dependency on evolution-data-server for libebook required even if not building +eds
-
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:dbus-glib \
- port:evolution-data-server \
port:libgee \
- port:telepathy-glib \
- port:zeitgeist \
port:libsocialweb \
port:libxml2 \
- port:vala
+ port:readline \
+ port:telepathy-glib \
+ port:vala \
+ port:zeitgeist \
+# the dummy backend is broken as are tests based on it
patchfiles patch-disable-dummy-backend.diff
gobject_introspection yes
-# update m4/intltool.m4 and autoreconf
+# reconfigure using autogen.sh for intltool 0.51 compatibility
-pre-configure {
- copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+post-patch {
+ xinstall -m 755 ${filespath}/autogen.sh ${worksrcpath}
}
-use_autoreconf yes
-autoreconf.args -fvi
+configure.cmd ./autogen.sh
configure.args --disable-eds-backend \
--disable-bluez-backend \
@@ -62,10 +64,9 @@
--enable-telepathy-backend \
--enable-zeitgeist \
--disable-tracker-backend \
+ --disable-tests \
--enable-import-tool \
- --enable-vala \
--enable-inspect-tool \
- --disable-tests \
--disable-silent-rules \
--disable-fatal-warnings \
--disable-schemas-compile
@@ -76,16 +77,11 @@
depends_lib-append port:evolution-data-server
configure.args-delete --disable-eds-backend
configure.args-append --enable-eds-backend
-}
-# for now don't build +eds by default due to runtime problems
-# with the eds backend
-# default_variants +eds
-
# port evolution-data-server -> nss is not universal
+ universal_variant no
+}
-universal_variant no
-
post-activate {
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
}
Copied: trunk/dports/gnome/folks/files/autogen.sh (from rev 134492, users/devans/GNOME-3/stable/dports/gnome/folks/files/autogen.sh)
===================================================================
--- trunk/dports/gnome/folks/files/autogen.sh (rev 0)
+++ trunk/dports/gnome/folks/files/autogen.sh 2015-03-27 15:54:06 UTC (rev 134493)
@@ -0,0 +1,23 @@
+#!/bin/sh
+
+intltoolize --force --copy --automake
+autoreconf -i -f -v
+
+if test -z "$NOCONFIGURE"; then
+ run_configure=true
+ for arg in $*; do
+ case $arg in
+ --no-configure)
+ run_configure=false
+ ;;
+ *)
+ ;;
+ esac
+ done
+else
+ run_configure=false
+fi
+
+if test $run_configure = true; then
+ ./configure "$@"
+fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150327/5c75cf2c/attachment.html>
More information about the macports-changes
mailing list