From owner-svn-ports-all@freebsd.org Sun Feb 7 15:53:51 2016 Return-Path: Delivered-To: svn-ports-all@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 8B1F0AA0DA1; Sun, 7 Feb 2016 15:53:51 +0000 (UTC) (envelope-from amdmi3@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 4138CE8E; Sun, 7 Feb 2016 15:53:51 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u17FroTr018448; Sun, 7 Feb 2016 15:53:50 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u17FroKn018446; Sun, 7 Feb 2016 15:53:50 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201602071553.u17FroKn018446@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sun, 7 Feb 2016 15:53:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408418 - in head/audio/csound6: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 15:53:51 -0000 Author: amdmi3 Date: Sun Feb 7 15:53:49 2016 New Revision: 408418 URL: https://svnweb.freebsd.org/changeset/ports/408418 Log: - Fix build with boost 1.60 - Fix license - Switch to USES=localbase Added: head/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp (contents, props changed) Modified: head/audio/csound6/Makefile Modified: head/audio/csound6/Makefile ============================================================================== --- head/audio/csound6/Makefile Sun Feb 7 15:41:35 2016 (r408417) +++ head/audio/csound6/Makefile Sun Feb 7 15:53:49 2016 (r408418) @@ -12,7 +12,8 @@ DIST_SUBDIR= csound MAINTAINER= ports@FreeBSD.org COMMENT= Sound synthesizer -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/devel/boost-libs \ swig>2:${PORTSDIR}/devel/swig20 \ @@ -21,7 +22,7 @@ BUILD_DEPENDS= boost-libs>0:${PORTSDIR}/ LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libsndfile.so:${PORTSDIR}/audio/libsndfile -USES= bison cmake python:2 +USES= bison cmake localbase python:2 CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ -DBUILD_JAVA_INTERFACE:BOOL=OFF \ -DBUILD_P5GLOVE_OPCODES:BOOL=OFF \ @@ -33,9 +34,6 @@ CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ USE_LDCONFIG= yes SSP_UNSAFE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - SUB_FILES= pkg-message CONFLICTS= csound-5.* Added: head/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/csound6/files/patch-Opcodes_chua_ChuaOscillator.cpp Sun Feb 7 15:53:49 2016 (r408418) @@ -0,0 +1,12 @@ +--- Opcodes/chua/ChuaOscillator.cpp.orig 2015-09-29 11:13:27 UTC ++++ Opcodes/chua/ChuaOscillator.cpp +@@ -117,8 +117,8 @@ + // d = sys_variables(12); + // gnor = a*(x.^3) + b*(x.^2) + c*x + d; + +-#include + #include ++#include + using namespace boost::numeric; + #include +