git: b6ff560ce892 - main - games/frogatto: mark as BROKEN with Boost>=1.87 (+)

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

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

commit b6ff560ce8925d11c157b6d0017b9ab6a25a554d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2025-02-14 02:51:03 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2025-02-14 03:17:12 +0000

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

diff --git a/games/frogatto/Makefile b/games/frogatto/Makefile
index cdc897d77f19..29305212aa48 100644
--- a/games/frogatto/Makefile
+++ b/games/frogatto/Makefile
@@ -14,6 +14,8 @@ LICENSE_FILE_FROGATTO=	${WRKSRC}/LICENSE
 LICENSE_FILE_GPLv3=	${WRKSRC}/src/LICENSE
 LICENSE_PERMS_FROGATTO=	dist-mirror pkg-mirror auto-accept
 
+BROKEN=		fails to build with Boost>=1.87
+
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libpng.so:graphics/png