From: zrj Date: Sat, 22 Jul 2017 10:24:59 +0000 (+0300) Subject: Jailbreak games from Dungeon Master. X-Git-Tag: v5.3.0~862 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/1fb6e131a7ce572f7886cf976e41632b8a8e3eac Jailbreak games from Dungeon Master. TooManySecrets --- diff --git a/games/adventure/Makefile b/games/adventure/Makefile index 8dc13e7f2d..c128f5ebd8 100644 --- a/games/adventure/Makefile +++ b/games/adventure/Makefile @@ -1,11 +1,9 @@ # @(#)Makefile 8.1 (Berkeley) 6/12/93 # $FreeBSD: src/games/adventure/Makefile,v 1.7.6.1 2001/04/25 09:28:42 ru Exp $ -# $DragonFly: src/games/adventure/Makefile,v 1.6 2006/10/08 16:22:34 pavalos Exp $ PROG= adventure SRCS= main.c init.c done.c save.c subr.c vocab.c wizard.c io.c data.c crc.c MAN= adventure.6 -HIDEGAME=hidegame CLEANFILES=data.c setup.nx setup.no build-tools: setup.nx diff --git a/games/arithmetic/Makefile b/games/arithmetic/Makefile index 445bdea074..eae4fb2012 100644 --- a/games/arithmetic/Makefile +++ b/games/arithmetic/Makefile @@ -1,9 +1,7 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/games/arithmetic/Makefile,v 1.1.1.1.14.1 2001/04/25 09:28:43 ru Exp $ -# $DragonFly: src/games/arithmetic/Makefile,v 1.4 2006/10/08 16:22:35 pavalos Exp $ PROG= arithmetic MAN= arithmetic.6 -HIDEGAME=hidegame .include diff --git a/games/atc/Makefile b/games/atc/Makefile index 143daaf120..cbc116a005 100644 --- a/games/atc/Makefile +++ b/games/atc/Makefile @@ -15,7 +15,6 @@ LDFLAGS+= ${PRIVATELIB_LDFLAGS} FILES= Game_List Killer crossover default easy game_2 FILESDIR= ${SHAREDIR}/games/atc .endif -HIDEGAME= hidegame .PATH: ${.CURDIR}/games diff --git a/games/backgammon/backgammon/Makefile b/games/backgammon/backgammon/Makefile index 85d4dd1a10..84b38278ce 100644 --- a/games/backgammon/backgammon/Makefile +++ b/games/backgammon/backgammon/Makefile @@ -11,7 +11,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame .PATH: ${.CURDIR}/../common_source diff --git a/games/backgammon/teachgammon/Makefile b/games/backgammon/teachgammon/Makefile index 4160aa9966..7e9d2569da 100644 --- a/games/backgammon/teachgammon/Makefile +++ b/games/backgammon/teachgammon/Makefile @@ -10,7 +10,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame .PATH: ${.CURDIR}/../common_source diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile index 6db28a4df8..9ea08f3bf8 100644 --- a/games/battlestar/Makefile +++ b/games/battlestar/Makefile @@ -12,7 +12,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/battlestar.log) diff --git a/games/bs/Makefile b/games/bs/Makefile index b496415f45..27e4f02ed9 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -7,6 +7,5 @@ LDADD= -lprivate_ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses -HIDEGAME= hidegame .include diff --git a/games/canfield/canfield/Makefile b/games/canfield/canfield/Makefile index d57311161c..4bf99ba828 100644 --- a/games/canfield/canfield/Makefile +++ b/games/canfield/canfield/Makefile @@ -9,7 +9,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/cfscores) diff --git a/games/cribbage/Makefile b/games/cribbage/Makefile index 6dc20a0e81..1e68874f17 100644 --- a/games/cribbage/Makefile +++ b/games/cribbage/Makefile @@ -14,7 +14,6 @@ FILES= cribbage.n FILESNAME_cribbage.n= cribbage.instr .endif MAN= cribbage.6 -HIDEGAME=hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/criblog) diff --git a/games/fish/Makefile b/games/fish/Makefile index b1ff5709c5..f48af474b5 100644 --- a/games/fish/Makefile +++ b/games/fish/Makefile @@ -6,6 +6,5 @@ PROG= fish FILES= fish.instr .endif MAN= fish.6 -HIDEGAME=hidegame .include diff --git a/games/hack/Makefile b/games/hack/Makefile index 4e5d28a1b6..d98b670a5a 100644 --- a/games/hack/Makefile +++ b/games/hack/Makefile @@ -26,7 +26,6 @@ FILES= rumors help hh data FILESMODE_rumors= 440 FILESGRP= ${BINGRP} FILESDIR= /var/games/hackdir -HIDEGAME= hidegame CLEANFILES= hack.onames.h makedefs.nx makedefs.no NO_STRICT_ALIASING= diff --git a/games/hack/hack.unix.c b/games/hack/hack.unix.c index eefae922e9..8e72e51835 100644 --- a/games/hack/hack.unix.c +++ b/games/hack/hack.unix.c @@ -97,7 +97,7 @@ gethdate(const char *name) /* old version - for people short of space */ char *np; - name = "/usr/games/hide/hack"; + name = "/usr/games/hack"; if (stat(name, &hbuf)) error("Cannot get status of %s.", (np = strrchr(name, '/')) ? np + 1 : name); diff --git a/games/larn/Makefile b/games/larn/Makefile index ce3220f542..742313672a 100644 --- a/games/larn/Makefile +++ b/games/larn/Makefile @@ -58,7 +58,6 @@ LDFLAGS+= ${PRIVATELIB_LDFLAGS} FILES= larnmaze larnopts larn.help FILESDIR= ${SHAREDIR}/games/larn .endif -HIDEGAME= hidegame .PATH: ${.CURDIR}/datfiles diff --git a/games/mille/Makefile b/games/mille/Makefile index 807e281b5e..62182f1637 100644 --- a/games/mille/Makefile +++ b/games/mille/Makefile @@ -10,6 +10,5 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame .include diff --git a/games/phantasia/Makefile b/games/phantasia/Makefile index dbf4400ff0..df1dab2675 100644 --- a/games/phantasia/Makefile +++ b/games/phantasia/Makefile @@ -12,7 +12,6 @@ LDFLAGS+= ${PRIVATELIB_LDFLAGS} NXLDLIBS= -lm DATAFILES= characs gold lastdead mess monsters motd scoreboard void -HIDEGAME= hidegame CLEANFILES= ${DATAFILES} cross-phantglobs.no map setup.nx setup.no \ stamp.setuprun diff --git a/games/quiz/Makefile b/games/quiz/Makefile index 1db74bac9e..45154764ed 100644 --- a/games/quiz/Makefile +++ b/games/quiz/Makefile @@ -11,7 +11,6 @@ FILES= africa america areas arith asia babies bard chinese collectives \ sexes sov spell state trek ucc FILESDIR= ${SHAREDIR}/games/quiz.db .endif -HIDEGAME=hidegame .PATH: ${.CURDIR}/datfiles diff --git a/games/robots/Makefile b/games/robots/Makefile index b86e8e0349..9440796d4b 100644 --- a/games/robots/Makefile +++ b/games/robots/Makefile @@ -11,7 +11,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/robots_roll) diff --git a/games/rogue/Makefile b/games/rogue/Makefile index d0ae40dc40..4164716ef2 100644 --- a/games/rogue/Makefile +++ b/games/rogue/Makefile @@ -12,7 +12,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -DUNIX CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/rogue.scores) diff --git a/games/sail/Makefile b/games/sail/Makefile index dc7ed2ff41..e5835a3357 100644 --- a/games/sail/Makefile +++ b/games/sail/Makefile @@ -11,7 +11,6 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/saillog) diff --git a/games/snake/snake/Makefile b/games/snake/snake/Makefile index 99cf7c130f..6da6dbe1f5 100644 --- a/games/snake/snake/Makefile +++ b/games/snake/snake/Makefile @@ -10,7 +10,6 @@ LDADD= -lm -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame beforeinstall: .if !exists(${DESTDIR}/var/games/snakerawscores) diff --git a/games/trek/Makefile b/games/trek/Makefile index f097489c60..7e2f30520f 100644 --- a/games/trek/Makefile +++ b/games/trek/Makefile @@ -1,6 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 # $FreeBSD: src/games/trek/Makefile,v 1.1.1.1.14.1 2001/04/25 09:29:03 ru Exp $ -# $DragonFly: src/games/trek/Makefile,v 1.4 2006/10/08 16:22:36 pavalos Exp $ PROG= trek SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \ @@ -14,6 +13,5 @@ SRCS= abandon.c attack.c autover.c capture.c check_out.c checkcond.c \ MAN= trek.6 DPADD= ${LIBM} LDADD= -lm -HIDEGAME=hidegame .include diff --git a/games/worm/Makefile b/games/worm/Makefile index 7fb5ff851b..4a95d7a30e 100644 --- a/games/worm/Makefile +++ b/games/worm/Makefile @@ -8,6 +8,5 @@ LDADD= -lprivate_ncurses CFLAGS+= -I${_SHLIBDIRPREFIX}/usr/include/priv/ncurses LDFLAGS+= ${PRIVATELIB_LDFLAGS} -HIDEGAME= hidegame .include diff --git a/games/wump/Makefile b/games/wump/Makefile index 7f31014b97..31ab1e3ed4 100644 --- a/games/wump/Makefile +++ b/games/wump/Makefile @@ -6,6 +6,5 @@ PROG= wump FILES= wump.info .endif MAN= wump.6 -HIDEGAME=hidegame .include