git: 66591cffc0ed - main - databases/foundationdb71-server: mark as BROKEN with Boost>=1.87 (+)

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

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

commit 66591cffc0edd5c211e976118c37e99f5e67231a
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:52:53 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:13 +0000

    databases/foundationdb71-server: 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
---
 databases/foundationdb71-server/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/databases/foundationdb71-server/Makefile b/databases/foundationdb71-server/Makefile
index d04dcce49b22..705cef12645b 100644
--- a/databases/foundationdb71-server/Makefile
+++ b/databases/foundationdb71-server/Makefile
@@ -11,6 +11,7 @@ WWW=		https://www.foundationdb.org/
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=		fails to build with Boost>=1.87
 BROKEN_aarch64=	invalid asm rdtsc
 ONLY_FOR_ARCHS=	aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	not yet ported to anything else