diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-03-08 10:51:34 +0000 |
commit | 7887c684adab042fed1bfcba2e91589ecd17c4a8 (patch) | |
tree | 961839899dce7f75292a08c079f548973bdbd40d /net-im/telepathy-farsight | |
parent | 85544f2c01be814e0af1ebee1076012e7ed60bb0 (diff) |
* Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 which
are the latest stable releases.
* Update vala to the newest stable release 0.18.1, also update a few ports
in the gtk/gnome stack.
* The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles.
* Remove pkg-config run depends from glib20 and freetype2. This doesn't
eliminate pkg-config run dependency completely, a second phase is needed
and is planned.
* Support for .:run. and .:build. for USE_GNOME components was added.
Currently only libxml2 and libxslt support this mechanism.
* Updates of the telepathy stack and empathy.
* Trim makefile headers, convert ports to new options, trim off library
versions for some ports.
* Fix other ports so they build with the new glib version.
Thanks to miwi and crees for helping out with some exp-runs.
Approved by: portmgr (miwi & bapt)
Obtained from: gnome team repo
Notes
Notes:
svn path=/head/; revision=313633
Diffstat (limited to 'net-im/telepathy-farsight')
-rw-r--r-- | net-im/telepathy-farsight/Makefile | 24 | ||||
-rw-r--r-- | net-im/telepathy-farsight/distinfo | 4 | ||||
-rw-r--r-- | net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in | 11 |
3 files changed, 9 insertions, 30 deletions
diff --git a/net-im/telepathy-farsight/Makefile b/net-im/telepathy-farsight/Makefile index 4293350dd27d..0f7f5c8c8299 100644 --- a/net-im/telepathy-farsight/Makefile +++ b/net-im/telepathy-farsight/Makefile @@ -1,35 +1,25 @@ -# New ports collection makefile for: telepathy-farsight -# Date created: 27 February 2009 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# +# $MCom$ PORTNAME= telepathy-farsight -PORTVERSION= 0.0.15 -PORTREVISION= 1 +PORTVERSION= 0.0.19 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farsight Connection Manager for Telepathy Framework -LIB_PC_DEPENDS= gobject-2.0.pc:${PORTSDIR}/devel/glib20 \ - dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib \ - telepathy-glib.pc:${PORTSDIR}/net-im/telepathy-glib \ - farsight2-0.10.pc:${PORTSDIR}/net-im/farsight2 - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ + gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack pkgconfig glib20 ltverhack +USE_GNOME= gnomehack glib20 ltverhack libxslt:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/net-im/telepathy-farsight/distinfo b/net-im/telepathy-farsight/distinfo index c5f308b89eb2..05732589e893 100644 --- a/net-im/telepathy-farsight/distinfo +++ b/net-im/telepathy-farsight/distinfo @@ -1,2 +1,2 @@ -SHA256 (telepathy-farsight-0.0.15.tar.gz) = 3dc3d9cdb43fb9ef772d16917e50e3cc95f71b1585d26d740f3148f4fdb6eb0f -SIZE (telepathy-farsight-0.0.15.tar.gz) = 555835 +SHA256 (telepathy-farsight-0.0.19.tar.gz) = 2c89b8b259f91df33f93703eab1de493b193b163c32facb532ec2710b8f05269 +SIZE (telepathy-farsight-0.0.19.tar.gz) = 585743 diff --git a/net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in b/net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in deleted file mode 100644 index 1215ad50b91c..000000000000 --- a/net-im/telepathy-farsight/files/patch-telepathy-farsight_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- telepathy-farsight/Makefile.in.orig 2009-02-28 00:03:16.000000000 -0500 -+++ telepathy-farsight/Makefile.in 2009-02-28 00:03:37.000000000 -0500 -@@ -250,7 +250,7 @@ libtelepathy_farsight_la_SOURCES = \ - - nodist_libtelepathy_farsight_la_SOURCES = $(BUILT_SOURCES) - lib_LTLIBRARIES = libtelepathy-farsight.la --pkgconfigdir = ${libdir}/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = telepathy-farsight.pc - AM_CFLAGS = \ - $(ERROR_CFLAGS) \ |