Bug 146121

Summary: fix for audio/fluidsynth
Product: Ports & Packages Reporter: Oliver Herold <oh>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Oliver Herold 2010-04-28 18:50:00 UTC
games/scumm doesn't compile with option fluidsynth due a comma in the wrong place (/usr/local/include/fluidsynth ; line 197)

Fix: Patch attached with submission follows:
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-28 18:50:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-05-09 01:05:12 UTC
sylvio      2010-05-09 00:05:03 UTC

  FreeBSD ports repository

  Modified files:
    audio/fluidsynth     Makefile 
  Log:
  - Fixed problem with games/scumm when compiled with option fluidsynth.
  
  PR:             146121
  Submitted by:   Oliver Herold <oh@fixmbr.de>
  
  Revision  Changes    Path
  1.19      +1 -0      ports/audio/fluidsynth/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2010-05-09 01:05:21 UTC
State Changed
From-To: open->closed

Committed. Thanks!