From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 20:50:10 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 29C661065673 for ; Wed, 15 Dec 2010 20:50:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC8678FC17 for ; Wed, 15 Dec 2010 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFKo9om065597 for ; Wed, 15 Dec 2010 20:50:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFKo90U065596; Wed, 15 Dec 2010 20:50:09 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 20:50:09 GMT Resent-Message-Id: <201012152050.oBFKo90U065596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Max Brazhnikov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07758106566B for ; Wed, 15 Dec 2010 20:41:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (unknown [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id EAD2C8FC20 for ; Wed, 15 Dec 2010 20:41:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id oBFKf5P9023040 for ; Wed, 15 Dec 2010 20:41:05 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBFKf5Zl023038; Wed, 15 Dec 2010 20:41:05 GMT (envelope-from nobody) Message-Id: <201012152041.oBFKf5Zl023038@red.freebsd.org> Date: Wed, 15 Dec 2010 20:41:05 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153186: sysutils/conky: explicitly disable ALSA X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2010 20:50:10 -0000 >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: