diff options
author | pooka <pooka@pkgsrc.org> | 2002-03-22 17:26:24 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2002-03-22 17:26:24 +0000 |
commit | fb6848694b8d6915c464024d6e90779fa40f19f6 (patch) | |
tree | 0030c598750bfbf0bf0c1b4fc3f51536e082f7e4 /games/nethack-x11/patches/patch-ag | |
parent | 20ab0bbf08261918e57254bf1ff9c741efb17acf (diff) | |
download | pkgsrc-fb6848694b8d6915c464024d6e90779fa40f19f6.tar.gz |
Upgrade nethack packages to NetHack 3.4.0
Highlights of the new release:
* numerous bugfixes
* stamina affects ability to throw heavy things
* objects merge in containers
* several small refinements to race/role separation
* more feedback about skill advancement from #enhance command
* "autodig" option
* option for starting without a pet
+ many more, read doc/fixes34.0
Old savegames naturally don't work, so make sure you finish old ones
before upgrading the package.
Also fixes the rest of pkg/15717 by Bernd Ernesti. Solution was the same
as what Thomas Klausner used to fix angband (ie. simply duplicate the
patches)
Diffstat (limited to 'games/nethack-x11/patches/patch-ag')
-rw-r--r-- | games/nethack-x11/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/nethack-x11/patches/patch-ag b/games/nethack-x11/patches/patch-ag new file mode 100644 index 00000000000..ad6589bbc5c --- /dev/null +++ b/games/nethack-x11/patches/patch-ag @@ -0,0 +1,13 @@ +$NetBSD: patch-ag,v 1.1 2002/03/22 17:26:29 pooka Exp $ + +--- src/mail.c.orig Wed Aug 9 21:02:04 2000 ++++ src/mail.c Thu Aug 10 18:32:30 2000 +@@ -71,7 +71,7 @@ + # if !defined(MAILPATH) && (defined(LINUX) || defined(__osf__)) + # define MAILPATH "/var/spool/mail/" + # endif +-# if !defined(MAILPATH) && defined(__FreeBSD__) ++# if !defined(MAILPATH) && (defined(__FreeBSD__) || defined(__NetBSD__)) + # define MAILPATH "/var/mail/" + # endif + # if !defined(MAILPATH) && (defined(BSD) || defined(ULTRIX)) |