Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2010 04:13:44 GMT
From:      Michael James Brune <admin@mjbrune.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146368: Fixed the sound issue.
Message-ID:  <201005070413.o474DiYf089649@www.freebsd.org>
Resent-Message-ID: <201005070420.o474K2Gi097433@freefall.freebsd.org>

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

>Number:         146368
>Category:       ports
>Synopsis:       Fixed the sound issue.
>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:   Fri May 07 04:20:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Michael James Brune
>Release:        8.0-RELEASE-p2
>Organization:
N/A
>Environment:
FreeBSD mjbrune.org 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Tue Jan  5 16:02:27 UTC 2010     root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
Currently the sounds are disabled, this will give people the built in option for sounds, via the program.
>How-To-Repeat:
N/A
>Fix:
unified diff file is provided.

Patch attached with submission follows:

--- /usr/ports/editors/textroom/Makefile        2010-05-02
--- / 06:21:22.000000000 +0000
+++ /home/james/src/ports/textroom/Makefile     2010-05-07
03:52:15.000000000 +0000
@@ -27,6 +27,7 @@
 
 post-patch:
        @${REINPLACE_CMD} -e 's|-lhunspell|-lhunspell-1.2|'
${WRKSRC}/textroom.pro
+       @${REINPLACE_CMD} -e 's|/usr/share/sounds/|${PREFIX}/share/sounds/|'
${WRKSRC}/src/textroom.cpp
 
 do-configure:
        @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
Common subdirectories: /usr/ports/editors/textroom/files and /home/james/src/ports/textroom/files

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



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