git: e06319463a41 - main - sysutils/facter: mark as BROKEN with Boost>=1.87 (+)

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

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

commit e06319463a41faa4c58b2bca0a225bf8775c0742
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:54:23 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:14 +0000

    sysutils/facter: 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
---
 sysutils/facter/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile
index ce69367a63e2..223113967008 100644
--- a/sysutils/facter/Makefile
+++ b/sysutils/facter/Makefile
@@ -11,6 +11,7 @@ WWW=		https://puppetlabs.com/facter
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with Boost>=1.87
 BROKEN_DragonFly=	DragonFly is not supported upstream
 
 LIB_DEPENDS=	libboost_system.so:devel/boost-libs \