git: 4875cfa8c4ea - main - games/avp: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 20 Oct 2022 20:17:30 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=4875cfa8c4ea9d906ea5c3367347b56065a68043 commit 4875cfa8c4ea9d906ea5c3367347b56065a68043 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-10-20 20:12:25 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-10-20 20:17:24 +0000 games/avp: Mark BROKEN Mark this broken for now as it doesn't build with NDEBUG defined and there doesn't seem to be a simple fix around it PR: 266721 Reported by: antoine (via exp-run) Approved by: portmgr (maintainer timeout, 2+ weeks via private mail) --- games/avp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/avp/Makefile b/games/avp/Makefile index dfd871f34e56..edbb51b267e3 100644 --- a/games/avp/Makefile +++ b/games/avp/Makefile @@ -12,6 +12,8 @@ WWW= https://icculus.org/avp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Doesn't build with NDEBUG defined, error: invalid operands to binary expression ('int' and 'std::nullptr_t') + USES= cmake compiler:c++11-lang gl openal sdl USE_GL= gl USE_SDL= sdl