Date: Mon, 9 Jan 2023 20:49:22 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ec1597157fc - main - audio/bespokesynth: Broken: incompatible with the latest JUCE Message-ID: <202301092049.309KnMD9026125@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301092049.309KnMD9026125>