From owner-svn-ports-all@freebsd.org Mon Sep 12 19:18:12 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D28B4BD8DA8; Mon, 12 Sep 2016 19:18:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 A9BBDEF5; Mon, 12 Sep 2016 19:18:12 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8CJIBip064289; Mon, 12 Sep 2016 19:18:11 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8CJIBxi064285; Mon, 12 Sep 2016 19:18:11 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201609121918.u8CJIBxi064285@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Mon, 12 Sep 2016 19:18:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r421951 - in head: net/asterisk-chan_sccp net/asterisk-g72x www/bigbluebutton 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.23 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: Mon, 12 Sep 2016 19:18:12 -0000 Author: madpilot Date: Mon Sep 12 19:18:11 2016 New Revision: 421951 URL: https://svnweb.freebsd.org/changeset/ports/421951 Log: Remove dependencies on net/asterisk. Approved by: portmgr (mat) Modified: head/net/asterisk-chan_sccp/Makefile head/net/asterisk-g72x/Makefile head/www/bigbluebutton/Makefile Modified: head/net/asterisk-chan_sccp/Makefile ============================================================================== --- head/net/asterisk-chan_sccp/Makefile Mon Sep 12 18:32:18 2016 (r421950) +++ head/net/asterisk-chan_sccp/Makefile Mon Sep 12 19:18:11 2016 (r421951) @@ -3,6 +3,7 @@ PORTNAME= chan_sccp PORTVERSION= 4.2.3 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/chan-sccp-b PKGNAMEPREFIX= asterisk- @@ -30,16 +31,12 @@ PLIST_FILES= lib/asterisk/modules/chan_ etc/asterisk/sccp.conf.annotated OPTIONS_SINGLE= ASTVER -OPTIONS_SINGLE_ASTVER= ASTERISK18 ASTERISK11 ASTERISK13 +OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13 OPTIONS_DEFAULT= ASTERISK13 -ASTERISK18_DESC= Depend on Asterisk 1.8 ASTERISK11_DESC= Depend on Asterisk 11 ASTERISK13_DESC= Depend on Asterisk 13 -ASTERISK18_BUILD_DEPENDS= asterisk:net/asterisk -ASTERISK18_RUN_DEPENDS= asterisk:net/asterisk - ASTERISK11_BUILD_DEPENDS= asterisk:net/asterisk11 ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11 Modified: head/net/asterisk-g72x/Makefile ============================================================================== --- head/net/asterisk-g72x/Makefile Mon Sep 12 18:32:18 2016 (r421950) +++ head/net/asterisk-g72x/Makefile Mon Sep 12 19:18:11 2016 (r421951) @@ -2,7 +2,7 @@ PORTNAME= asterisk-g72x PORTVERSION= 1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://asterisk.hosting.lv/src/ @@ -19,17 +19,13 @@ NO_OPTIONS_SORT= yes PLIST_FILES= lib/asterisk/modules/codec_g729.so OPTIONS_SINGLE= ASTVER -OPTIONS_SINGLE_ASTVER= ASTERISK18 ASTERISK11 ASTERISK13 +OPTIONS_SINGLE_ASTVER= ASTERISK11 ASTERISK13 OPTIONS_DEFAULT= ASTERISK13 -ASTERISK18_DESC= Depend on Asterisk 1.8 ASTERISK11_DESC= Depend on Asterisk 11 ASTERISK13_DESC= Depend on Asterisk 13 -ASTERISK18_BUILD_DEPENDS= asterisk:net/asterisk -ASTERISK18_RUN_DEPENDS= asterisk:net/asterisk -ASTERISK18_CONFIGURE_ON= --with-asterisk18 ASTERISK11_BUILD_DEPENDS= asterisk:net/asterisk11 ASTERISK11_RUN_DEPENDS= asterisk:net/asterisk11 ASTERISK11_CONFIGURE_ON= --with-asterisk100 Modified: head/www/bigbluebutton/Makefile ============================================================================== --- head/www/bigbluebutton/Makefile Mon Sep 12 18:32:18 2016 (r421950) +++ head/www/bigbluebutton/Makefile Mon Sep 12 19:18:11 2016 (r421951) @@ -3,7 +3,7 @@ PORTNAME= bigbluebutton PORTVERSION= 0.71 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www java MASTER_SITES= http://bigbluebutton.org/downloads/${PORTVERSION}/ \ http://bigbluebutton.org/downloads/0.70/:2 \ @@ -48,9 +48,8 @@ FS_USER?= freeswitch FS_GROUP?= ${FS_USER} WWWROOT?= ${WWWDIR:S|/${PORTNAME}$||} -OPTIONS_DEFINE= MEETME KONFERENCE OPENOFFICE +OPTIONS_DEFINE= KONFERENCE OPENOFFICE OPTIONS_DEFAULT= KONFERENCE -MEETME_DESC= meetme Asterisk module KONFERENCE_DESC= konference Asterisk module OPENOFFICE_DESC= Include OpenOffice support @@ -81,18 +80,9 @@ SUB_FILES= pkg-message openoffice nginx. .include -.if ${PORT_OPTIONS:MMEETME} || ${PORT_OPTIONS:MKONFERENCE} -BUILD_DEPENDS+=${LOCALBASE}/sbin/asterisk:net/asterisk -.if ${PORT_OPTIONS:MMEETME} -.if !exists(${LOCALBASE}/lib/asterisk/modules/app_meetme.so) -IGNORE=Option meetme requires app_meetme.so from asterisk port. Rebuild net/asterisk with DAHDI option selected -.endif -.endif .if ${PORT_OPTIONS:MKONFERENCE} BUILD_DEPENDS+=${LOCALBASE}/lib/asterisk/modules/app_konference.so:net/appkonference .endif -.endif - .if ${PORT_OPTIONS:MOPENOFFICE} BUILD_DEPENDS+= ${LOCALBASE}/bin/openoffice-4.0.1:editors/openoffice-4 .endif