From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 14 20:10:01 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 63F7C10656A6 for ; Sat, 14 Aug 2010 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 268548FC23 for ; Sat, 14 Aug 2010 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o7EKA1SD096759 for ; Sat, 14 Aug 2010 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o7EKA15N096758; Sat, 14 Aug 2010 20:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 14 Aug 2010 20:10:01 GMT Resent-Message-Id: <201008142010.o7EKA15N096758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Neese Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5B592106567A for ; Sat, 14 Aug 2010 20:08:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 305FE8FC20 for ; Sat, 14 Aug 2010 20:08:37 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o7EK8aOM000154 for ; Sat, 14 Aug 2010 20:08:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o7EK8Z8V000153; Sat, 14 Aug 2010 20:08:35 GMT (envelope-from nobody) Message-Id: <201008142008.o7EK8Z8V000153@www.freebsd.org> Date: Sat, 14 Aug 2010 20:08:35 GMT From: Richard Neese To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/149653: update for freeswitch meta port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Aug 2010 20:10:01 -0000 >Number: 149653 >Category: ports >Synopsis: update for freeswitch meta port >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 14 20:10:00 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Richard Neese >Release: 8.1-Release >Organization: >Environment: FreeBSD daemonswitch.homeip.net 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: updated for the net/freeswitch meta port to add the 2 new -scripts and -pizzademo >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/freeswitch/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- Makefile 16 Jun 2010 15:03:57 -0000 1.10 +++ Makefile 14 Aug 2010 19:41:25 -0000 @@ -5,32 +5,49 @@ # $FreeBSD: ports/net/freeswitch/Makefile,v 1.10 2010/06/16 15:03:57 jpaetzel Exp $ # -PORTNAME= freeswitch -PORTVERSION= 1.0.6 -CATEGORIES= net -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= ecrist@secure-computing.net -COMMENT= FreeSwitch meta-port to pull in all the components - -NO_BUILD= YES -SUB_FILES= pkg-message - -OPTIONS= CORE "FreeSwitch PBX Software" on \ - SOUNDS "Sound files for use with FreeSwitch PBX" on \ - MUSIC "Music on hold for use with FreeSwitch PBX" on +PORTNAME= freeswitch +PORTVERSION= 1.0.6 +CATEGORIES= net +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none + +MAINTAINER= r.neese@gmail.com +COMMENT= FreeSwitch meta-port to pull in all the components + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +OPTIONS= CORE "FreeSwitch PBX Software" off \ + SOUNDS "Sound files for use with FreeSwitch PBX" off \ + MUSIC "Music on hold for use with FreeSwitch PBX" off \ + PIZZA "Install Pizza Shop voice demo" off \ + SCRIPTS "Install Freeswitch various scripts" off \ .include + +.if ! defined(WITH_CORE) +BROKEN= you must select core +.endif + .if defined(WITH_CORE) -RUN_DEPENDS+= freeswitch:${PORTSDIR}/net/freeswitch-core +RUN_DEPENDS+= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core .endif .if defined(WITH_SOUNDS) -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds + +RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds .endif + .if defined(WITH_MUSIC) -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/music:${PORTSDIR}/audio/freeswitch-music +RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music +.endif + +.if defined(WITH_PIZZA) +RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo +.endif + +.if defined(WITH_SCRIPTS) +RUN_DEPENDS+= ${LOCALBASE}/freeswitch/scripts/.scripts:${PORTSDIR}/misc/freeswitch-scripts .endif do-install: build >Release-Note: >Audit-Trail: >Unformatted: