mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add USES=libtool to net/sofia-sip and bump dependent ports
- Add INSTALL_TARGET=install-strip
This commit is contained in:
parent
07f4ac866c
commit
61375fdeb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361393
@ -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-
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user