Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Apr 2008 17:37:29 GMT
From:      Amaury Gauthier <amauryamaury@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/123024: [patch] make sysutils/conky build with the last audio/xmms2 port
Message-ID:  <200804231737.m3NHbTU7034089@www.freebsd.org>
Resent-Message-ID: <200804231740.m3NHe12Y094742@freefall.freebsd.org>

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

>Number:         123024
>Category:       ports
>Synopsis:       [patch] make sysutils/conky build with the last audio/xmms2 port
>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:   Wed Apr 23 17:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Amaury Gauthier
>Release:        FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
System: FreeBSD kiki.captainpatate.info.local 7.0-STABLE FreeBSD 7.0-STABLE #13: Sat Mar 22 17:06:00 CET 2008 amaury@kiki.captainpatate.info.local:/usr/obj/usr/src/sys/KIKI i386
>Description:
The port sysutils/conky doesn't work when the WITH_XMMS2 knob is activated because the libxmmsclient version has changed in the last version audio/xmms2 port.
>How-To-Repeat:

>Fix:
diff -ruN conky.orig/Makefile conky/Makefile
--- conky.orig/Makefile	2008-04-23 19:09:38.000000000 +0200
+++ conky/Makefile	2008-04-23 19:10:41.000000000 +0200
@@ -67,7 +67,7 @@
 .endif
 
 .if defined(WITH_XMMS2)
-LIB_DEPENDS+=		xmmsclient.2:${PORTSDIR}/audio/xmms2
+LIB_DEPENDS+=		xmmsclient.3:${PORTSDIR}/audio/xmms2
 CONFIGURE_ARGS+=	--enable-xmms2
 .else
 CONFIGURE_ARGS+=	--disable-xmms2

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



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