From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 24 13:23:49 2011 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 4D3341065698; Mon, 24 Jan 2011 13:23:49 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9E79D8FC0C; Mon, 24 Jan 2011 13:23:48 +0000 (UTC) Received: by vws9 with SMTP id 9so1679534vws.13 for ; Mon, 24 Jan 2011 05:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type; bh=EjACyC2gRLjIzu3PZMAbZGHetmauOm+UN1Sl8wmd3iI=; b=x0+XqfVloGTp72xM4vZbJ790peJjC2MpEXOHw86hTYx4vWyHi3SB+LHo/6tUuIQpiQ Wgcpp28fx7FDpDwxyWf5CjN7JT3HwCh4iysVjg9NfBRJXOfHeAUcOh0w1mr7vo1v2/kX 11YX1YSnDlql+Y2I2erNb2jtsTXIuhZDvELLo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type; b=qvqBablAJvTx2LvXBsFbDVIb9NzTH3/6D82OQJdk42Ylta6uXGTaErt+FlIdB4AeRD WT75oBohz7taPOkDsVzEl2wYornbQd1+0lsjnNNvhKYV8NrPzIbUWBojJ+m08z70WxKx 1oLv3YTpoxGoa0cJp4JurS/IIAKk/ZNFys+rQ= Received: by 10.229.184.149 with SMTP id ck21mr3848615qcb.180.1295875427429; Mon, 24 Jan 2011 05:23:47 -0800 (PST) Received: from RichardNeese-PC (c-76-125-160-55.hsd1.pa.comcast.net [76.125.160.55]) by mx.google.com with ESMTPS id g28sm9280086qck.13.2011.01.24.05.23.44 (version=SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 05:23:46 -0800 (PST) Date: Mon, 24 Jan 2011 08:23:07 -0500 From: "Richard E. Neese" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-Id: <20110124082307.57dcc951.r.neese@gmail.com> In-Reply-To: <201101241320.p0ODK7Zt023401@freefall.freebsd.org> References: <201101241310.p0ODAelt078423@red.freebsd.org> <201101241320.p0ODK7Zt023401@freefall.freebsd.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Mon__24_Jan_2011_08_23_07_-0500_61l8Re3xdl6_ga.Q" Cc: Subject: Re: ports/154261: fix for freeswitch-core pkg-add 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: Mon, 24 Jan 2011 13:23:49 -0000 This is a multi-part message in MIME format. --Multipart=_Mon__24_Jan_2011_08_23_07_-0500_61l8Re3xdl6_ga.Q Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 24 Jan 2011 13:20:07 GMT FreeBSD-gnats-submit@FreeBSD.org wrote: > Thank you very much for your problem report. > It has the internal identification `ports/154261'. > 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=154261 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: fix for freeswitch-core pkg-add > >Arrival-Date: Mon Jan 24 13:20:07 UTC 2011 -- Richard E. Neese --Multipart=_Mon__24_Jan_2011_08_23_07_-0500_61l8Re3xdl6_ga.Q Content-Type: text/plain; name="freeswitch-core.diff" Content-Disposition: attachment; filename="freeswitch-core.diff" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== RCS file: /home/ncvs/ports/net/freeswitch-core/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 24 Dec 2010 15:15:58 -0000 1.18 +++ Makefile 24 Jan 2011 02:30:31 -0000 @@ -292,9 +292,9 @@ @${CHOWN} -R ${FREESWITCH_USER}:${FREESWITCH_GROUP} ${VARBASE}/run/${BASE_PORTNAME} @${CHOWN} -R ${FREESWITCH_USER}:${FREESWITCH_GROUP} ${VARBASE}/spool/${BASE_PORTNAME} @for i in $$(${FIND} ${PREFIX}/etc/${BASE_PORTNAME}/conf/ -type f -name '*.sample'); do if [ ! -f $${i%.sample} ]; then ${CP} -p $$i $${i%.sample}; fi; done - @${CHMOD} -R 775 ${PREFIX}/etc/${BASE_PORTNAME}/conf - @${CHMOD} -R 775 ${VARBASE}/log/${BASE_PORTNAME} - @${CHMOD} -R 775 ${VARBASE}/${BASE_PORTNAME} + @${CHMOD} -R 744 ${PREFIX}/etc/${BASE_PORTNAME}/conf + @${CHMOD} -R 744 ${VARBASE}/log/${BASE_PORTNAME} + @${CHMOD} -R 744 ${VARBASE}/${BASE_PORTNAME} @${ECHO_MSG} "This port chown -R various directories ${FREESWITCH_USER}:${FREESWITCH_GROUP} " @${ECHO_MSG} "this is for port security . in the event something should stop working." @${ECHO_MSG} "Please take the time to check chownership of the dir's" Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/net/freeswitch-core/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 24 Dec 2010 15:15:58 -0000 1.6 +++ pkg-plist 24 Jan 2011 02:30:31 -0000 @@ -3,14 +3,13 @@ bin/fs_cli bin/fs_ivrd bin/fsxs -bin/fs_encode bin/gentls_cert -bin/tone2wav etc/freeswitch/conf/autoload_configs/acl.conf.xml.sample etc/freeswitch/conf/autoload_configs/alsa.conf.xml.sample etc/freeswitch/conf/autoload_configs/callcenter.conf.xml.sample etc/freeswitch/conf/autoload_configs/cdr_csv.conf.xml.sample etc/freeswitch/conf/autoload_configs/cdr_pg_csv.conf.xml.sample +etc/freeswitch/conf/autoload_configs/cdr_sqlite.conf.xml.sample etc/freeswitch/conf/autoload_configs/cidlookup.conf.xml.sample etc/freeswitch/conf/autoload_configs/conference.conf.xml.sample etc/freeswitch/conf/autoload_configs/console.conf.xml.sample @@ -75,7 +74,6 @@ etc/freeswitch/conf/dialplan/skinny-patterns/90-External.xml.sample etc/freeswitch/conf/dialplan/skinny-patterns/99-Default_Drop.xml.sample etc/freeswitch/conf/directory/default.xml.sample -etc/freeswitch/conf/mime.types.sample %%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1000.xml.sample %%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1001.xml.sample %%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1002.xml.sample @@ -129,8 +127,7 @@ etc/freeswitch/conf/lang/ru/ru.xml.sample etc/freeswitch/conf/lang/ru/vm/sounds.xml.sample etc/freeswitch/conf/lang/ru/vm/tts.xml.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/m3ua.conf.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/mime.types.sample +etc/freeswitch/conf/mime.types.sample etc/freeswitch/conf/mrcp_profiles/loquendo-7-mrcp-v2.xml.sample etc/freeswitch/conf/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml.sample etc/freeswitch/conf/mrcp_profiles/nuance-5.0-mrcp-v1.xml.sample @@ -152,7 +149,7 @@ %%WITH_MODFREETDM%%etc/freeswitch/conf/wanpipe.conf.sample etc/freeswitch/conf/web-vm.tpl.sample %%WITH_MODFREETDM%%etc/freeswitch/conf/zt.conf.sample -@exec for i in $(find %D/etc/freeswitch/conf/ -type f -name *.sample); do if [ ! -f ${i%.sample} ]; then cp $i ${i%.sample}; fi; done +@exec for i in $(find %D/etc/freeswitch/conf/ -type f -name *.sample); do if [ ! -f ${i%%.sample} ]; then cp $i ${i%%.sample}; fi; done %%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/default.dic %%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/COPYING %%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/feat.params @@ -259,6 +256,10 @@ %%WITH_MODCALLCENTER%%lib/freeswitch/mod/mod_callcenter.so lib/freeswitch/mod/mod_cdr_csv.la lib/freeswitch/mod/mod_cdr_csv.so +%%WITH_MODCDRPGCSV%%lib/freeswitch/mod/mod_cdr_pg_csv.la +%%WITH_MODCDRPGCSV%%lib/freeswitch/mod/mod_cdr_pg_csv.so +lib/freeswitch/mod/mod_cdr_sqlite.la +lib/freeswitch/mod/mod_cdr_sqlite.so %%WITH_MODCELT%%lib/freeswitch/mod/mod_celt.la %%WITH_MODCELT%%lib/freeswitch/mod/mod_celt.so %%WITH_MODCIDLOOKUP%%lib/freeswitch/mod/mod_cidlookup.la @@ -313,6 +314,8 @@ %%WITH_MODFLITE%%lib/freeswitch/mod/mod_flite.so %%WITH_MODFREETDM%%lib/freeswitch/mod/mod_freetdm.la %%WITH_MODFREETDM%%lib/freeswitch/mod/mod_freetdm.so +%%WITH_MODFSK%%lib/freeswitch/mod/mod_fsk.la +%%WITH_MODFSK%%lib/freeswitch/mod/mod_fsk.so lib/freeswitch/mod/mod_fsv.la lib/freeswitch/mod/mod_fsv.so lib/freeswitch/mod/mod_g723_1.la @@ -351,7 +354,6 @@ %%WITH_MODPASTREAM%%lib/freeswitch/mod/mod_portaudio_stream.so %%WITH_MODPYTHON%%lib/freeswitch/mod/mod_python.la %%WITH_MODPYTHON%%lib/freeswitch/mod/mod_python.so -%%WITH_MODPYTHON%%%%PYTHON_SITELIBDIR%%/freeswitch.py %%WITH_MODRSS%%lib/freeswitch/mod/mod_rss.la %%WITH_MODRSS%%lib/freeswitch/mod/mod_rss.so %%WITH_MODSAYDE%%lib/freeswitch/mod/mod_say_de.la @@ -394,8 +396,8 @@ lib/freeswitch/mod/mod_sofia.so %%WITH_MODSOUNDTOUCH%%lib/freeswitch/mod/mod_soundtouch.la %%WITH_MODSOUNDTOUCH%%lib/freeswitch/mod/mod_soundtouch.so -%%WITH_MODFAX%%lib/freeswitch/mod/mod_spandsp.la -%%WITH_MODFAX%%lib/freeswitch/mod/mod_spandsp.so +lib/freeswitch/mod/mod_spandsp.la +lib/freeswitch/mod/mod_spandsp.so lib/freeswitch/mod/mod_speex.la lib/freeswitch/mod/mod_speex.so lib/freeswitch/mod/mod_spidermonkey.la @@ -442,8 +444,8 @@ www/freeswitch/htdocs/slimtest.htm @dirrm www/freeswitch/htdocs @dirrm www/freeswitch -@dirrm share/freeswitch/sounds -@dirrm share/freeswitch +@dirrmtry share/freeswitch/sounds +@dirrmtry share/freeswitch %%WITH_MODPERL%%@dirrm perl @dirrm lib/freeswitch/mod @dirrm lib/freeswitch/lib @@ -477,7 +479,7 @@ @dirrm etc/freeswitch/conf/lang @dirrm etc/freeswitch/conf/jingle_profiles @dirrm etc/freeswitch/conf/ivr_menus -@dirrm etc/freeswitch/conf/directory/default +@DIRRM etc/freeswitch/conf/directory/default @dirrm etc/freeswitch/conf/directory @dirrm etc/freeswitch/conf/dialplan/skinny-patterns @dirrm etc/freeswitch/conf/dialplan/public @@ -486,22 +488,24 @@ @dirrm etc/freeswitch/conf/autoload_configs @dirrm etc/freeswitch/conf @dirrm etc/freeswitch +@exec mkdir -p %D/etc/freeswitch/conf/directory/default @exec mkdir -p %D/etc/freeswitch/scripts @exec mkdir -p %D/share/freeswitch/sounds @cwd /var -@dirrm spool/freeswitch/voicemail -@dirrm log/freeswitch/xml_cdr -@dirrm log/freeswitch -@dirrm freeswitch/recordings -@dirrm freeswitch -@dirrm db/freeswitch +@dirrmtry spool/freeswitch/voicemail +@dirrmtry spool/freeswitch +@dirrmtry log/freeswitch/xml_cdr +@dirrmtry log/freeswitch +@dirrmtry freeswitch/recordings +@dirrmtry freeswitch +@dirrmtry db/freeswitch @exec mkdir -p %D/spool/freeswitch/voicemail @exec mkdir -p %D/log/freeswitch/ @exec mkdir -p %D/log/freeswitch/xml_cdr @exec mkdir -p %D/freeswitch @exec mkdir -p %D/freeswitch/recordings @exec mkdir -p %D/db/freeswitch -@exec chown -R freeswitch:freeswitch spool/freeswitch/voicemail -@exec chown -R freeswitch:freeswitch log/freeswitch/xml_cdr -@exec chown -R freeswitch:freeswitch freeswitch/recordings -@exec chown -R freeswitch:freeswitch db/freeswitch +@exec chown -R freeswitch:freeswitch %D/spool/freeswitch/voicemail +@exec chown -R freeswitch:freeswitch %D/log/freeswitch/xml_cdr +@exec chown -R freeswitch:freeswitch %D/freeswitch/recordings +@exec chown -R freeswitch:freeswitch %D/db/freeswitch --Multipart=_Mon__24_Jan_2011_08_23_07_-0500_61l8Re3xdl6_ga.Q--