ports/56708: audio/xmms-flac LIB_DEPENDS needs updating

Linh Pham question at closedsrc.org
Thu Sep 11 16:20:17 UTC 2003


>Number:         56708
>Category:       ports
>Synopsis:       audio/xmms-flac LIB_DEPENDS needs updating
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 09:20:14 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Linh Pham
>Release:        FreeBSD 4.8-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD q.closedsrc.org 4.8-RELEASE-p3 FreeBSD 4.8-RELEASE-p3 #2: Mon Aug 18 22:09:21 PDT 2003 question at q.closedsrc.org:/usr/obj/usr/src/sys/Q i386
>Description:
Using the latest port revision of audio/xmms-flac (Makefile version of 1.2)
has the xmms LIB_DEPENDS pointing to xmms.3 which is no longer the current
xmms lib. Instead, it needs to point to xmms.4.

With the current port revision for audio/xmms-flac, compilation on a machine
with port revision for multimedia/xmms (Makefile version of 1.53) will fail
as it cannot find the xmms.3. I created a soft link from xmms.4 to xmms.4
and the port compile worked.
>How-To-Repeat:
Download the current port revision of audio/xmms-flac (as of 11 Sept 2003)
and do a 'make install' on a machine that has multimedia/xmms installed
(latest revision as of 10 Sept 2003).
>Fix:
Apply the following diff to audio/xmms-flac Makefile.

--- xmms-flac_Makefile.diff begins here ---
--- Makefile	Mon Jul  7 16:20:14 2003
+++ Makefile-new	Thu Sep 11 09:04:47 2003
@@ -20,7 +20,7 @@
 MAINTAINER=	naddy at FreeBSD.org
 COMMENT=	XMMS input plugin for playing FLAC files
 
-LIB_DEPENDS=	xmms.3:${PORTSDIR}/multimedia/xmms \
+LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
 		FLAC.5:${PORTSDIR}/audio/flac
 
 USE_X_PREFIX=	yes
--- xmms-flac_Makefile.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list