Date: Fri, 17 May 2024 18:54:07 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9f5d16a5456b - main - games/allacrost: Add BROKEN line Message-ID: <202405171854.44HIs7nH036527@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405171854.44HIs7nH036527>