From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 20:50:11 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 2021310656A3 for ; Wed, 15 Dec 2010 20:50:11 +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 F1B5D8FC20 for ; Wed, 15 Dec 2010 20:50:10 +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 oBFKoAWF065666 for ; Wed, 15 Dec 2010 20:50:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBFKoAKV065665; Wed, 15 Dec 2010 20:50:10 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2010 20:50:10 GMT Resent-Message-Id: <201012152050.oBFKoAKV065665@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 36CAF106566B for ; Wed, 15 Dec 2010 20:48:20 +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 262F58FC0C for ; Wed, 15 Dec 2010 20:48:20 +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 oBFKmKbf024737 for ; Wed, 15 Dec 2010 20:48:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id oBFKmKmf024735; Wed, 15 Dec 2010 20:48:20 GMT (envelope-from nobody) Message-Id: <201012152048.oBFKmKmf024735@red.freebsd.org> Date: Wed, 15 Dec 2010 20:48:20 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/153189: audio/sox: 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:11 -0000 >Number: 153189 >Category: ports >Synopsis: audio/sox: 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:10 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: sox 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/audio/sox/Makefile,v retrieving revision 1.51 diff -u -r1.51 Makefile --- Makefile 12 Dec 2010 16:51:50 -0000 1.51 +++ Makefile 15 Dec 2010 19:41:04 -0000 @@ -52,8 +52,9 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS+= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" -CONFIGURE_ARGS+= --with-distro="${CONFIGURE_TARGET} ${PKGNAME}" +CONFIGURE_ARGS+= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" \ + --with-distro="${CONFIGURE_TARGET} ${PKGNAME}" \ + --without-alsa .if defined(WITH_AO) CONFIGURE_ARGS+= --with-ao >Release-Note: >Audit-Trail: >Unformatted: