ports/91472: musicpd 0.11.5_1 checks for the wrong library

Michael Kuhn mkuhn.nw at web.de
Sat Jan 7 19:30:11 UTC 2006


>Number:         91472
>Category:       ports
>Synopsis:       musicpd 0.11.5_1 checks for the wrong library
>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:   Sat Jan 07 19:30:05 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Michael Kuhn
>Release:        FreeBSD 6.0-RELEASE
>Organization:
>Environment:
FreeBSD xxx 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Sat Nov  5 15:57:46 CET 2005     root at xxx:/usr/obj/usr/src/sys/xxx  i386
>Description:
              musicpd 0.11.5_1 checks for the wrong library if WITHOUT_WAV is not defined.
>How-To-Repeat:
              Install musicpd with WAV support.
>Fix:
--- Makefile.old        Sat Jan  7 20:14:22 2006
+++ Makefile    Sat Jan  7 20:15:17 2006
@@ -54,7 +54,7 @@
 .ifdef(WITHOUT_WAV)
 CONFIGURE_ARGS+=--disable-audiofile
 .else
-LIB_DEPENDS+=  ao.3:${PORTSDIR}/audio/libaudiofile
+LIB_DEPENDS+=  audiofile.0:${PORTSDIR}/audio/libaudiofile
 .endif

 .ifdef(WITH_AAC)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list