diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-10 00:39:16 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-10 00:39:16 +0800 |
commit | 36a6db01592578dabad744de0f4d8afdfa8f89e0 (patch) | |
tree | fcb9439f42fcfadfca82fb9e87f797a28e0341b9 | |
parent | dc80d4e5a7164ff094c4c6a681083c72ebfebe1e (diff) | |
download | freebsd-ports-gnome-36a6db01592578dabad744de0f4d8afdfa8f89e0.tar.gz freebsd-ports-gnome-36a6db01592578dabad744de0f4d8afdfa8f89e0.tar.zst freebsd-ports-gnome-36a6db01592578dabad744de0f4d8afdfa8f89e0.zip |
- Add USES=libtool to net/sofia-sip and bump dependent ports
- Add INSTALL_TARGET=install-strip
-rw-r--r-- | comms/deforaos-phone/Makefile | 2 | ||||
-rw-r--r-- | net-im/telepathy-sofiasip/Makefile | 7 | ||||
-rw-r--r-- | net/sofia-sip/Makefile | 6 | ||||
-rw-r--r-- | net/sofia-sip/pkg-plist | 10 |
4 files changed, 14 insertions, 11 deletions
diff --git a/comms/deforaos-phone/Makefile b/comms/deforaos-phone/Makefile index d677d3c7f491..bacfa5c35a7d 100644 --- a/comms/deforaos-phone/Makefile +++ b/comms/deforaos-phone/Makefile @@ -3,7 +3,7 @@ PORTNAME= phone PORTVERSION= 0.3.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms MASTER_SITES= http://www.defora.org/os/download/download/4296/ PKGNAMEPREFIX= deforaos- diff --git a/net-im/telepathy-sofiasip/Makefile b/net-im/telepathy-sofiasip/Makefile index 0a299232ae33..d593fb704da6 100644 --- a/net-im/telepathy-sofiasip/Makefile +++ b/net-im/telepathy-sofiasip/Makefile @@ -3,15 +3,16 @@ PORTNAME= telepathy-sofiasip PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= net-im MASTER_SITES= SF/tp-sofiasip/${PORTNAME}/${PORTVERSION} MAINTAINER= yuri@tsoft.com COMMENT= SIP (sofia-sip) Connection Manager for Telepathy Framework -LIB_DEPENDS= sofia-sip-ua:${PORTSDIR}/net/sofia-sip \ - telepathy-glib:${PORTSDIR}/net-im/telepathy-glib \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libsofia-sip-ua.so:${PORTSDIR}/net/sofia-sip \ + libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_OPENSSL= yes diff --git a/net/sofia-sip/Makefile b/net/sofia-sip/Makefile index b4d5e56a5996..7b7c90a1344e 100644 --- a/net/sofia-sip/Makefile +++ b/net/sofia-sip/Makefile @@ -2,6 +2,7 @@ PORTNAME= sofia-sip PORTVERSION= 1.12.11 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -10,9 +11,10 @@ COMMENT= Open-source SIP User-Agent library LICENSE= LGPL21 -# Looks like GNU make(1) is needed for parallel (-jX) builds to work -USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +# Looks like GNU make(1) is needed for parallel (-jX) builds to work +USES= gmake libtool pathfix pkgconfig USE_OPENSSL= yes USE_GNOME= glib20 diff --git a/net/sofia-sip/pkg-plist b/net/sofia-sip/pkg-plist index b362e149e149..2dd1b5e03715 100644 --- a/net/sofia-sip/pkg-plist +++ b/net/sofia-sip/pkg-plist @@ -1,5 +1,3 @@ -%%DATADIR%%/msg_parser.awk -%%DATADIR%%/tag_dll.awk bin/addrinfo bin/localinfo bin/sip-date @@ -120,13 +118,13 @@ include/sofia-sip-1.12/sofia-sip/url.h include/sofia-sip-1.12/sofia-sip/url_tag.h include/sofia-sip-1.12/sofia-sip/url_tag_class.h lib/libsofia-sip-ua-glib.a -lib/libsofia-sip-ua-glib.la lib/libsofia-sip-ua-glib.so lib/libsofia-sip-ua-glib.so.3 +lib/libsofia-sip-ua-glib.so.3.0.0 lib/libsofia-sip-ua.a -lib/libsofia-sip-ua.la lib/libsofia-sip-ua.so -lib/libsofia-sip-ua.so.6 +lib/libsofia-sip-ua.so.0 +lib/libsofia-sip-ua.so.0.6.0 libdata/pkgconfig/sofia-sip-ua-glib.pc libdata/pkgconfig/sofia-sip-ua.pc man/man1/addrinfo.1.gz @@ -135,6 +133,8 @@ man/man1/sip-date.1.gz man/man1/sip-dig.1.gz man/man1/sip-options.1.gz man/man1/stunc.1.gz +%%DATADIR%%/msg_parser.awk +%%DATADIR%%/tag_dll.awk @dirrm include/sofia-sip-1.12/sofia-resolv @dirrm include/sofia-sip-1.12/sofia-sip @dirrm include/sofia-sip-1.12 |