Date: Fri, 1 Nov 2024 03:55:03 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: 185f03e8ccad - main - audio/bespokesynth: Broken on 15 Message-ID: <202411010355.4A13t3gU007434@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=185f03e8ccade9a138a1c835f876e317d4cc4554 commit 185f03e8ccade9a138a1c835f876e317d4cc4554 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-11-01 02:44:24 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-11-01 03:54:54 +0000 audio/bespokesynth: Broken on 15 Reported by: fallout --- audio/bespokesynth/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/bespokesynth/Makefile b/audio/bespokesynth/Makefile index 957310a7b658..4f21158cf7de 100644 --- a/audio/bespokesynth/Makefile +++ b/audio/bespokesynth/Makefile @@ -11,6 +11,8 @@ WWW= https://www.bespokesynth.com/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_FreeBSD_15= compilation broken with clang-19: see https://github.com/BespokeSynth/BespokeSynth/issues/1687 + BUILD_DEPENDS= juce706>0:devel/juce706 \ 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?202411010355.4A13t3gU007434>