Skip to content

Commit

Permalink
games/tomenet: Mark DEPRECATED
Browse files Browse the repository at this point in the history
- BROKEN for more than 2 years on all supported versions after the EOL of 12
- Set EXPIRATION_DATE 2023-12-31
  • Loading branch information
5u623l20 committed Oct 29, 2023
1 parent e51df85 commit 19dddfb
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions games/tomenet/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 19dddfb

Please sign in to comment.