games/tomenet: unbreak the port, undeprecate, respect CFLAGS better.

This commit is contained in:
Alexey Dokuchaev 2023-12-30 14:42:20 +00:00
parent 50a9a600f2
commit 3eadab0ea3
3 changed files with 16 additions and 6 deletions

View File

@ -7,11 +7,6 @@ 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
USES= gmake ncurses tar:bzip2
MAKEFILE= makefile

View File

@ -26,7 +26,7 @@
## Without SDL
-#CFLAGS = -g -pipe -Wall -DUSE_X11 -DUSE_GCU -I${X11BASE}/include -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
-#LIBS = -L${X11BASE}/lib -L/usr/pkg/lib -lX11 -lncurses -lcrypt -lm
+CFLAGS += -g -pipe -Wall -DUSE_GCU -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
+CFLAGS += -Wall -Wno-implicit-int -DUSE_GCU -D_XOPEN_SOURCE -D_BSD_SOURCE -DMEXP=19937
+LIBS += -lncurses -lcrypt -lm -lexecinfo

View File

@ -0,0 +1,15 @@
--- server/externs.h.orig 2015-05-03 12:56:01 UTC
+++ server/externs.h
@@ -455,9 +455,9 @@ extern auction_type *auctions;
extern u32b auction_alloc;
/* Array used by everyone_lite_later_spot */
-struct worldspot *lite_later;
-int lite_later_alloc;
-int lite_later_num;
+extern struct worldspot *lite_later;
+extern int lite_later_alloc;
+extern int lite_later_num;
/*
* The spell list of schools