Date: Sun, 29 Oct 2023 22:57:27 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 19dddfb39c04 - main - games/tomenet: Mark DEPRECATED Message-ID: <202310292257.39TMvRAg029352@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=19dddfb39c042c01ba1f5061841d496e053309a0 commit 19dddfb39c042c01ba1f5061841d496e053309a0 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-29 14:48:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-29 22:53:35 +0000 games/tomenet: Mark DEPRECATED - BROKEN for more than 2 years on all supported versions after the EOL of 12 - Set EXPIRATION_DATE 2023-12-31 --- games/tomenet/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/games/tomenet/Makefile b/games/tomenet/Makefile index add9c8f2442e..75078ae6b9ba 100644 --- a/games/tomenet/Makefile +++ b/games/tomenet/Makefile @@ -7,18 +7,22 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Online multiplayer rogue-like role-playing game WWW= https://tomenet.eu/ +DEPRECATED= BROKEN for more than 2 years on all supported versions after the EOL of 12 +EXPIRATION_DATE= 2023-12-31 BROKEN_FreeBSD_13= ld: error: duplicate symbol: lite_later BROKEN_FreeBSD_14= ld: error: duplicate symbol: lite_later -WRKSRC= ${WRKDIR}/${DISTNAME}/src +USES= gmake ncurses tar:bzip2 + MAKEFILE= makefile +MAKE_JOBS_UNSAFE= yes -USES= gmake ncurses tar:bzip2 CFLAGS+= -DDEFAULT_PATH="\\\"${DATADIR}/lib/\\\"" -MAKE_JOBS_UNSAFE= yes SUB_FILES= pkg-message +WRKSRC= ${WRKDIR}/${DISTNAME}/src + OPTIONS_DEFINE= DOCS do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310292257.39TMvRAg029352>