From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 16 21:11:05 2010 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 560F51065694; Thu, 16 Dec 2010 21:11:05 +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 E089A8FC18; Thu, 16 Dec 2010 21:11:04 +0000 (UTC) Received: by vws9 with SMTP id 9so1549820vws.13 for ; Thu, 16 Dec 2010 13:11:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type; bh=LWDqlJ+RI/Cmj6aBYBj6pUseDFHL5sB/UShhtW22e54=; b=tPnwkWpbx5nAmZMMPDYALSyHK/LrDsRfADiMTulQJU4reqAGpI3W31DnTDDkfLzWWD bkMx5ftdkU734RexTnnfbQAeQWGvvPJthMFtSS3g5f077rMaDJTvbkpeL0/cHFufdJsX mo+pd2UNiykPqBIB29osAI6xEsKXP7pWFdY/E= 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=u7vEnBLo8qzlwSiKJeAtBCEBvqh/EDnaMNsAbRNeF+n8scnff+aHB9Y3Lm8XXfskh1 0hoK23Ar0CtdlxLGNP3PjBwPAWkpWUDw1mRF7rgnaqZGLInIhYzLTJbZV28Uehd+nk/G hxRpbfQUK0RjvL6rbMT/7IuLBuVBQZzAmu9jM= Received: by 10.220.193.5 with SMTP id ds5mr2471791vcb.85.1292533862536; Thu, 16 Dec 2010 13:11:02 -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 u4sm171159vch.12.2010.12.16.13.10.59 (version=SSLv3 cipher=RC4-MD5); Thu, 16 Dec 2010 13:11:00 -0800 (PST) Date: Thu, 16 Dec 2010 16:10:35 -0500 From: "Richard E. Neese" To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Message-Id: <20101216161035.8b53d98d.r.neese@gmail.com> In-Reply-To: <201012162110.oBGLAA2r068442@freefall.freebsd.org> References: <201012162103.oBGL33eu002240@red.freebsd.org> <201012162110.oBGLAA2r068442@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=_Thu__16_Dec_2010_16_10_35_-0500_N02mgGMV6YIBff4Q" Cc: Subject: Re: ports/153227: fix of pizza demo 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 Dec 2010 21:11:05 -0000 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@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 --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--