Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Sep 2014 10:19:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368167 - in head: comms/gstreamer1-plugins-spandsp comms/spandsp-devel comms/spandsp-devel/files misc/libsupertone net/asterisk net/asterisk11 net/mediastreamer net/opal net/yate
Message-ID:  <201409141019.s8EAJ55o021169@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Sep 14 10:19:05 2014
New Revision: 368167
URL: http://svnweb.freebsd.org/changeset/ports/368167
QAT: https://qat.redports.org/buildarchive/r368167/

Log:
  comms/spandsp-devel:
  - Fix installation of lib/libspandsp.so.2 (when patching configure.ac
    almost all USE_AUTOTOOLS are needed)
  - Replace CONFIGURE_ARGS with CPPFLAGS/LIBS
  
  Reported by:	antoine

Deleted:
  head/comms/spandsp-devel/files/
Modified:
  head/comms/gstreamer1-plugins-spandsp/Makefile
  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/gstreamer1-plugins-spandsp/Makefile
==============================================================================
--- head/comms/gstreamer1-plugins-spandsp/Makefile	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/comms/gstreamer1-plugins-spandsp/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-PORTREVISION=	0
+PORTREVISION=	1
 CATEGORIES=	comms
 
 COMMENT=	Gstreamer DSP library and software FAX machine plugin

Modified: head/comms/spandsp-devel/Makefile
==============================================================================
--- head/comms/spandsp-devel/Makefile	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/comms/spandsp-devel/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	spandsp
 DISTVERSION=	0.0.6pre21
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	comms
 MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/
 PKGNAMESUFFIX=	-devel
@@ -15,11 +15,10 @@ LIB_DEPENDS=	libtiff.so:${PORTSDIR}/grap
 
 WRKSRC=		${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//}
 
-USES=		gmake libtool pathfix tar:tgz
-USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib" -C
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+USES=		gmake libtool pathfix tar:tgz
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 
@@ -40,6 +39,9 @@ USE_GNOME+=	libxslt
 CONFIGURE_ARGS+=--disable-doc
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} 's/tgmath\.h//' ${WRKSRC}/configure
+
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/comms/spandsp-devel/pkg-plist
==============================================================================
--- head/comms/spandsp-devel/pkg-plist	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/comms/spandsp-devel/pkg-plist	Sun Sep 14 10:19:05 2014	(r368167)
@@ -143,6 +143,7 @@ include/spandsp/vector_int.h
 include/spandsp/version.h
 lib/libspandsp.a
 lib/libspandsp.so
+lib/libspandsp.so.2
 lib/libspandsp.so.2.0.0
 libdata/pkgconfig/spandsp.pc
 @dirrm include/spandsp/private

Modified: head/misc/libsupertone/Makefile
==============================================================================
--- head/misc/libsupertone/Makefile	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/misc/libsupertone/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libsupertone
 PORTVERSION=	0.0.2
-PORTREVISION=	4
+PORTREVISION=	5
 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.2.0.0:${PORTSDIR}/comms/spandsp-devel \
+		libspandsp.so.2:${PORTSDIR}/comms/spandsp-devel \
 		libtiff.so:${PORTSDIR}/graphics/tiff \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 

Modified: head/net/asterisk/Makefile
==============================================================================
--- head/net/asterisk/Makefile	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/net/asterisk/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	1.8.30.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -104,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.2.0.0:${PORTSDIR}/comms/spandsp-devel
+SPANDSP_LIB_DEPENDS=	libspandsp.so.2:${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	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/net/asterisk11/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -2,7 +2,7 @@
 
 PORTNAME=	asterisk
 PORTVERSION=	11.12.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	net
 MASTER_SITES=	http://downloads.asterisk.org/pub/telephony/asterisk/ \
 		http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
@@ -98,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.2.0.0:${PORTSDIR}/comms/spandsp-devel
+SPANDSP_LIB_DEPENDS=	libspandsp.so.2:${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	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/net/mediastreamer/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	mediastreamer
 PORTVERSION=	2.10.0
-PORTREVISION=	4
+PORTREVISION=	5
 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.2.0.0:${PORTSDIR}/comms/spandsp-devel
+SPANDSP_LIB_DEPENDS=	libspandsp.so.2:${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	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/net/opal/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opal
 PORTVERSION=	3.10.10
-PORTREVISION=	4
+PORTREVISION=	5
 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.0.0:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+=	libspandsp.so.2:${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	Sun Sep 14 10:16:28 2014	(r368166)
+++ head/net/yate/Makefile	Sun Sep 14 10:19:05 2014	(r368167)
@@ -3,7 +3,7 @@
 
 PORTNAME=	yate
 DISTVERSION=	5.4.0p1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://yate.null.ro/tarballs/yate5/
 DISTNAME=	${PORTNAME}-5.4.0-1
@@ -105,7 +105,7 @@ PLIST_SUB+=		WITH_AMRNB="@comment "
 .endif
 
 .if ${PORT_OPTIONS:MSPANDSP}
-LIB_DEPENDS+=	libspandsp.so.2.0.0:${PORTSDIR}/comms/spandsp-devel
+LIB_DEPENDS+=	libspandsp.so.2:${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?201409141019.s8EAJ55o021169>