From question@closedsrc.org  Thu Sep 11 09:14:22 2003
Return-Path: <question@closedsrc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6376216A4BF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Sep 2003 09:14:22 -0700 (PDT)
Received: from q.closedsrc.org (ip233.gte15.rb1.bel.nwlink.com [209.20.244.233])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A1D0B43FBF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Sep 2003 09:14:21 -0700 (PDT)
	(envelope-from question@closedsrc.org)
Received: by q.closedsrc.org (Postfix, from userid 1001)
	id 1F087535C; Thu, 11 Sep 2003 09:14:18 -0700 (PDT)
Message-Id: <20030911161418.1F087535C@q.closedsrc.org>
Date: Thu, 11 Sep 2003 09:14:18 -0700 (PDT)
From: Linh Pham <question@closedsrc.org>
Reply-To: Linh Pham <question@closedsrc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: audio/xmms-flac LIB_DEPENDS needs updating
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56708
>Category:       ports
>Synopsis:       audio/xmms-flac LIB_DEPENDS needs updating
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    naddy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 11 09:20:14 PDT 2003
>Closed-Date:    Wed Sep 17 08:46:39 PDT 2003
>Last-Modified:  Wed Sep 17 08:46:39 PDT 2003
>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@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@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:
Responsible-Changed-From-To: freebsd-ports-bugs->naddy 
Responsible-Changed-By: naddy 
Responsible-Changed-When: Sun Sep 14 07:25:20 PDT 2003 
Responsible-Changed-Why:  
My port. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56708 
State-Changed-From-To: open->closed 
State-Changed-By: naddy 
State-Changed-When: Wed Sep 17 08:46:10 PDT 2003 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56708 
>Unformatted:
