From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Aug 16 20:15:38 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC52B1065779; Thu, 16 Aug 2012 20:15:37 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id D24CD8FC18; Thu, 16 Aug 2012 20:15:36 +0000 (UTC) Received: by yhfs35 with SMTP id s35so4113990yhf.13 for ; Thu, 16 Aug 2012 13:15:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=VIG2D0CBIE0XczRrM6aUEWr/yqGunV4kSOqgwii1CQs=; b=xOsDwkbHSnINh9MLM3Iddslx8WikN4nS0lR8ghjw4574OUJ/uOBR3Cw4Z+lm7gPSul X9pmfYDp8R3Ms5H3bijuAO7xP21FhYry3EhrzcCRul/YZ62RwNEvcbrlSiaegpO+5juM 3HU5tsUa4aLBaGxoDgQSqBWJlHseIl8e6wHoLfQGIKNe4+Xd6FrO8dK7xUvPGLqhpvat 7nrB7SXTcd54MwyKfk+bBLy1raaIDpNmh/vMKVfaqVky0jKGVGZGlKhdGA1pwh6XionB +FfvGGCwIx+67x9aeyj8pU7aB6bDlElo9y6Oru5XNh1i8lKBYpq/yS9VovPlEfkGMy5U rUeA== Received: by 10.236.127.199 with SMTP id d47mr3449811yhi.11.1345148136027; Thu, 16 Aug 2012 13:15:36 -0700 (PDT) Received: from [127.0.0.1] ([97.100.95.108]) by mx.google.com with ESMTPS id y13sm5171693anj.5.2012.08.16.13.15.35 (version=SSLv3 cipher=OTHER); Thu, 16 Aug 2012 13:15:35 -0700 (PDT) Message-ID: <502D54E0.60603@gmail.com> Date: Thu, 16 Aug 2012 16:15:28 -0400 From: Richard E Neese User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120713 Thunderbird/14.0 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201208012310.q71NAATW017186@freefall.freebsd.org> In-Reply-To: <201208012310.q71NAATW017186@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------020306060806040903080302" Cc: Subject: Re: ports/170319: Update of net/freeswitch-devel 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: Thu, 16 Aug 2012 20:15:38 -0000 This is a multi-part message in MIME format. --------------020306060806040903080302 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 8/1/2012 7:10 PM, FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/170319'. > 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=170319 > >> Category: ports >> Responsible: freebsd-ports-bugs >> Synopsis: Update of net/freeswitch-devel >> Arrival-Date: Wed Aug 01 23:10:10 UTC 2012 update to 1.2.1 --------------020306060806040903080302 Content-Type: text/plain; charset=windows-1252; name="fs-dev.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="fs-dev.diff" Index: Makefile =================================================================== --- Makefile (revision 301530) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= freeswitch -PORTVERSION= 1.2 +PORTVERSION= 1.2.1 CATEGORIES= net MASTER_SITES= # none PKGNAMESUFFIX= -devel @@ -23,19 +23,24 @@ NO_WRKSUBDIR= yes NO_BUILD= yes -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 +OPTIONS_DEFINE= VANILLA SBC INSIDEOUT CURL SOUNDS MUSIC PIZZADEMO SCRIPTS +VANILLA_DESC= Vanilla Dialplan Configs +SBC_DESC= Session Border Conroller configs +INSIDEOUT_DESC= Inside Out Basic Dialplan Configs +CURL_DESC= Curl dialplan configs +SOUNDS_DESC= Sound files for use with FreeSwitch PBX +MUSIC_DESC= Music on hold for use with FreeSwitch PBX +PIZZADEMO_DESC= Install Pizza Shop voice demo +SCRIPTS_DESC= Install Freeswitch various scripts + +OPTIONS_DEFAULT= VANILLA SOUNDS MUSIC +NO_OPTIONS_SORT= yes + .include .for conf in vanilla sbc insideout curl -. if defined(WITH_${conf:U}) +.if ${PORT_OPTIONS:M${conf:U}} CNF?= ${conf} . if ${CNF} == ${conf} RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/conf/.${conf}:${PORTSDIR}/net/freeswitch-${conf}-devel @@ -46,19 +51,19 @@ .endfor .undef CNF -.if defined(WITH_SOUNDS) +.if ${PORT_OPTIONS:MSOUNDS} RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds .endif -.if defined(WITH_MUSIC) +.if ${PORT_OPTIONS:MMUSIC} RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music .endif -.if defined(WITH_PIZZADEMO) +.if ${PORT_OPTIONS:MPIZZADEMO} RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo-devel .endif -.if defined(WITH_SCRIPTS) +.if ${PORT_OPTIONS:MSCRIPTS} RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch-scripts-devel .endif --------------020306060806040903080302--