From nobody@FreeBSD.org  Thu Dec 16 21:03:03 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 843D3106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Dec 2010 21:03:03 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 599E08FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Dec 2010 21:03:03 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBGL33YS002242
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 16 Dec 2010 21:03:03 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id oBGL33eu002240;
	Thu, 16 Dec 2010 21:03:03 GMT
	(envelope-from nobody)
Message-Id: <201012162103.oBGL33eu002240@red.freebsd.org>
Date: Thu, 16 Dec 2010 21:03:03 GMT
From: Richard Neese <r.neese@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: fix of pizza demo
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         153227
>Category:       ports
>Synopsis:       fix of misc/freeswitch-pizzademo
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 16 21:10:10 UTC 2010
>Closed-Date:    Fri Dec 17 17:02:36 UTC 2010
>Last-Modified:  Fri Dec 17 17:02:36 UTC 2010
>Originator:     Richard Neese
>Release:        8.1-Release p1
>Organization:
fusionpbx
>Environment:
FreeBSD fusionpbx 8.1-RELEASE-p1 FreeBSD 8.1-RELEASE-p1 #0: Wed Oct 27 12:42:41 EDT 2010     root@fusionpbx:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
changed  @${REINPLACE_CMD} -r to  @${REINPLACE_CMD} -e
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:

From: "Richard E. Neese" <r.neese@gmail.com>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/153227: fix of pizza demo
Date: Thu, 16 Dec 2010 16:10:35 -0500

 This is a multi-part message in MIME format.
 
 --Multipart=_Thu__16_Dec_2010_16_10_35_-0500_N02mgGMV6YIBff4Q
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 
 -- 
 Richard E. Neese <r.neese@gmail.com>
 
 --Multipart=_Thu__16_Dec_2010_16_10_35_-0500_N02mgGMV6YIBff4Q
 Content-Type: text/plain;
  name="freeswitch-pizzademo.diff"
 Content-Disposition: attachment;
  filename="freeswitch-pizzademo.diff"
 Content-Transfer-Encoding: 7bit
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/misc/freeswitch-pizzademo/Makefile,v
 retrieving revision 1.2
 diff -u -r1.2 Makefile
 --- Makefile	14 Dec 2010 17:18:34 -0000	1.2
 +++ Makefile	16 Dec 2010 20:46:33 -0000
 @@ -29,8 +29,8 @@
  WRKSRC=	${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION}/scripts/javascript
  
  pre-install:
 -	@${REINPLACE_CMD} -r 's|include("js_modules/SpeechTools.jm")|include("javascript/js_modules/SpeechTools.jm")|g' ${WRKSRC}/ps_pizza.js
 -	@${REINPLACE_CMD} -r 's|asr.setAudioBase("/root/pizza)|asr.setAudioBase("${PREFIX}/share/${BASE_PORTNAME}/sounds/en/us/callie/pizza/8000")|g' ${WRKSRC}/ps_pizza.js
 +	@${REINPLACE_CMD} -e 's|include("js_modules/SpeechTools.jm")|include("javascript/js_modules/SpeechTools.jm")|g' ${WRKSRC}/ps_pizza.js
 +	@${REINPLACE_CMD} -e 's|asr.setAudioBase("/root/pizza)|asr.setAudioBase("${PREFIX}/share/${BASE_PORTNAME}/sounds/en/us/callie/pizza/8000")|g' ${WRKSRC}/ps_pizza.js
  
  do-install:
  	@cd ${WRKDIR}; ${FIND} *.gram \
 
 --Multipart=_Thu__16_Dec_2010_16_10_35_-0500_N02mgGMV6YIBff4Q--
State-Changed-From-To: open->closed 
State-Changed-By: jpaetzel 
State-Changed-When: Fri Dec 17 17:02:15 UTC 2010 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=153227 
>Unformatted:
