git: 2756e393fed7 - main - games/glob2: mark BROKEN after boost update

From: Max Brazhnikov <makc_at_FreeBSD.org>
Date: Fri, 18 Oct 2024 08:09:06 UTC
The branch main has been updated by makc:

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

commit 2756e393fed7b95a6bc86a4ac38bf7dd52069b70
Author:     Max Brazhnikov <makc@FreeBSD.org>
AuthorDate: 2024-10-18 08:08:14 +0000
Commit:     Max Brazhnikov <makc@FreeBSD.org>
CommitDate: 2024-10-18 08:08:56 +0000

    games/glob2: mark BROKEN after boost update
---
 games/glob2/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/glob2/Makefile b/games/glob2/Makefile
index 468adc05236a..d04d8d5071b3 100644
--- a/games/glob2/Makefile
+++ b/games/glob2/Makefile
@@ -10,6 +10,8 @@ WWW=		https://globulation2.org/
 LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build with boost-1.85
+
 LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 		libportaudio.so:audio/portaudio \
 		libspeex.so:audio/speex \