Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Sep 2013 17:48:35 GMT
From:      Thomas Zander <thomas.e.zander@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/182465: Fix build problem in audio/audacity
Message-ID:  <201309281748.r8SHmZh8082587@oldred.freebsd.org>
Resent-Message-ID: <201309281750.r8SHo2jF052179@freefall.freebsd.org>

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

>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:



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