1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Use new lib_depends syntax.
gnomehack -> pathfix
AUTOTOOLS=libtool / ltverhack -> USES=libtool[:keepla]
This commit is contained in:
Koop Mast 2014-06-01 12:23:08 +00:00
parent 5df9af412a
commit e2be863d04
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356105
19 changed files with 67 additions and 67 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -9,7 +9,7 @@ MASTER_SITES= http://www.freedesktop.org/software/${PORTNAME}/releases/
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 \

View File

@ -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}

View File

@ -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

View File

@ -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 Telepathy Framework
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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -11,13 +11,13 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/
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 <bsd.port.mk>

View File

@ -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

View File

@ -9,15 +9,14 @@ MASTER_SITES= http://telepathy.freedesktop.org/releases/${PORTNAME}/
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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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