summaryrefslogtreecommitdiff
path: root/games/nethack34-nox11/files
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack34-nox11/files')
-rw-r--r--games/nethack34-nox11/files/patch-aa44
-rw-r--r--games/nethack34-nox11/files/patch-ab19
-rw-r--r--games/nethack34-nox11/files/patch-ac36
-rw-r--r--games/nethack34-nox11/files/patch-ad61
-rw-r--r--games/nethack34-nox11/files/patch-ae44
5 files changed, 0 insertions, 204 deletions
diff --git a/games/nethack34-nox11/files/patch-aa b/games/nethack34-nox11/files/patch-aa
deleted file mode 100644
index f57ae58fdb6a..000000000000
--- a/games/nethack34-nox11/files/patch-aa
+++ /dev/null
@@ -1,44 +0,0 @@
-*** include/config.h.orig Fri Jul 21 18:13:51 2000
---- include/config.h Sat Sep 23 01:03:48 2000
-***************
-*** 151,161 ****
-
- #ifdef UNIX
- /* path and file name extension for compression program */
-! #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
-! #define COMPRESS_EXTENSION ".Z" /* compress's extension */
- /* An example of one alternative you might want to use: */
-! /* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */
-! /* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */
- #endif
-
- #ifndef COMPRESS
---- 151,161 ----
-
- #ifdef UNIX
- /* path and file name extension for compression program */
-! /* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */
-! /* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */
- /* An example of one alternative you might want to use: */
-! #define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */
-! #define COMPRESS_EXTENSION ".gz" /* normal gzip extension */
- #endif
-
- #ifndef COMPRESS
-***************
-*** 186,192 ****
- * otherwise it will be the current directory.
- */
- # ifndef HACKDIR
-! # define HACKDIR "/usr/games/lib/nethackdir" /* nethack directory */
- # endif
-
- /*
---- 186,192 ----
- * otherwise it will be the current directory.
- */
- # ifndef HACKDIR
-! # define HACKDIR "/usr/local/share/nethack" /* nethack directory */
- # endif
-
- /*
diff --git a/games/nethack34-nox11/files/patch-ab b/games/nethack34-nox11/files/patch-ab
deleted file mode 100644
index fa0a14fb6988..000000000000
--- a/games/nethack34-nox11/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** include/system.h.orig Thu Jan 6 11:20:08 2000
---- include/system.h Sat Sep 23 01:08:09 2000
-***************
-*** 516,522 ****
- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
- E time_t FDECL(time, (time_t *));
- # else
-! E long FDECL(time, (time_t *));
- # endif /* ULTRIX */
-
- #ifdef VMS
---- 516,522 ----
- # if defined(ULTRIX) || defined(SYSV) || defined(MICRO) || defined(VMS) || defined(MAC) || (defined(HPUX) && defined(_POSIX_SOURCE))
- E time_t FDECL(time, (time_t *));
- # else
-! E time_t FDECL(time, (time_t *));
- # endif /* ULTRIX */
-
- #ifdef VMS
diff --git a/games/nethack34-nox11/files/patch-ac b/games/nethack34-nox11/files/patch-ac
deleted file mode 100644
index 8268fa5fd83f..000000000000
--- a/games/nethack34-nox11/files/patch-ac
+++ /dev/null
@@ -1,36 +0,0 @@
-*** include/unixconf.h.orig Sun Jul 16 18:03:51 2000
---- include/unixconf.h Sat Sep 23 01:09:25 2000
-***************
-*** 47,53 ****
- * job control (note that AIX is SYSV otherwise)
- * Also define this for AIX 3.2 */
-
-! #define TERMINFO /* uses terminfo rather than termcap */
- /* Should be defined for most SYSV, SVR4 (including
- * Solaris 2+), HPUX, and Linux systems. In
- * particular, it should NOT be defined for the UNIXPC
---- 47,53 ----
- * job control (note that AIX is SYSV otherwise)
- * Also define this for AIX 3.2 */
-
-! /* #define TERMINFO */ /* uses terminfo rather than termcap */
- /* Should be defined for most SYSV, SVR4 (including
- * Solaris 2+), HPUX, and Linux systems. In
- * particular, it should NOT be defined for the UNIXPC
-***************
-*** 143,149 ****
- * A stat system call is done on the mailbox every MAILCKFREQ moves.
- */
-
-! #define MAIL /* Deliver mail during the game */
-
- /* The Andrew Message System does mail a little differently from normal
- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox
---- 143,149 ----
- * A stat system call is done on the mailbox every MAILCKFREQ moves.
- */
-
-! /* #define MAIL */ /* Deliver mail during the game */
-
- /* The Andrew Message System does mail a little differently from normal
- * UNIX. Mail is deposited in the user's own directory in ~/Mailbox
diff --git a/games/nethack34-nox11/files/patch-ad b/games/nethack34-nox11/files/patch-ad
deleted file mode 100644
index 3eb00f18986c..000000000000
--- a/games/nethack34-nox11/files/patch-ad
+++ /dev/null
@@ -1,61 +0,0 @@
-*** sys/unix/Makefile.top.orig Mon Jul 3 17:42:05 2000
---- sys/unix/Makefile.top Sat Sep 23 01:14:48 2000
-***************
-*** 14,31 ****
- # MAKE = make
-
- # make NetHack
-- PREFIX = /usr
- GAME = nethack
- # GAME = nethack.prg
- GAMEUID = games
-! GAMEGRP = bin
-
- # Permissions - some places use setgid instead of setuid, for instance
- # See also the option "SECURE" in include/config.h
-! GAMEPERM = 04755
-! FILEPERM = 0644
- EXEPERM = 0755
-! DIRPERM = 0755
-
- # GAMEDIR also appears in config.h as "HACKDIR".
- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR
---- 14,30 ----
- # MAKE = make
-
- # make NetHack
- GAME = nethack
- # GAME = nethack.prg
- GAMEUID = games
-! GAMEGRP = games
-
- # Permissions - some places use setgid instead of setuid, for instance
- # See also the option "SECURE" in include/config.h
-! GAMEPERM = 02755
-! FILEPERM = 0664
- EXEPERM = 0755
-! DIRPERM = 0775
-
- # GAMEDIR also appears in config.h as "HACKDIR".
- # VARDIR may also appear in unixconf.h as "VAR_PLAYGROUND" else GAMEDIR
-***************
-*** 35,43 ****
- # therefore there should not be anything in GAMEDIR that you want to keep
- # (if there is, you'll have to do the installation by hand or modify the
- # instructions)
-! GAMEDIR = $(PREFIX)/games/lib/$(GAME)dir
- VARDIR = $(GAMEDIR)
-! SHELLDIR = $(PREFIX)/games
-
- # per discussion in Install.X11 and Install.Qt
- VARDATND =
---- 34,42 ----
- # therefore there should not be anything in GAMEDIR that you want to keep
- # (if there is, you'll have to do the installation by hand or modify the
- # instructions)
-! GAMEDIR = $(PREFIX)/share/$(GAME)
- VARDIR = $(GAMEDIR)
-! SHELLDIR = $(PREFIX)/bin
-
- # per discussion in Install.X11 and Install.Qt
- VARDATND =
diff --git a/games/nethack34-nox11/files/patch-ae b/games/nethack34-nox11/files/patch-ae
deleted file mode 100644
index 89653b31a76f..000000000000
--- a/games/nethack34-nox11/files/patch-ae
+++ /dev/null
@@ -1,44 +0,0 @@
-*** sys/unix/Makefile.doc.orig Fri Jan 14 12:49:48 2000
---- sys/unix/Makefile.doc Sat Sep 23 01:16:22 2000
-***************
-*** 34,40 ****
-
-
- GAME = nethack
-! MANDIR = /usr/man/man6
- MANEXT = 6
-
- # manual installation for most BSD-style systems
---- 34,40 ----
-
-
- GAME = nethack
-! MANDIR = ${PREFIX}/man/man
- MANEXT = 6
-
- # manual installation for most BSD-style systems
-***************
-*** 51,61 ****
- # DLBMANCREATE = nroff -man dlb.6 >
-
- manpages:
-! -$(GAMEMANCREATE) $(MANDIR)/$(GAME).$(MANEXT)
-! -$(LEVMANCREATE) $(MANDIR)/lev_comp.$(MANEXT)
-! -$(DGNMANCREATE) $(MANDIR)/dgn_comp.$(MANEXT)
-! -$(RCVRMANCREATE) $(MANDIR)/recover.$(MANEXT)
-! -$(DLBMANCREATE) $(MANDIR)/dlb.$(MANEXT)
-
- # manual creation for distribution
- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt
---- 51,61 ----
- # DLBMANCREATE = nroff -man dlb.6 >
-
- manpages:
-! -$(GAMEMANCREATE) $(MANDIR)$(MANEXT)/$(GAME).$(MANEXT)
-! -$(LEVMANCREATE) $(MANDIR)$(MANEXT)/lev_comp.$(MANEXT)
-! -$(DGNMANCREATE) $(MANDIR)$(MANEXT)/dgn_comp.$(MANEXT)
-! -$(RCVRMANCREATE) $(MANDIR)$(MANEXT)/recover.$(MANEXT)
-! -$(DLBMANCREATE) $(MANDIR)$(MANEXT)/dlb.$(MANEXT)
-
- # manual creation for distribution
- DISTRIB = Guidebook.txt nethack.txt lev_comp.txt dgn_comp.txt recover.txt dlb.txt