ports/163751: [PATCH] games/scummvm: chase audio/fluidsynth shlib version

Bartosz Fabianowski freebsd at chillt.de
Sun Jan 1 14:10:07 UTC 2012


>Number:         163751
>Category:       ports
>Synopsis:       [PATCH] games/scummvm: chase audio/fluidsynth shlib version
>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:   Sun Jan 01 14:10:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bartosz Fabianowski
>Release:        
>Organization:
>Environment:
>Description:
The audio/fluidsynth shlib version number has changed from 4 to 1. The attached patch fixes the reference to the fluidsynth shlib in games/scummvm.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2012-01-01 15:58:00.000000000 +0200
+++ Makefile	2012-01-01 16:01:12.000000000 +0200
@@ -81,7 +81,7 @@
 .endif
 
 .if defined(WITH_FLUIDSYNTH)
-LIB_DEPENDS+=	fluidsynth.4:${PORTSDIR}/audio/fluidsynth
+LIB_DEPENDS+=	fluidsynth.1:${PORTSDIR}/audio/fluidsynth
 CONFIGURE_ARGS+=--with-fluidsynth-prefix=${LOCALBASE}
 .else
 CONFIGURE_ARGS+=--disable-fluidsynth


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



More information about the freebsd-ports-bugs mailing list