git: d51a1b3cd9e0 - main - audio/supercollider: mark as BROKEN, fails to build with boost-1.85+
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 10:27:51 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d51a1b3cd9e054f5e7d9f1759c6b8f3abf01ae46 commit d51a1b3cd9e054f5e7d9f1759c6b8f3abf01ae46 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-10-03 07:44:02 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-10-03 10:25:11 +0000 audio/supercollider: mark as BROKEN, fails to build with boost-1.85+ With hat: office Sponsored by: Future Crew, LLC --- audio/supercollider/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile index a9afa36270d9..a0bebe907469 100644 --- a/audio/supercollider/Makefile +++ b/audio/supercollider/Makefile @@ -11,6 +11,8 @@ WWW= https://supercollider.github.io LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with boost-1.85+ + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ libjack.so:audio/jack \ libsndfile.so:audio/libsndfile \