git: b08ccc4db742 - main - games/openage: mark BROKEN

From: Antoine Brodin <antoine_at_FreeBSD.org>
Date: Mon, 20 Feb 2023 12:04:00 UTC
The branch main has been updated by antoine:

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

commit b08ccc4db7425e6896f27bfe0469cc71b2ec2f32
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 12:03:26 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 12:03:26 +0000

    games/openage: mark BROKEN
    
    __main__.ParserError: /wrkdirs/usr/ports/games/openage/work/openage-0.4.1/libopenage/main.h:15 expected identifier after 'namespace'
    
    Reported by:    pkg-fallout
---
 games/openage/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/openage/Makefile b/games/openage/Makefile
index a1a2643226ea..c4384442a72f 100644
--- a/games/openage/Makefile
+++ b/games/openage/Makefile
@@ -10,6 +10,8 @@ WWW=		https://openage.sft.mx/
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/legal/GPLv3
 
+BROKEN=		fails to build
+
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
 		${PY_PILLOW} \