aboutsummaryrefslogtreecommitdiff
path: root/games/nethack34-nox11
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-08-02 16:38:07 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-08-02 16:38:07 +0000
commit523b9b7615570547cd974c228a6cab2d197cdec9 (patch)
tree82d4ebac8bb45a72a9a7ae30736c9d34f150f827 /games/nethack34-nox11
parent79c1c154e8cd46a8f292822bd54d2f523862382d (diff)
downloadports-523b9b7615570547cd974c228a6cab2d197cdec9.tar.gz
ports-523b9b7615570547cd974c228a6cab2d197cdec9.zip
Cope with FreeBSD 3.
Fixed the path to gzip. PR: ports/16417 Submitted by: Gregory Bond <gnb@itga.com.au>
Notes
Notes: svn path=/head/; revision=31259
Diffstat (limited to 'games/nethack34-nox11')
-rw-r--r--games/nethack34-nox11/files/patch-aa2
-rw-r--r--games/nethack34-nox11/files/patch-ac13
2 files changed, 12 insertions, 3 deletions
diff --git a/games/nethack34-nox11/files/patch-aa b/games/nethack34-nox11/files/patch-aa
index 346180b3dd0c..2e301760581e 100644
--- a/games/nethack34-nox11/files/patch-aa
+++ b/games/nethack34-nox11/files/patch-aa
@@ -29,7 +29,7 @@
/* 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 */
-+#define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */
++#define COMPRESS "/usr/bin/gzip" /* FSF gzip compression */
+#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */
#endif
diff --git a/games/nethack34-nox11/files/patch-ac b/games/nethack34-nox11/files/patch-ac
index 7c2c408b97a9..d197c0d3a707 100644
--- a/games/nethack34-nox11/files/patch-ac
+++ b/games/nethack34-nox11/files/patch-ac
@@ -1,5 +1,14 @@
---- ./include/unixconf.h.orig Sat Dec 11 00:20:51 1999
-+++ ./include/unixconf.h Sun Dec 12 20:45:41 1999
+--- include/unixconf.h.orig Sat Dec 11 14:20:51 1999
++++ include/unixconf.h Sat Jul 29 06:58:37 2000
+@@ -45,7 +45,7 @@
+ /* #define AIX_31 */ /* In AIX 3.1 (IBM RS/6000) use BSD ioctl's to gain
+ * job control (note that AIX is SYSV otherwise)
+ * Also define this for AIX 3.2 */
+-#define TERMINFO /* uses terminfo rather than termcap */
++/* #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
@@ -135,7 +135,7 @@
* A stat system call is done on the mailbox every MAILCKFREQ moves.
*/