git: 6ec1597157fc - main - audio/bespokesynth: Broken: incompatible with the latest JUCE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Jan 2023 20:49:22 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ec1597157fc99d98f405dbe0eed415f8aa58a1e commit 6ec1597157fc99d98f405dbe0eed415f8aa58a1e Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-01-09 15:55:58 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-01-09 20:49:20 +0000 audio/bespokesynth: Broken: incompatible with the latest JUCE --- 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 \