From owner-svn-ports-head@freebsd.org Sat Nov 17 22:00:08 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C6A8611079E3; Sat, 17 Nov 2018 22:00:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6ACD3825B5; Sat, 17 Nov 2018 22:00:07 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4BE9B1F2A; Sat, 17 Nov 2018 22:00:07 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wAHM07Il010866; Sat, 17 Nov 2018 22:00:07 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wAHM06g4010864; Sat, 17 Nov 2018 22:00:06 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201811172200.wAHM06g4010864@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 17 Nov 2018 22:00:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r485204 - head/audio/csound X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/audio/csound X-SVN-Commit-Revision: 485204 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6ACD3825B5 X-Spamd-Result: default: False [0.04 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_SPAM_SHORT(0.04)[0.039,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 17 Nov 2018 22:00:08 -0000 Author: yuri Date: Sat Nov 17 22:00:06 2018 New Revision: 485204 URL: https://svnweb.freebsd.org/changeset/ports/485204 Log: audio/csound: Fix the LINALG option using the workaround suggested by the upstream Modified: head/audio/csound/Makefile head/audio/csound/pkg-plist Modified: head/audio/csound/Makefile ============================================================================== --- head/audio/csound/Makefile Sat Nov 17 21:36:28 2018 (r485203) +++ head/audio/csound/Makefile Sat Nov 17 22:00:06 2018 (r485204) @@ -36,7 +36,7 @@ OPTIONS_DEFINE= CURL FLTK HDF5 NLS OPENMP PORTAUDIO P OPTIONS_GROUP= PLUGINS OPTIONS_GROUP_PLUGINS= BUCHLA CHUA DSSI EXCITER FAUST FLUIDSYNTH IMAGE JACK LUA LINALG OSC P5GLOVE PADSYNTH PLATEREV PVSGENDY SCANSYN SELECT SERIAL STACK STK WIIMOTE # Opcodes/CMakeLists.txt, Opcodes/stk/CMakeLists.txt OPTIONS_DEFAULT= FLTK OPENMP -OPTIONS_DEFAULT+= BUCHLA CHUA DSSI EXCITER FAUST FLUIDSYNTH IMAGE JACK OSC P5GLOVE PADSYNTH PLATEREV SCANSYN SELECT SERIAL STACK STK # for PLUGINS +OPTIONS_DEFAULT+= BUCHLA CHUA DSSI EXCITER FAUST FLUIDSYNTH IMAGE JACK LINALG OSC P5GLOVE PADSYNTH PLATEREV SCANSYN SELECT SERIAL STACK STK # for PLUGINS OPTIONS_SUB= yes BUCHLA_DESC= Build the Buchla filter opcode @@ -90,7 +90,7 @@ JACK_CMAKE_BOOL= BUILD_JACK_OPCODES USE_JACK LINALG_DESC= Build the linear algebra opcodes LINALG_CMAKE_BOOL= BUILD_LINEAR_ALGEBRA_OPCODES -LINALG_BROKEN= see https://github.com/csound/csound/issues/1069 +LINALG_CXXFLAGS= -DGMM_VERSION=x # workaround based on https://github.com/csound/csound/issues/1069#issuecomment-439648756 LUA_DESC= Build Lua Interface and opcodes LUA_LIB_DEPENDS= libluajit-5.1.so:lang/luajit Modified: head/audio/csound/pkg-plist ============================================================================== --- head/audio/csound/pkg-plist Sat Nov 17 21:36:28 2018 (r485203) +++ head/audio/csound/pkg-plist Sat Nov 17 22:00:06 2018 (r485204) @@ -85,6 +85,7 @@ lib/csound/plugins64-6.0/libipmidi.so %%JACK%%lib/csound/plugins64-6.0/libjackTransport.so %%JACK%%lib/csound/plugins64-6.0/libjacko.so %%HDF5%%lib/csound/plugins64-6.0/libhdf5ops.so +%%LINALG%%lib/csound/plugins64-6.0/liblinear_algebra.so lib/csound/plugins64-6.0/libliveconv.so lib/csound/plugins64-6.0/libmixer.so %%OSC%%lib/csound/plugins64-6.0/libosc.so