Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jul 2012 16:11:44 GMT
From:      Eddy Beaupré <eddy@beaupre.biz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/169631: audio/freeswitch-sounds - Port fail when enabling french sounds
Message-ID:  <201207031611.q63GBisP096764@red.freebsd.org>
Resent-Message-ID: <201207031620.q63GK30X073211@freefall.freebsd.org>

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

>Number:         169631
>Category:       ports
>Synopsis:       audio/freeswitch-sounds - Port fail when enabling french sounds
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 03 16:20:03 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Eddy Beaupré
>Release:        9.0-STABLE
>Organization:
>Environment:
FreeBSD web.beaupre.biz 9.0-STABLE FreeBSD 9.0-STABLE #1: Mon May 28 10:01:09 EDT 2012     root@web.beaupre.biz:/usr/obj/usr/src/sys/KVM  i386
>Description:
The path where to create french sounds is wrong, the port fail to build.
>How-To-Repeat:
1) Enable "Compile French Canadian Language Sounds" in make config.
2) make.
>Fix:
Change de destination path from '${WRKDIR}/tmp/fr/ca/$${dir}' to '${WRKDIR}/tmp/fr/ca/june/$${dir}' (See included patch)

Patch attached with submission follows:

*** Makefile.orig	2012-06-28 13:30:11.000000000 -0400
--- Makefile	2012-07-03 11:55:34.000000000 -0400
***************
*** 138,144 ****
  							${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}"; \
  						fi \
  					fi \
  				done; \
--- 138,144 ----
  							${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/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?201207031611.q63GBisP096764>