Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2014 11:43:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r366310 - in head: comms/spandsp-devel misc/libsupertone net/asterisk net/asterisk11 net/mediastreamer net/opal net/yate
Message-ID:  <201408271143.s7RBhQjE022290@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Aug 27 11:43:25 2014
New Revision: 366310
URL: http://svnweb.freebsd.org/changeset/ports/366310
QAT: https://qat.redports.org/buildarchive/r366310/

Log:
  - Switch comms/spandsp-devel to USES=libtool, drop .la files
  - Bump dependent ports as .so version has changed
  - Use install-strip target instead of STRIP_CMD
  - Add/fix libspandsp.so versions in LIB_DEPENDS to differentiate between spandsp and spandsp-devel
  
  Approved by:	portmgr blanket

Modified:
  head/comms/spandsp-devel/Makefile
  head/comms/spandsp-devel/pkg-plist
  head/misc/libsupertone/Makefile
  head/net/asterisk/Makefile
  head/net/asterisk11/Makefile
  head/net/mediastreamer/Makefile
  head/net/opal/Makefile
  head/net/yate/Makefile

Modified: head/comms/spandsp-devel/Makefile
==============================================================================
--- head/comms/spandsp-devel/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/comms/spandsp-devel/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spandsp
 DISTVERSION=	0.0.6pre21
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	comms
 MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/
 PKGNAMESUFFIX=	-devel
@@ -15,12 +15,13 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 
 WRKSRC=		${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//}
 
-USES=		gmake pathfix tar:tgz
-USE_AUTOTOOLS=	libtool autoconf
+USES=		gmake libtool pathfix tar:tgz
+USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib" -C
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 CONFLICTS=	spandsp-[0-9]*
 
@@ -40,8 +41,6 @@ CONFIGURE_ARGS+=--disable-doc
 .endif
 
 post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspandsp.so.2
-
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && \

Modified: head/comms/spandsp-devel/pkg-plist
==============================================================================
--- head/comms/spandsp-devel/pkg-plist	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/comms/spandsp-devel/pkg-plist	Wed Aug 27 11:43:25 2014	(r366310)
@@ -142,9 +142,8 @@ include/spandsp/vector_float.h
 include/spandsp/vector_int.h
 include/spandsp/version.h
 lib/libspandsp.a
-lib/libspandsp.la
 lib/libspandsp.so
-lib/libspandsp.so.2
+lib/libspandsp.so.2.0.0
 libdata/pkgconfig/spandsp.pc
 @dirrm include/spandsp/private
 @dirrm include/spandsp

Modified: head/misc/libsupertone/Makefile
==============================================================================
--- head/misc/libsupertone/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/misc/libsupertone/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsupertone
 PORTVERSION=	0.0.2
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	misc
 MASTER_SITES=	http://www.soft-switch.org/downloads/unicall/
 
@@ -13,7 +13,7 @@ COMMENT=	Library for supervisory tone ge
 LICENSE=	LGPL21
 
 LIB_DEPENDS=	libaudiofile.so:${PORTSDIR}/audio/libaudiofile \
-		libspandsp.so:${PORTSDIR}/comms/spandsp-devel \
+		libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/net/asterisk/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -3,6 +3,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	1.8.30.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -103,7 +104,7 @@ CURL_CONFIGURE_ON=	--with-libcurl
 CURL_CONFIGURE_OFF=	--with-libcurl=no
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 SPANDSP_CONFIGURE_WITH=	spandsp
-SPANDSP_LIB_DEPENDS=	libspandsp.so:${PORTSDIR}/comms/spandsp-devel
+SPANDSP_LIB_DEPENDS=	libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
 EXCHANGE_CONFIGURE_OFF=	--without-neon --without-neon29
 EXCHANGE_LIB_DEPENDS=	libneon.so:${PORTSDIR}/www/neon29
 SRTP_CONFIGURE_WITH=	srtp

Modified: head/net/asterisk11/Makefile
==============================================================================
--- head/net/asterisk11/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/net/asterisk11/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -2,6 +2,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	11.12.0
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -97,7 +98,7 @@ CURL_CONFIGURE_ON=	--with-libcurl
 CURL_CONFIGURE_OFF=	--with-libcurl=no
 CURL_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl
 SPANDSP_CONFIGURE_WITH=	spandsp
-SPANDSP_LIB_DEPENDS=	libspandsp.so:${PORTSDIR}/comms/spandsp-devel
+SPANDSP_LIB_DEPENDS=	libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
 EXCHANGE_CONFIGURE_OFF=	--without-neon --without-neon29
 EXCHANGE_LIB_DEPENDS=	libneon.so:${PORTSDIR}/www/neon29
 SRTP_CONFIGURE_WITH=	srtp

Modified: head/net/mediastreamer/Makefile
==============================================================================
--- head/net/mediastreamer/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/net/mediastreamer/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mediastreamer
 PORTVERSION=	2.10.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	SAVANNAH/linphone/mediastreamer
 
@@ -57,7 +57,7 @@ OPUS_CONFIGURE_ENABLE=	opus
 OPUS_LIB_DEPENDS=	libopus.so:${PORTSDIR}/audio/opus
 
 SPANDSP_CONFIGURE_ENABLE=	spandsp
-SPANDSP_LIB_DEPENDS=	libspandsp.so:${PORTSDIR}/comms/spandsp-devel
+SPANDSP_LIB_DEPENDS=	libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
 
 SPEEX_CONFIGURE_ENABLE=	speex
 SPEEX_LIB_DEPENDS=	libspeex.so:${PORTSDIR}/audio/speex

Modified: head/net/opal/Makefile
==============================================================================
--- head/net/opal/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/net/opal/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opal
 PORTVERSION=	3.10.10
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	GNOME
 
@@ -211,7 +211,7 @@ CONFIGURE_ARGS+=	--disable-h281
 
 # keep version in lib_depend, to see the difference between spandsp-devel and normal
 .if ${PORT_OPTIONS:MFAX}
-LIB_DEPENDS+=	libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+=	libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
 CONFIGURE_ARGS+=	--enable-spandsp --enable-fax --enable-t38
 PLIST_SUB+=	FAX=""
 .else

Modified: head/net/yate/Makefile
==============================================================================
--- head/net/yate/Makefile	Wed Aug 27 11:42:20 2014	(r366309)
+++ head/net/yate/Makefile	Wed Aug 27 11:43:25 2014	(r366310)
@@ -3,6 +3,7 @@
 
 PORTNAME=	yate
 DISTVERSION=	5.4.0p1
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	http://yate.null.ro/tarballs/yate5/
 DISTNAME=	${PORTNAME}-5.4.0-1
@@ -104,7 +105,7 @@ PLIST_SUB+=		WITH_AMRNB="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSPANDSP}
-LIB_DEPENDS+=	libspandsp.so:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+=	libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
 CONFIGURE_ARGS+=	--with-spandsp
 PLIST_SUB+=		WITH_SPANDSP=""
 .else



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408271143.s7RBhQjE022290>