Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 2010 17:53:17 GMT
From:      Oliver Herold <oh@fixmbr.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/146122: fix for audio/fluidsynth
Message-ID:  <201004281753.o3SHrH3Z007545@www.freebsd.org>
Resent-Message-ID: <201004281800.o3SI09tV049908@freefall.freebsd.org>

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

>Number:         146122
>Category:       ports
>Synopsis:       fix for audio/fluidsynth
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 28 18:00:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Herold
>Release:        8-stable
>Organization:
F!XMBR
>Environment:
FreeBSD skarabrae 8.0-STABLE FreeBSD 8.0-STABLE #4: Mon Apr 26 23:43:19 CEST 2010     acheron@skarabrae:/usr/obj/usr/src/sys/SKARABRAE  amd64
>Description:
Sorry the former PR contained a wrong patch. This is the correct patch! games/scummvm doesn't compile with enabled fluidsynth due a comma in the wrong place (/usr/local/include/fluidsynth/synth.h line 197).
>How-To-Repeat:
Just install games/scummvm and enable fluidsynth. Or have a look at /usr/local/include/fluidsynth/synth.h line 197
>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/audio/fluidsynth/Makefile fluidsynth/Makefile
--- /usr/ports/audio/fluidsynth/Makefile	2010-01-05 00:14:28.000000000 +0100
+++ fluidsynth/Makefile	2010-04-28 19:32:40.000000000 +0200
@@ -73,4 +73,7 @@
 	@${REINPLACE_CMD} -e 's| -O2 | |g ; \
 		 s|== "yes"|= "yes"|g' ${WRKSRC}/configure
 
+	@${REINPLACE_CMD} -e '197 s/,/ /' ${WRKSRC}/include/fluidsynth/synth.h
+
+
 .include <bsd.port.post.mk>


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



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