git: 33d41e17f7e1 - main - net-mgmt/icinga2: mark as BROKEN with Boost>=1.87 (+)

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Fri, 14 Feb 2025 03:18:09 UTC
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=33d41e17f7e1899c95876d9fb6e0ea9ca0a3eb22

commit 33d41e17f7e1899c95876d9fb6e0ea9ca0a3eb22
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:48:30 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:11 +0000

    net-mgmt/icinga2: 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-mgmt/icinga2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-mgmt/icinga2/Makefile b/net-mgmt/icinga2/Makefile
index b2862b29c88c..b30568b3a1c0 100644
--- a/net-mgmt/icinga2/Makefile
+++ b/net-mgmt/icinga2/Makefile
@@ -11,6 +11,8 @@ WWW=		https://www.icinga.org/icinga2/
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build with Boost>=1.87
+
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash