Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2006 19:20:42 GMT
From:      Michael Kuhn <mkuhn.nw@web.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/91472: musicpd 0.11.5_1 checks for the wrong library
Message-ID:  <200601071920.k07JKgRl021652@www.freebsd.org>
Resent-Message-ID: <200601071930.k07JU6Kp005300@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601071920.k07JKgRl021652>