ports/167880: update to net/freeswitch meta port

Rich Neese r.neese at gmail.com
Mon May 14 13:31:20 UTC 2012


On 5/14/2012 9:30 AM, FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/167880'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs. 
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=167880
>
>> Category:       ports
>> Responsible:    freebsd-ports-bugs
>> Synopsis:       update to net/freeswitch meta port
>> Arrival-Date:   Mon May 14 13:30:06 UTC 2012

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/net/freeswitch/Makefile,v
retrieving revision 1.12
diff -u -r1.12 Makefile
--- Makefile	15 Mar 2012 18:18:06 -0000	1.12
+++ Makefile	12 May 2012 18:43:45 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	freeswitch
-PORTVERSION=	1.0.6
-PORTREVISION=	1
+PORTVERSION=	1.2
 CATEGORIES=	net
 MASTER_SITES=	# none
 DISTFILES=	# none
@@ -21,13 +20,33 @@
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-OPTIONS=	SOUNDS	"Sound files for use with FreeSwitch PBX" on \
-		MUSIC	"Music on hold for use with FreeSwitch PBX" on \
-		PIZZA	"Install Pizza Shop voice demo" off \
-		SCRIPTS	"Install Freeswitch various scripts" off \
+OPTIONS=	VANILLA		"Vanilla Dialplan Configs" off \
+		SBC		"Session Border Conroller configs" off \
+		INSIDEOUT	"Inside Out Basic Dialplan Configs" off \
+		CURL		"Curl dialplan configs" off \
+		SOUNDS		"Sound files for use with FreeSwitch PBX" off \
+		MUSIC		"Music on hold for use with FreeSwitch PBX" off \
+		PIZZADEMO	"Install Pizza Shop voice demo" off \
+		SCRIPTS		"Install Freeswitch various scripts" off
 
 .include <bsd.port.options.mk>
 
+.if defined(WITH_VANILLA)
+RUN_DEPENDS+=   ${LOCALBASE}/:${PORTSDIR}/net/freeswitch-vanilla
+.endif
+
+.if defined(WITH_SBC)
+RUN_DEPENDS+=   ${LOCALBASE}/:${PORTSDIR}/net/freeswitch-sbc
+.endif
+
+.if defined(WITH_INSIDEOUT)
+RUN_DEPENDS+=   ${LOCALBASE}/:${PORTSDIR}/net/freeswitch-insideout
+.endif
+
+.if defined(WITH_CURL)
+RUN_DEPENDS+=   ${LOCALBASE}/:${PORTSDIR}/net/freeswitch-curl
+.endif
+
 .if defined(WITH_SOUNDS)
 RUN_DEPENDS+=	${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds
 .endif
@@ -36,7 +55,7 @@
 RUN_DEPENDS+=	${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music
 .endif
 
-.if defined(WITH_PIZZA)
+.if defined(WITH_PIZZADEMO)
 RUN_DEPENDS+=	${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo
 .endif
 


More information about the freebsd-ports-bugs mailing list