git: d640b52460e7 - main - games/openlierox: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Jun 2025 14:10:20 UTC
The branch main has been updated by diizzy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d640b52460e72e33fad4577fa6e33daea182c682
commit d640b52460e72e33fad4577fa6e33daea182c682
Author: Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2025-06-21 06:49:29 +0000
Commit: Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2025-06-21 14:09:29 +0000
games/openlierox: Mark BROKEN
Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned short>'
Also tested on 14.3-RELEASE and 13.5-RELEASE both on amd64 using Poudriere
Reported by: pkg-fallout
---
games/openlierox/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile
index 5d37f3dfce64..66d0b503b293 100644
--- a/games/openlierox/Makefile
+++ b/games/openlierox/Makefile
@@ -13,6 +13,8 @@ WWW= https://openlierox.sourceforge.net/
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
+BROKEN= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned short>'
+
LIB_DEPENDS= libcurl.so:ftp/curl
USES= cmake:insource compiler:c++11-lang gnome localbase pkgconfig \