git: 9f5d16a5456b - main - games/allacrost: Add BROKEN line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 18:54:07 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f5d16a5456b8755a5896d37f0bb74b329134be9 commit 9f5d16a5456b8755a5896d37f0bb74b329134be9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-17 18:53:15 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-17 18:54:05 +0000 games/allacrost: Add BROKEN line It is broken on all/most systems due to C++ errors. Reported by: fallout --- games/allacrost/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games/allacrost/Makefile b/games/allacrost/Makefile index 2fbf79b0ff3f..a66c1e731041 100644 --- a/games/allacrost/Makefile +++ b/games/allacrost/Makefile @@ -12,6 +12,8 @@ WWW= https://web.archive.org/web/20201126135328/http://allacrost.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= uses incompatible C++ features from different C++ standards that can't be built together due to feature deprecation restrictions + LIB_DEPENDS= libpng.so:graphics/png \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis \