git: c6bdda6336ec - main - audio/ardour: mark as BROKEN with Boost>=1.87 (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 03:18:25 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6bdda6336ec4ddb395e0fcfc3f5a4e4a3603c17 commit c6bdda6336ec4ddb395e0fcfc3f5a4e4a3603c17 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-02-14 03:03:54 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-02-14 03:17:19 +0000 audio/ardour: mark as BROKEN with Boost>=1.87 (+) Since 1.87 release some long-time-ago deprecated Boost.asio facilities was dropped off Sponsored by: Future Crew, LLC --- audio/ardour/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/ardour/Makefile b/audio/ardour/Makefile index 6fa62e70aec4..fc43b21ce206 100644 --- a/audio/ardour/Makefile +++ b/audio/ardour/Makefile @@ -15,6 +15,8 @@ WWW= https://ardour.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with Boost>=1.87 + BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ lv2>=1.18.0:audio/lv2 \ itstool>2.0.0:textproc/itstool \