ports/146121: fix for audio/fluidsynth

Oliver Herold oh at fixmbr.de
Wed Apr 28 17:50:01 UTC 2010


>Number:         146121
>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 17:50:00 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 at skarabrae:/usr/obj/usr/src/sys/SKARABRAE  amd64
>Description:
games/scumm doesn't compile with option fluidsynth due a comma in the wrong place (/usr/local/include/fluidsynth ; line 197)
>How-To-Repeat:
just compile games/scummvm with option fluidsynth or have a look at /usr/local/include/fluidsynth/synth.h linke 197 after installing audio/fluidsynth
>Fix:


Patch attached with submission follows:

diff -ruN fluidsynth/Makefile /usr/ports/audio/fluidsynth/Makefile
--- fluidsynth/Makefile	2010-04-28 19:32:40.000000000 +0200
+++ /usr/ports/audio/fluidsynth/Makefile	2010-01-05 00:14:28.000000000 +0100
@@ -73,7 +73,4 @@
 	@${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:



More information about the freebsd-ports-bugs mailing list