From owner-svn-ports-all@FreeBSD.ORG Wed Aug 27 11:43:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEDE74C2; Wed, 27 Aug 2014 11:43:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8E433602; Wed, 27 Aug 2014 11:43:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7RBhRe0022303; Wed, 27 Aug 2014 11:43:27 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7RBhQjE022290; Wed, 27 Aug 2014 11:43:26 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201408271143.s7RBhQjE022290@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 27 Aug 2014 11:43:26 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2014 11:43:28 -0000 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