Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Sep 2003 15:58:34 +0200 (CEST)
From:      Guido Berhoerster <ich@guido-berhoerster.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        riggs@rrr.de
Subject:   ports/56630: [patch] multimedia/mplayer: chase multimedia/xmms lib version change
Message-ID:  <200309091358.h89DwY8w006312@hal.privat.lan>
Resent-Message-ID: <200309091400.h89E0SxY044831@freefall.freebsd.org>

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

>Number:         56630
>Category:       ports
>Synopsis:       [patch] multimedia/mplayer: chase multimedia/xmms lib version change
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 09 07:00:28 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Guido Berhoerster
>Release:        FreeBSD 4.8-RELEASE-p4 i386
>Organization:
>Environment:
System: FreeBSD hal.privat.lan 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #0: Tue Aug 26 19:45:32 CEST 2003 root@hal.privat.lan:/usr/obj/usr/src/sys/HAL i386


	
>Description:
	With the update of multimedia/xmms to version 1.2.8 the
lib version has changed. The port still looks for libxmms.so.3
and thus fails to build when xmms is installed or WITH_XMMS is
defined.
>How-To-Repeat:
cd /usr/ports/multimedia/mplayer/
make -DWITH_XMMS
>Fix:

--- Makefile.old        Mon Sep  1 09:02:02 2003
+++ Makefile    Tue Sep  9 15:43:41 2003
@@ -432,7 +432,7 @@

 .if defined(WITH_XMMS)
 CONFIGURE_ARGS+=       --enable-xmms
-LIB_DEPENDS+=  xmms.3:${PORTSDIR}/multimedia/xmms
+LIB_DEPENDS+=  xmms.4:${PORTSDIR}/multimedia/xmms
 .endif

 .if defined(WITH_FAAD)


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



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