ports/153227: fix of pizza demo
Richard E. Neese
r.neese at gmail.com
Thu Dec 16 21:20:12 UTC 2010
The following reply was made to PR ports/153227; it has been noted by GNATS.
From: "Richard E. Neese" <r.neese at gmail.com>
To: FreeBSD-gnats-submit at FreeBSD.org, freebsd-ports-bugs at 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
On Thu, 16 Dec 2010 21:10:10 GMT
FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/153227'.
> 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=153227
>
> >Category: ports
> >Responsible: freebsd-ports-bugs
> >Synopsis: fix of pizza demo
> >Arrival-Date: Thu Dec 16 21:10:10 UTC 2010
--
Richard E. Neese <r.neese at 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--
More information about the freebsd-ports-bugs
mailing list