summaryrefslogtreecommitdiff
path: root/games/nethack-lib/patches/patch-aa
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2004-03-05 15:21:01 +0000
committerpooka <pooka@pkgsrc.org>2004-03-05 15:21:01 +0000
commitf813eca7e7be72bdbfda719fbd8647eee10f35d8 (patch)
tree8e3656f9b8f0c856e1e471c6705035ac6d6a98f0 /games/nethack-lib/patches/patch-aa
parent01e2fe7ba2b268470dbda095358a1793ea6756f3 (diff)
downloadpkgsrc-f813eca7e7be72bdbfda719fbd8647eee10f35d8.tar.gz
Nethack 3.4.3
This is a bugfix-release. It should be compatible with bones files and savegames all the way back to 3.4.0 (but of course it's safer to ascend before upgrade). Assorted fixes (full list in doc/fixes34.3): * Correct several inconsistencies * Correct a potentially fatal bug caused by dropping loadstones * Handle level completely filled with monsters better * X11 player selection fixes, one of which could be fatal * Eliminated a gold-in-shop-container cheat
Diffstat (limited to 'games/nethack-lib/patches/patch-aa')
-rw-r--r--games/nethack-lib/patches/patch-aa28
1 files changed, 14 insertions, 14 deletions
diff --git a/games/nethack-lib/patches/patch-aa b/games/nethack-lib/patches/patch-aa
index 7b5281c417c..da8d8abf4a1 100644
--- a/games/nethack-lib/patches/patch-aa
+++ b/games/nethack-lib/patches/patch-aa
@@ -1,15 +1,15 @@
-$NetBSD: patch-aa,v 1.8 2003/03/01 21:12:50 pooka Exp $
+$NetBSD: patch-aa,v 1.9 2004/03/05 15:21:01 pooka Exp $
---- include/config.h.old 2003-02-23 16:43:19.000000000 +0200
-+++ include/config.h 2003-03-01 15:35:57.000000000 +0200
-@@ -167,11 +167,11 @@
+--- include/config.h.old 2004-03-05 15:39:59.000000000 +0200
++++ include/config.h 2004-03-05 15:40:05.000000000 +0200
+@@ -169,11 +169,11 @@
#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 */
-+/* #define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
-+/* #define COMPRESS_EXTENSION ".Z" /* compress's extension */
++/* #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 */
@@ -18,16 +18,16 @@ $NetBSD: patch-aa,v 1.8 2003/03/01 21:12:50 pooka Exp $
#endif
#ifndef COMPRESS
-@@ -205,7 +205,7 @@
- # ifdef __APPLE__
- # define HACKDIR "nethackdir" /* nethack directory */
- # else
--# define HACKDIR "/usr/games/lib/nethackdir"
-+# define HACKDIR "XXXPREFIXXXX/share/nethackdir340"
- # endif
+@@ -204,7 +204,7 @@
+ * otherwise it will be the current directory.
+ */
+ # ifndef HACKDIR
+-# define HACKDIR "/usr/games/lib/nethackdir"
++# define HACKDIR "XXXPREFIXXXX/share/nethackdir340"
# endif
-@@ -302,7 +302,7 @@
+ /*
+@@ -300,7 +300,7 @@
* functions that have been macroized.
*/