Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2008 09:39:01 -0400
From:      "Andrew J. Caines" <A.J.Caines@halplant.com>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Cc:        A.J.Caines@halplant.com
Subject:   ports/126003: [PATCH] sysutils/conky - fix audacious option
Message-ID:  <1217165941.42591@hal10000.halplant.com>
Resent-Message-ID: <200807271400.m6RE0Cc7032555@freefall.freebsd.org>

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

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



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