git: ebb94f9067da - main - games/el: Mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 21 Jun 2025 14:10:21 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=ebb94f9067daacf76debcfd6304e1c5042e1b684 commit ebb94f9067daacf76debcfd6304e1c5042e1b684 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2025-06-21 06:53:22 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2025-06-21 14:09:29 +0000 games/el: Mark BROKEN Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' Also tested on 14.3-RELEASE and 13.5-RELEASE both on amd64 using Poudriere Reported by: pkg-fallout --- games/el/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/el/Makefile b/games/el/Makefile index 24dbd43fc46d..8d1f301a93dc 100644 --- a/games/el/Makefile +++ b/games/el/Makefile @@ -8,6 +8,8 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Eternal Lands is a free 3D MMORPG WWW= https://www.eternal-lands.com/ +BROKEN= Fails to build, error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' + BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json LIB_DEPENDS= libpng.so:graphics/png \ libvorbis.so:audio/libvorbis \