git: 21348e248cb3 - main - games/opendungeons: mark as BROKEN after recent boost upgrade

From: Dima Panov <fluffy_at_FreeBSD.org>
Date: Sun, 22 May 2022 20:18:07 UTC
The branch main has been updated by fluffy:

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

commit 21348e248cb32d67477be85869b377387e924d82
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2022-05-22 19:59:08 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2022-05-22 20:17:13 +0000

    games/opendungeons: mark as BROKEN after recent boost upgrade
    
    PR:     246106
---
 games/opendungeons/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/opendungeons/Makefile b/games/opendungeons/Makefile
index b7eae7f59c44..358eb80585cf 100644
--- a/games/opendungeons/Makefile
+++ b/games/opendungeons/Makefile
@@ -23,6 +23,8 @@ LIB_DEPENDS=	libboost_atomic.so:devel/boost-libs \
 		libCEGUIBase-0.so:graphics/cegui \
 		libOgreMain.so:graphics/ogre3d19
 
+BROKEN=		error: no template named 'conditional_t' in namespace 'std'
+
 USES=		cmake pkgconfig
 
 USE_GITHUB=	yes