git: 92e8d51990ec - main - games/stuntrally: mark as BROKEN, fails to build with boost-1.85+

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Thu, 03 Oct 2024 10:27:50 UTC
The branch main has been updated by fluffy:

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

commit 92e8d51990eca92f56baf0aafc99be616836e59d
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-10-03 07:34:36 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-10-03 10:25:10 +0000

    games/stuntrally: mark as BROKEN, fails to build with boost-1.85+
    
    With hat:       office
    Sponsored by:   Future Crew, LLC
---
 games/stuntrally/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/stuntrally/Makefile b/games/stuntrally/Makefile
index 53b0e10b8594..7007549d6cf2 100644
--- a/games/stuntrally/Makefile
+++ b/games/stuntrally/Makefile
@@ -11,6 +11,8 @@ WWW=		https://stuntrally.tuxfamily.org/ \
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/License.txt
 
+BROKEN=		fails to build with boost-1.85+
+
 LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 		libOgreMain.so:graphics/ogre3d \
 		libBulletDynamics.so:devel/bullet \