Date: Fri, 18 Sep 2009 10:40:33 GMT From: "Herbert J. Skuhra" <h.skuhra@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138936: sysutils/conky: Iinstallation fails when WITH_XMMS2 is defined Message-ID: <200909181040.n8IAeXEY050009@www.freebsd.org> Resent-Message-ID: <200909181050.n8IAo1or003207@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138936 >Category: ports >Synopsis: sysutils/conky: Iinstallation fails when WITH_XMMS2 is defined >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: Fri Sep 18 10:50:01 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 8.0-BETA4 amd64 >Organization: >Environment: FreeBSD oslo.ath.cx 8.0-BETA4 FreeBSD 8.0-BETA4 #1 r197266: Thu Sep 17 13:34:18 CEST 2009 herbert@oslo.ath.cx:/usr/obj/usr/src/sys/SPOOKY amd64 >Description: Installation of sysutils/conky fails, when WITH_XMMS2 is defined. audio/xmms2 installs libxmmslient.5 not libxmmsclient.4. >How-To-Repeat: >Fix: Patch attached. Patch attached with submission follows: --- sysutils/conky/Makefile.bak 2009-09-17 23:33:04.000000000 +0200 +++ sysutils/conky/Makefile 2009-09-17 23:33:38.000000000 +0200 @@ -95,7 +95,7 @@ .endif .if defined(WITH_XMMS2) -LIB_DEPENDS+= xmmsclient.4:${PORTSDIR}/audio/xmms2 +LIB_DEPENDS+= xmmsclient.5:${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?200909181040.n8IAeXEY050009>