ports/126003: [PATCH] sysutils/conky - fix audacious option
Andrew J. Caines
A.J.Caines at halplant.com
Sun Jul 27 14:00:14 UTC 2008
>Number: 126003
>Category: ports
>Synopsis: [PATCH] sysutils/conky - fix audacious option
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sun Jul 27 14:00:11 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Andrew J. Caines
>Release: FreeBSD 6.3-STABLE i386
>Organization:
H.A.L. Plant
>Environment:
System: FreeBSD 6.3-STABLE #0: Fri Jul 18 10:26:41 EDT 2008
root at hal10000.halplant.com:/data/obj/usr/src/sys/HAL10000
>Description:
Audacious no longer has a libaudacious.so, so build with WITH_AUDACIOUS fails. Fix changes LIB_DEPENDS to use libaudclient.so.
>How-To-Repeat:
Build port with WITH_AUDACIOUS
>Fix:
--- conky-1.5.1_1.diff begins here ---
diff -ruN conky-1.5.1/Makefile conky/Makefile
--- conky-1.5.1/Makefile 2008-07-27 09:20:30.000000000 -0400
+++ conky/Makefile 2008-07-27 09:20:14.000000000 -0400
@@ -7,6 +7,7 @@
PORTNAME= conky
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -34,7 +35,7 @@
docs.html variables.html config_settings.html
.if defined(WITH_AUDACIOUS)
-LIB_DEPENDS+= audacious.5:${PORTSDIR}/multimedia/audacious
+LIB_DEPENDS+= audclient.1:${PORTSDIR}/multimedia/audacious
CONFIGURE_ARGS+= --enable-audacious
.else
CONFIGURE_ARGS+= --disable-audacious
--- conky-1.5.1_1.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list