git: 3dabe190277c - 2023Q1 - audio/bespokesynth: Broken: incompatible with the latest JUCE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 10 Jan 2023 08:09:20 UTC
The branch 2023Q1 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3dabe190277cd321383905c68b77cfcf2723897a commit 3dabe190277cd321383905c68b77cfcf2723897a Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-09 15:55:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-10 08:07:46 +0000 audio/bespokesynth: Broken: incompatible with the latest JUCE (cherry picked from commit 6ec1597157fc99d98f405dbe0eed415f8aa58a1e) --- audio/bespokesynth/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/bespokesynth/Makefile b/audio/bespokesynth/Makefile index 827484519be0..f551da43008f 100644 --- a/audio/bespokesynth/Makefile +++ b/audio/bespokesynth/Makefile @@ -10,6 +10,8 @@ WWW= https://www.bespokesynth.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= incompatible with the latest JUCE (juce-7.0.3), see https://github.com/BespokeSynth/BespokeSynth/issues/1047 + BUILD_DEPENDS= juce>0:devel/juce \ pybind11>0:devel/pybind11 LIB_DEPENDS= libasound.so:audio/alsa-lib \