From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 28 17:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id EE9438D9 for ; Sat, 28 Sep 2013 17:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6DD52924 for ; Sat, 28 Sep 2013 17:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r8SHo21X052180 for ; Sat, 28 Sep 2013 17:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r8SHo2jF052179; Sat, 28 Sep 2013 17:50:02 GMT (envelope-from gnats) Resent-Date: Sat, 28 Sep 2013 17:50:02 GMT Resent-Message-Id: <201309281750.r8SHo2jF052179@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, Thomas Zander Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1465F8B3 for ; Sat, 28 Sep 2013 17:48:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 029932916 for ; Sat, 28 Sep 2013 17:48:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r8SHmZZo082604 for ; Sat, 28 Sep 2013 17:48:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r8SHmZh8082587; Sat, 28 Sep 2013 17:48:35 GMT (envelope-from nobody) Message-Id: <201309281748.r8SHmZh8082587@oldred.freebsd.org> Date: Sat, 28 Sep 2013 17:48:35 GMT From: Thomas Zander To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/182465: Fix build problem in audio/audacity X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2013 17:50:03 -0000 >Number: 182465 >Category: ports >Synopsis: Fix build problem in audio/audacity >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Sep 28 17:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Thomas Zander >Release: >Organization: >Environment: >Description: audio/audaticy fails to build when building without libsamplerate due to superfluous use of cmake. >How-To-Repeat: 1) turn SAMPLERATE option off 2) build the port >Fix: See attached patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 328548) +++ Makefile (working copy) @@ -124,7 +124,6 @@ LIB_DEPENDS+= libsamplerate.so:${PORTSDIR}/audio/libsamplerate CONFIGURE_ARGS+= --with-libsamplerate .else -USES+= cmake CONFIGURE_ARGS+= --without-libsamplerate .endif >Release-Note: >Audit-Trail: >Unformatted: