From nobody@FreeBSD.org  Sat Sep 28 17:48:36 2013
Return-Path: <nobody@FreeBSD.org>
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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <thomas.e.zander@googlemail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Fix build problem in audio/audacity
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: xxjack12xx@gmail.com

>Number:         182465
>Category:       ports
>Synopsis:       Fix build problem in audio/audacity
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 28 17:50:02 UTC 2013
>Closed-Date:    Sat Oct 26 03:39:00 UTC 2013
>Last-Modified:  Sat Oct 26 03:39:00 UTC 2013
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sat Sep 28 17:50:16 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182465 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: xxjack12xx@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182465: Fix build problem in audio/audacity
Date: Sat, 28 Sep 2013 17:50:16 UT

 Maintainer of audio/audacity,
 
 Please note that PR ports/182465 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182465
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: danilo 
State-Changed-When: Sat Oct 26 03:39:00 UTC 2013 
State-Changed-Why:  
Deprecated by ports/183195 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182465 
>Unformatted:
