Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Dec 2010 20:41:05 GMT
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/153186: sysutils/conky: explicitly disable ALSA
Message-ID:  <201012152041.oBFKf5Zl023038@red.freebsd.org>
Resent-Message-ID: <201012152050.oBFKo90U065596@freefall.freebsd.org>

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

>Number:         153186
>Category:       ports
>Synopsis:       sysutils/conky: explicitly disable ALSA
>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:   Wed Dec 15 20:50:09 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 8.2-PRERELEASE amd64
>Organization:
>Environment:
FreeBSD luna.dio.ru 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #0: Tue Nov 30 22:58:45 MSK 2010     root@luna.dio.ru:/usr/obj/usr/freebsd/8/src/sys/LUNA  amd64
>Description:
conky links with alsa compatibility library if audio/alsa-lib is installed.
I see no reason for adding extra dependency on it, thus explicitly disable ALSA support.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/conky/Makefile,v
retrieving revision 1.57
diff -u -r1.57 Makefile
--- Makefile	30 Oct 2010 11:43:47 -0000	1.57
+++ Makefile	15 Dec 2010 19:59:45 -0000
@@ -25,7 +25,8 @@
 USE_ICONV=	yes
 USE_GMAKE=	yes
 CONFIGURE_ARGS+=	--disable-portmon \
-			--disable-hddtemp
+			--disable-hddtemp \
+			--disable-alsa
 CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
 		LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 


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



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