Date: Sun, 8 Sep 2024 17:33:01 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 352fca156110 - main - games/adonthell: Mark BROKEN, deprecate and set expiration date to 2024-09-30 Message-ID: <202409081733.488HX1qo008356@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=352fca15611026a8d511e6213995bba56c44fcd8 commit 352fca15611026a8d511e6213995bba56c44fcd8 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-09-08 07:25:13 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-09-08 17:31:48 +0000 games/adonthell: Mark BROKEN, deprecate and set expiration date to 2024-09-30 Broken for months and unmaintained in tree for years --- games/adonthell/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/games/adonthell/Makefile b/games/adonthell/Makefile index f9876d203576..d4b052349c8f 100644 --- a/games/adonthell/Makefile +++ b/games/adonthell/Makefile @@ -12,6 +12,10 @@ WWW= https://adonthell.nongnu.org/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= Fails to build, ./python_class.h:38:10: fatal error: 'eval.h' file not found +DEPRECATED= Unmaintained in tree and broken for months +EXPIRATION_DATE=2024-09-30 + LIB_DEPENDS= libfreetype.so:print/freetype2 \ 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?202409081733.488HX1qo008356>