git: 895ad4a60256 - main - net/kea: mark as BROKEN with Boost>=1.87 (+)
Date: Fri, 14 Feb 2025 03:18:08 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=895ad4a602564007ed4525cb7e72a4240c357112 commit 895ad4a602564007ed4525cb7e72a4240c357112 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-02-14 02:47:14 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-02-14 03:17:10 +0000 net/kea: 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 --- net/kea/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/kea/Makefile b/net/kea/Makefile index 153b710bae17..c55d9e15bef8 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -11,6 +11,8 @@ WWW= https://kea.isc.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build with Boost>=1.87 + LIB_DEPENDS= libboost_system.so:devel/boost-libs \ liblog4cplus.so:devel/log4cplus