ports/56630: [patch] multimedia/mplayer: chase multimedia/xmms lib version change

Guido Berhoerster ich at guido-berhoerster.org
Tue Sep 9 14:00:30 UTC 2003


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



More information about the freebsd-ports-bugs mailing list