From owner-svn-ports-head@FreeBSD.ORG Sun Jun 1 12:23:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADFCB394; Sun, 1 Jun 2014 12:23:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 98D64281A; Sun, 1 Jun 2014 12:23:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s51CNCon038178; Sun, 1 Jun 2014 12:23:12 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s51CN8cA038148; Sun, 1 Jun 2014 12:23:08 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201406011223.s51CN8cA038148@svn.freebsd.org> From: Koop Mast Date: Sun, 1 Jun 2014 12:23:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356105 - in head/net-im: folks libtelepathy papyon telepathy-farsight telepathy-gabble telepathy-glib telepathy-haze telepathy-idle telepathy-mission-control telepathy-python telepathy... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jun 2014 12:23:12 -0000 Author: kwm Date: Sun Jun 1 12:23:08 2014 New Revision: 356105 URL: http://svnweb.freebsd.org/changeset/ports/356105 QAT: https://qat.redports.org/buildarchive/r356105/ Log: Stagify. Use new lib_depends syntax. gnomehack -> pathfix AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla] Modified: head/net-im/folks/Makefile head/net-im/libtelepathy/Makefile head/net-im/libtelepathy/pkg-plist head/net-im/papyon/Makefile head/net-im/telepathy-farsight/Makefile head/net-im/telepathy-farsight/pkg-plist head/net-im/telepathy-gabble/Makefile head/net-im/telepathy-gabble/pkg-plist head/net-im/telepathy-glib/Makefile head/net-im/telepathy-glib/pkg-plist head/net-im/telepathy-haze/Makefile head/net-im/telepathy-haze/pkg-plist head/net-im/telepathy-idle/Makefile head/net-im/telepathy-idle/pkg-plist head/net-im/telepathy-mission-control/Makefile head/net-im/telepathy-mission-control/pkg-plist head/net-im/telepathy-python/Makefile head/net-im/telepathy-salut/Makefile head/net-im/telepathy-salut/pkg-plist Modified: head/net-im/folks/Makefile ============================================================================== --- head/net-im/folks/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/folks/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -39,7 +39,6 @@ PLIST_SUB= LIBVER=25 VERSION=33 CONFIGURE_ARGS+=--enable-libsocialweb-backend=no #.endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|g' \ ${WRKDIR}/gnome-libtool Modified: head/net-im/libtelepathy/Makefile ============================================================================== --- head/net-im/libtelepathy/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/libtelepathy/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -3,25 +3,22 @@ PORTNAME= libtelepathy PORTVERSION= 0.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Flexible Communications Framework -LIB_PC_DEPENDS= dbus-glib-1.pc:${PORTSDIR}/devel/dbus-glib - -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib - -BUILD_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} -RUN_DEPENDS+= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|g} +LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib USE_PYTHON_BUILD= yes -USES= gmake pkgconfig +USES= gmake libtool:keepla pkgconfig USE_LDCONFIG= yes -USE_GNOME= gnomehack glib20 ltverhack -USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack glib20 libxslt:build +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib `pkg-config --libs glib-2.0 telepathy-glib` .include Modified: head/net-im/libtelepathy/pkg-plist ============================================================================== --- head/net-im/libtelepathy/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/libtelepathy/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -48,6 +48,7 @@ lib/libtelepathy.a lib/libtelepathy.la lib/libtelepathy.so lib/libtelepathy.so.2 +lib/libtelepathy.so.2.7.1 libdata/pkgconfig/libtelepathy.pc @dirrm include/telepathy-1.0/libtelepathy @dirrm include/telepathy-1.0 Modified: head/net-im/papyon/Makefile ============================================================================== --- head/net-im/papyon/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/papyon/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.freedesktop.org PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org -COMMENT= A fork of pymsn to support the telepathy MSN connection manager +COMMENT= Fork of pymsn to support the telepathy MSN connection manager BUILD_DEPENDS= py*-openssl>0:${PORTSDIR}/security/py-openssl \ ${PYTHON_SITELIBDIR}/Crypto/Hash/SHA.py:${PORTSDIR}/security/py-pycrypto \ Modified: head/net-im/telepathy-farsight/Makefile ============================================================================== --- head/net-im/telepathy-farsight/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-farsight/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -4,22 +4,22 @@ PORTNAME= telepathy-farsight PORTVERSION= 0.0.19 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Farsight Connection Manager for Telepathy Framework -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool:keepla pkgconfig USE_LDCONFIG= yes USE_PYTHON= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack glib20 ltverhack libxslt:build +USE_GNOME= gnomehack glib20 libxslt:build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} Modified: head/net-im/telepathy-farsight/pkg-plist ============================================================================== --- head/net-im/telepathy-farsight/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-farsight/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -4,6 +4,7 @@ lib/libtelepathy-farsight.a lib/libtelepathy-farsight.la lib/libtelepathy-farsight.so lib/libtelepathy-farsight.so.0 +lib/libtelepathy-farsight.so.0.1.6 %%PYTHON_SITELIBDIR%%/tpfarsight.a %%PYTHON_SITELIBDIR%%/tpfarsight.la %%PYTHON_SITELIBDIR%%/tpfarsight.so Modified: head/net-im/telepathy-gabble/Makefile ============================================================================== --- head/net-im/telepathy-gabble/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-gabble/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -3,6 +3,7 @@ PORTNAME= telepathy-gabble PORTVERSION= 0.16.6 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -11,18 +12,18 @@ COMMENT= Jabber Connection Manager for T BUILD_DEPENDS= telepathy-glib>=0.18.0:${PORTSDIR}/net-im/telepathy-glib \ ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ - nice:${PORTSDIR}/net-im/libnice \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - uuid:${PORTSDIR}/misc/e2fsprogs-libuuid \ - loudmouth-1:${PORTSDIR}/net-im/loudmouth +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ + libnice.so:${PORTSDIR}/net-im/libnice \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \ + libloudmouth-1.so:${PORTSDIR}/net-im/loudmouth RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss PORTSCOUT= limitw:1,even GNU_CONFIGURE= yes -USES= pathfix pkgconfig gmake +USES= gmake libtool pathfix pkgconfig USE_GNOME= glib20 libxslt:build USE_SQLITE= yes USE_OPENSSL= yes Modified: head/net-im/telepathy-gabble/pkg-plist ============================================================================== --- head/net-im/telepathy-gabble/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-gabble/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -2,17 +2,14 @@ bin/telepathy-gabble-xmpp-console man/man8/telepathy-gabble.8.gz lib/telepathy/gabble-0/lib/libgabble-plugins-%%PVERSION%%.so lib/telepathy/gabble-0/lib/libgabble-plugins.a -lib/telepathy/gabble-0/lib/libgabble-plugins.la lib/telepathy/gabble-0/lib/libgabble-plugins.so lib/telepathy/gabble-0/lib/libwocky-telepathy-gabble-%%PVERSION%%.so lib/telepathy/gabble-0/lib/libwocky.a -lib/telepathy/gabble-0/lib/libwocky.la lib/telepathy/gabble-0/lib/libwocky.so -lib/telepathy/gabble-0/plugins/libconsole.la lib/telepathy/gabble-0/plugins/libconsole.so -lib/telepathy/gabble-0/plugins/libgateways.la lib/telepathy/gabble-0/plugins/libgateways.so libexec/telepathy-gabble +man/man8/telepathy-gabble.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.gabble.service %%DOCSDIR%%/muc-bytestream.html %%DOCSDIR%%/olpc.html Modified: head/net-im/telepathy-glib/Makefile ============================================================================== --- head/net-im/telepathy-glib/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-glib/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -3,6 +3,7 @@ PORTNAME= telepathy-glib PORTVERSION= 0.20.2 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ @@ -10,15 +11,14 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= GLib utility library for the Telepathy framework BUILD_DEPENDS= vala-vapigen>=0.20.0:${PORTSDIR}/lang/vala-vapigen -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen PORTSCOUT= limitw:1,even -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= gmake pathfix pkgconfig -USE_GNOME= glib20 gnomehier introspection:build libxslt:build ltverhack +USES= gmake libtool:keepla pathfix pkgconfig +USE_GNOME= glib20 gnomehier introspection:build libxslt:build USE_PYTHON_BUILD= yes MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes Modified: head/net-im/telepathy-glib/pkg-plist ============================================================================== --- head/net-im/telepathy-glib/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-glib/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -167,6 +167,7 @@ lib/libtelepathy-glib.a lib/libtelepathy-glib.la lib/libtelepathy-glib.so lib/libtelepathy-glib.so.0 +lib/libtelepathy-glib.so.0.78.2 libdata/pkgconfig/telepathy-glib.pc share/gir-1.0/TelepathyGLib-0.12.gir share/gtk-doc/html/telepathy-glib/TpBaseCallChannel.html Modified: head/net-im/telepathy-haze/Makefile ============================================================================== --- head/net-im/telepathy-haze/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-haze/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -11,13 +11,13 @@ MASTER_SITES= http://telepathy.freedeskt MAINTAINER= gnome@FreeBSD.org COMMENT= Libpurple connection manager for telepathy -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple \ - idn:${PORTSDIR}/dns/libidn \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple \ + libidn.so:${PORTSDIR}/dns/libidn \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -USES= gmake pkgconfig +USES= gmake libtool pkgconfig +USE_GNOME= libxslt:build .include Modified: head/net-im/telepathy-haze/pkg-plist ============================================================================== --- head/net-im/telepathy-haze/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-haze/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -1,3 +1,4 @@ libexec/telepathy-haze +man/man8/telepathy-haze.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.haze.service man/man8/telepathy-haze.8.gz Modified: head/net-im/telepathy-idle/Makefile ============================================================================== --- head/net-im/telepathy-idle/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-idle/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -9,15 +9,14 @@ MASTER_SITES= http://telepathy.freedeskt MAINTAINER= gnome@FreeBSD.org COMMENT= IRC Connection Manager for Telepathy Framework -BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib GNU_CONFIGURE= yes -USES= pkgconfig gmake +USES= gmake libtool pathfix pkgconfig USE_OPENSSL= yes -USE_GNOME= gnomehack glib20 +USE_GNOME= glib20 libxslt:build USE_PYTHON_BUILD=yes CPPFLAGS+= -I${LOCALBASE}/include Modified: head/net-im/telepathy-idle/pkg-plist ============================================================================== --- head/net-im/telepathy-idle/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-idle/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -1,4 +1,5 @@ libexec/telepathy-idle +man/man8/telepathy-idle.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.idle.service share/telepathy/managers/idle.manager man/man8/telepathy-idle.8.gz Modified: head/net-im/telepathy-mission-control/Makefile ============================================================================== --- head/net-im/telepathy-mission-control/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-mission-control/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -4,18 +4,19 @@ PORTNAME= telepathy-mission-control PORTVERSION= 5.12.0 +PORTREVISION= 1 CATEGORIES= net-im devel MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-mission-control/ MAINTAINER= gnome@FreeBSD.org COMMENT= Telepathy component to apps to abstract details of connection managers -LIB_DEPENDS= telepathy.2:${PORTSDIR}/net-im/libtelepathy \ - dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libtelepathy.so:${PORTSDIR}/net-im/libtelepathy \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib -USES= gmake pkgconfig -USE_GNOME= gnomeprefix libxslt gnomehack ltverhack -USE_AUTOTOOLS= libtool +USES= gmake libtool:keepla pathfix pkgconfig +USE_GNOME= gnomeprefix libxslt +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes Modified: head/net-im/telepathy-mission-control/pkg-plist ============================================================================== --- head/net-im/telepathy-mission-control/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-mission-control/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -15,8 +15,12 @@ lib/libmission-control-plugins.a lib/libmission-control-plugins.la lib/libmission-control-plugins.so lib/libmission-control-plugins.so.0 +lib/libmission-control-plugins.so.0.3.1 libdata/pkgconfig/mission-control-plugins.pc libexec/mission-control-5 +man/man1/mc-tool.1.gz +man/man1/mc-wait-for-name.1.gz +man/man8/mission-control-5.8.gz share/dbus-1/services/org.freedesktop.Telepathy.AccountManager.service share/dbus-1/services/org.freedesktop.Telepathy.MissionControl5.service share/doc/mission-control-plugins/McpAccountManager.html Modified: head/net-im/telepathy-python/Makefile ============================================================================== --- head/net-im/telepathy-python/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-python/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -11,18 +11,15 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gnome@FreeBSD.org COMMENT= Python bindings for the Telepathy framework -LIB_PC_DEPENDS= dbus-python.pc:${PORTSDIR}/devel/py-dbus +BUILD_DEPENDS= py2?-dbus>=0:${PORTSDIR}/devel/py-dbus +RUN_DEPENDS= py2?-dbus>=0:${PORTSDIR}/devel/py-dbus -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} - -USE_PYTHON= yes +USE_PYTHON= 2 USES= gmake -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +USE_GNOME= libxslt:build +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib MAKE_JOBS_UNSAFE= yes .include Modified: head/net-im/telepathy-salut/Makefile ============================================================================== --- head/net-im/telepathy-salut/Makefile Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-salut/Makefile Sun Jun 1 12:23:08 2014 (r356105) @@ -3,19 +3,20 @@ PORTNAME= telepathy-salut PORTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/ MAINTAINER= gnome@FreeBSD.org COMMENT= Link-local Connection Manager for Telepathy Framework -LIB_DEPENDS= avahi-glib.1:${PORTSDIR}/net/avahi-app \ - telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib \ - soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libavahi-glib.so:${PORTSDIR}/net/avahi-app \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libsoup-2.4.so:${PORTSDIR}/devel/libsoup GNU_CONFIGURE= yes -USES= pkgconfig gmake -USE_GNOME= gnomehack glib20 libxslt:build +USES= gmake libtool pathfix pkgconfig +USE_GNOME= glib20 libxslt:build USE_OPENSSL= yes USE_PYTHON_BUILD= yes USE_SQLITE= 3 Modified: head/net-im/telepathy-salut/pkg-plist ============================================================================== --- head/net-im/telepathy-salut/pkg-plist Sun Jun 1 11:49:31 2014 (r356104) +++ head/net-im/telepathy-salut/pkg-plist Sun Jun 1 12:23:08 2014 (r356105) @@ -1,12 +1,11 @@ man/man8/telepathy-salut.8.gz lib/telepathy/salut-0/lib/libsalut-plugins-0.8.0.so -lib/telepathy/salut-0/lib/libsalut-plugins.la lib/telepathy/salut-0/lib/libsalut-plugins.so lib/telepathy/salut-0/lib/libwocky-telepathy-salut-0.8.0.so lib/telepathy/salut-0/lib/libwocky.a -lib/telepathy/salut-0/lib/libwocky.la lib/telepathy/salut-0/lib/libwocky.so libexec/telepathy-salut +man/man8/telepathy-salut.8.gz share/dbus-1/services/org.freedesktop.Telepathy.ConnectionManager.salut.service %%DOCSDIR%%/clique.html share/telepathy/managers/salut.manager