From owner-svn-ports-head@freebsd.org Sat Sep 24 10:25:07 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A67E3BE68A6; Sat, 24 Sep 2016 10:25:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6C04BF80; Sat, 24 Sep 2016 10:25:07 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u8OAP6jO023708; Sat, 24 Sep 2016 10:25:06 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8OAP6RD023707; Sat, 24 Sep 2016 10:25:06 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201609241025.u8OAP6RD023707@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 24 Sep 2016 10:25:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422708 - head/audio/csound6 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 10:25:07 -0000 Author: rakuco Date: Sat Sep 24 10:25:06 2016 New Revision: 422708 URL: https://svnweb.freebsd.org/changeset/ports/422708 Log: Switch to an out-of-source CMake build Modified: head/audio/csound6/Makefile Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Sat Sep 24 09:47:14 2016 (r422707) +++ head/audio/csound6/Makefile Sat Sep 24 10:25:06 2016 (r422708) @@ -23,7 +23,7 @@ BUILD_DEPENDS= boost-libs>0:devel/boost- LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -USES= bison cmake localbase python:2 +USES= bison cmake:outsource localbase python:2 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \