Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Jul 2012 18:04:47 GMT
From:      Richard Neese <r.neese@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169717: update for audio/freeswitch-sounds
Message-ID:  <201207081804.q68I4lVg018737@red.freebsd.org>
Resent-Message-ID: <201207081810.q68IA4DA026796@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         169717
>Category:       ports
>Synopsis:       update for audio/freeswitch-sounds
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 08 18:10:04 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Richard Neese
>Release:        FreeBSD 9.0-RELEASE
>Organization:
>Environment:
FreeBSD ports.freebsd.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:15:25 UTC 2012     root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Fixed a line for french sound installs
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/audio/freeswitch-sounds/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	24 Jun 2012 16:29:28 -0000	1.9
+++ Makefile	8 Jul 2012 18:01:51 -0000
@@ -138,7 +138,7 @@
 							${MV} ${WRKSRC}/fr/ca/june/$${dir}/$${rate}/$${filename} ${WRKDIR}/tmp/fr/ca/june/$${dir}/$${rate}/$${filename} ; \
 						else \
 							${ECHO} -n "."; \
-							${LOCALBASE}/bin/sox -v ${SCALE} "${WRKSRC}/fr/ca/june/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/fr/ca/$${dir}/$${rate}/$${filename}"; \
+							${LOCALBASE}/bin/sox -v ${SCALE} "${WRKSRC}/fr/ca/june/$${dir}/48000/$${filename}" -r $${rate} -c 1 "${WRKDIR}/tmp/fr/ca/june/$${dir}/$${rate}/$${filename}"; \
 						fi \
 					fi \
 				done; \


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207081804.q68I4lVg018737>