From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Apr 28 18:00:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D95DB1065670 for ; Wed, 28 Apr 2010 18:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 942768FC14 for ; Wed, 28 Apr 2010 18:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o3SI09Ka049909 for ; Wed, 28 Apr 2010 18:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o3SI09tV049908; Wed, 28 Apr 2010 18:00:09 GMT (envelope-from gnats) Resent-Date: Wed, 28 Apr 2010 18:00:09 GMT Resent-Message-Id: <201004281800.o3SI09tV049908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oliver Herold Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0026106564A for ; Wed, 28 Apr 2010 17:53:17 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 9A3648FC0C for ; Wed, 28 Apr 2010 17:53:17 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o3SHrHlH007546 for ; Wed, 28 Apr 2010 17:53:17 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o3SHrH3Z007545; Wed, 28 Apr 2010 17:53:17 GMT (envelope-from nobody) Message-Id: <201004281753.o3SHrH3Z007545@www.freebsd.org> Date: Wed, 28 Apr 2010 17:53:17 GMT From: Oliver Herold To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/146122: fix for audio/fluidsynth X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2010 18:00:09 -0000 >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 >Release-Note: >Audit-Trail: >Unformatted: