git: 4fb0e0492034 - 2024Q2 - games/allacrost: Add BROKEN line
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 May 2024 18:54:41 UTC
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=4fb0e0492034b773b79bc2a47178c0127a874c9b commit 4fb0e0492034b773b79bc2a47178c0127a874c9b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-08 15:03:28 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-17 18:54:39 +0000 games/allacrost: Add BROKEN line It is broken on all/most systems due to C++ errors. Reported by: fallout (cherry picked from commit 9f5d16a5456b8755a5896d37f0bb74b329134be9) --- 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 \