aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-14 18:42:04 +0000
commitffb7170399b77f34a48875ad6468eb796f00aed3 (patch)
tree3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /net-im
parentc60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff)
downloadports-ffb7170399b77f34a48875ad6468eb796f00aed3.tar.gz
ports-ffb7170399b77f34a48875ad6468eb796f00aed3.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/farsight2/Makefile2
-rw-r--r--net-im/folks/Makefile4
-rw-r--r--net-im/gale/Makefile6
-rw-r--r--net-im/ktp-accounts-kcm/Makefile6
-rw-r--r--net-im/ktp-approver/Makefile4
-rw-r--r--net-im/ktp-auth-handler/Makefile8
-rw-r--r--net-im/ktp-common-internals/Makefile4
-rw-r--r--net-im/ktp-contact-list/Makefile6
-rw-r--r--net-im/ktp-contact-runner/Makefile4
-rw-r--r--net-im/ktp-filetransfer-handler/Makefile4
-rw-r--r--net-im/ktp-kded-integration-module/Makefile4
-rw-r--r--net-im/ktp-send-file/Makefile4
-rw-r--r--net-im/ktp-text-ui/Makefile6
-rw-r--r--net-im/loudmouth/Makefile4
-rw-r--r--net-im/pidgin-facebookchat/Makefile2
-rw-r--r--net-im/plasma-applet-ktp/Makefile4
-rw-r--r--net-im/telepathy-logger-qt4/Makefile10
-rw-r--r--net-im/vqcc-gtk/Makefile2
18 files changed, 42 insertions, 42 deletions
diff --git a/net-im/farsight2/Makefile b/net-im/farsight2/Makefile
index 365e21b568ae..8596da168b3b 100644
--- a/net-im/farsight2/Makefile
+++ b/net-im/farsight2/Makefile
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.freedesktop.org/software/farstream/releases/farsight2/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of GStreamer modules and libraries for videoconferencing
-LIB_DEPENDS= nice:${PORTSDIR}/net-im/libnice
+LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
CONFLICTS= farstream-[0-9]*
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile
index 9d10c6cbed32..ed5644900ccf 100644
--- a/net-im/folks/Makefile
+++ b/net-im/folks/Makefile
@@ -12,8 +12,8 @@ COMMENT= library to aggregates people from multiple sources
BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen \
g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
-LIB_DEPENDS= gee:${PORTSDIR}/devel/libgee06 \
- telepathy-glib.0:${PORTSDIR}/net-im/telepathy-glib
+LIB_DEPENDS= libgee.so:${PORTSDIR}/devel/libgee06 \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib
IGNORE= Doesn't build currently, missing components
CONFLICTS= folks-0.4.[0-9]*
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile
index b373339e7ca7..53b43ae35de1 100644
--- a/net-im/gale/Makefile
+++ b/net-im/gale/Makefile
@@ -11,9 +11,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit
MAINTAINER= ports@FreeBSD.org
COMMENT= Secure instant messaging system
-LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc \
- wwwcore.1:${PORTSDIR}/www/libwww \
- adns.1:${PORTSDIR}/dns/adns
+LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc \
+ libwwwcore.so:${PORTSDIR}/www/libwww \
+ libadns.so:${PORTSDIR}/dns/adns
USES= iconv
USE_GNOME= glib12
diff --git a/net-im/ktp-accounts-kcm/Makefile b/net-im/ktp-accounts-kcm/Makefile
index bb58e585ebfb..19d7884dbf8f 100644
--- a/net-im/ktp-accounts-kcm/Makefile
+++ b/net-im/ktp-accounts-kcm/Makefile
@@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE instant messaging account management module
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
USE_KDE4= kdehier kdeprefix kdelibs automoc4
diff --git a/net-im/ktp-approver/Makefile b/net-im/ktp-approver/Makefile
index c80abb5c2007..67f935e56a60 100644
--- a/net-im/ktp-approver/Makefile
+++ b/net-im/ktp-approver/Makefile
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE instant messaging notifier
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
USE_KDE4= kdehier kdeprefix kdelibs automoc4
diff --git a/net-im/ktp-auth-handler/Makefile b/net-im/ktp-auth-handler/Makefile
index 677774022813..36b4936110c2 100644
--- a/net-im/ktp-auth-handler/Makefile
+++ b/net-im/ktp-auth-handler/Makefile
@@ -10,10 +10,10 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KWallet integration module for KDE Telepathy
-LIB_DEPENDS= qjson:${PORTSDIR}/devel/qjson \
- qca:${PORTSDIR}/devel/qca \
- telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson \
+ libqca.so:${PORTSDIR}/devel/qca \
+ libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib dbus gui xml webkit \
diff --git a/net-im/ktp-common-internals/Makefile b/net-im/ktp-common-internals/Makefile
index 9fc027babc3a..f142006a23c9 100644
--- a/net-im/ktp-common-internals/Makefile
+++ b/net-im/ktp-common-internals/Makefile
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE Telepathy internal library
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4
RUN_DEPENDS= ${LOCALBASE}/libexec/mission-control-5:${PORTSDIR}/net-im/telepathy-mission-control
USE_KDE4= kdehier kdeprefix kdelibs automoc4
diff --git a/net-im/ktp-contact-list/Makefile b/net-im/ktp-contact-list/Makefile
index 1f2d51892348..3246014b4321 100644
--- a/net-im/ktp-contact-list/Makefile
+++ b/net-im/ktp-contact-list/Makefile
@@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE instant messaging contact list application
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
diff --git a/net-im/ktp-contact-runner/Makefile b/net-im/ktp-contact-runner/Makefile
index 36dddcb421e6..f2cd407dcd90 100644
--- a/net-im/ktp-contact-runner/Makefile
+++ b/net-im/ktp-contact-runner/Makefile
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KRunner integration module for KDE Telepathy
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
diff --git a/net-im/ktp-filetransfer-handler/Makefile b/net-im/ktp-filetransfer-handler/Makefile
index 2316ee552b0d..e656e35a9dc6 100644
--- a/net-im/ktp-filetransfer-handler/Makefile
+++ b/net-im/ktp-filetransfer-handler/Makefile
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE instant messaging file transfer handler
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
diff --git a/net-im/ktp-kded-integration-module/Makefile b/net-im/ktp-kded-integration-module/Makefile
index 536f57348201..a93874ebb4ee 100644
--- a/net-im/ktp-kded-integration-module/Makefile
+++ b/net-im/ktp-kded-integration-module/Makefile
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= Module for integration of instant messaging into KDE Workspaces
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
diff --git a/net-im/ktp-send-file/Makefile b/net-im/ktp-send-file/Makefile
index e311710e8f93..60886e6c3578 100644
--- a/net-im/ktp-send-file/Makefile
+++ b/net-im/ktp-send-file/Makefile
@@ -10,8 +10,8 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE instant messaging file transfer application
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
RUN_DEPENDS= ${KDE4_PREFIX}/lib/kde4/libexec/ktp-filetransfer-handler:${PORTSDIR}/net-im/ktp-filetransfer-handler \
${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
diff --git a/net-im/ktp-text-ui/Makefile b/net-im/ktp-text-ui/Makefile
index 958a77f1ba2e..399d3fb03e6f 100644
--- a/net-im/ktp-text-ui/Makefile
+++ b/net-im/ktp-text-ui/Makefile
@@ -10,9 +10,9 @@ MASTER_SITE_SUBDIR= ${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE chat window application
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- telepathy-logger-qt4:${PORTSDIR}/net-im/telepathy-logger-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libtelepathy-logger-qt4.so:${PORTSDIR}/net-im/telepathy-logger-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-contactlist:${PORTSDIR}/net-im/ktp-contact-list
USE_KDE4= kdehier kdeprefix kdelibs automoc4
diff --git a/net-im/loudmouth/Makefile b/net-im/loudmouth/Makefile
index 8b0df3ab783a..6f639767c422 100644
--- a/net-im/loudmouth/Makefile
+++ b/net-im/loudmouth/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight Jabber client library
-LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn
+LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
USE_BZIP2= yes
USES= gettext gmake pkgconfig
@@ -28,7 +28,7 @@ OPTIONS_RADIO_SSL= GNUTLS OPENSSL
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MGNUTLS}
-LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls
+LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls
RUN_DEPENDS+= ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss
.endif
diff --git a/net-im/pidgin-facebookchat/Makefile b/net-im/pidgin-facebookchat/Makefile
index 3f06ea99bf6c..e1899b06033c 100644
--- a/net-im/pidgin-facebookchat/Makefile
+++ b/net-im/pidgin-facebookchat/Makefile
@@ -13,7 +13,7 @@ COMMENT= Facebook Chat for Pidgin
LICENSE= GPLv3
-LIB_DEPENDS= json-glib-1.0.0:${PORTSDIR}/devel/json-glib
+LIB_DEPENDS= libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
diff --git a/net-im/plasma-applet-ktp/Makefile b/net-im/plasma-applet-ktp/Makefile
index 5ac413394e1e..f78b1d2a13fd 100644
--- a/net-im/plasma-applet-ktp/Makefile
+++ b/net-im/plasma-applet-ktp/Makefile
@@ -12,8 +12,8 @@ DISTNAME= ${PORTNAME}-desktop-applets-${PORTVERSION}
MAINTAINER= avilla@FreeBSD.org
COMMENT= KDE instant messaging Plasma applets
-LIB_DEPENDS= telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4 \
- ktpcommoninternalsprivate:${PORTSDIR}/net-im/ktp-common-internals
+LIB_DEPENDS= libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4 \
+ libktpcommoninternalsprivate.so:${PORTSDIR}/net-im/ktp-common-internals
USE_KDE4= kdehier kdeprefix kdelibs automoc4
USE_QT4= corelib declarative \
diff --git a/net-im/telepathy-logger-qt4/Makefile b/net-im/telepathy-logger-qt4/Makefile
index bd7f0439c839..881a9ba5ec56 100644
--- a/net-im/telepathy-logger-qt4/Makefile
+++ b/net-im/telepathy-logger-qt4/Makefile
@@ -13,11 +13,11 @@ COMMENT= Qt binding for Telepathy Logger
LICENSE= LGPL21
-LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \
- dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
- telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \
- telepathy-logger:${PORTSDIR}/net-im/telepathy-logger \
- telepathy-qt4:${PORTSDIR}/net-im/telepathy-qt4
+LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
+ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
+ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \
+ libtelepathy-qt4.so:${PORTSDIR}/net-im/telepathy-qt4
USE_GNOME= glib20 libxml2
USE_GSTREAMER= qt4
diff --git a/net-im/vqcc-gtk/Makefile b/net-im/vqcc-gtk/Makefile
index a99e1ce94a08..c23544344cfa 100644
--- a/net-im/vqcc-gtk/Makefile
+++ b/net-im/vqcc-gtk/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= SF
MAINTAINER?= ports@FreeBSD.org
COMMENT= LAN chat client compatible with quickChat and Vypress Chat (TM)
-LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
+LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
USES= pathfix gmake gettext pkgconfig
USE_GNOME= gnomeprefix gtk20