Index: head/games/nethack36/files/patch-include-config.h =================================================================== --- head/games/nethack36/files/patch-include-config.h (revision 512542) +++ head/games/nethack36/files/patch-include-config.h (revision 512543) @@ -1,27 +1,45 @@ ---- include/config.h.orig 2015-11-17 05:58:34 UTC -+++ include/config.h -@@ -250,11 +250,11 @@ +--- include/config.h.orig 2018-04-27 05:07:22.000000000 -0700 ++++ include/config.h 2019-04-26 07:32:12.113908000 -0700 +@@ -256,11 +256,11 @@ #if defined(UNIX) && !defined(ZLIB_COMP) && !defined(COMPRESS) /* 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 */ /* 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/bin/gzip" /* FSF gzip compression */ +#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */ #endif #ifndef COMPRESS -@@ -317,7 +317,7 @@ +@@ -345,7 +345,7 @@ * otherwise it will be the current directory. */ #ifndef HACKDIR -#define HACKDIR "/usr/games/lib/nethackdir" +#define HACKDIR "%%PREFIX%%/share/nethack" #endif /* +@@ -520,7 +520,7 @@ + (within the same session) */ + /* #define EDIT_GETLIN */ + +-/* #define DUMPLOG */ /* End-of-game dump logs */ ++#define DUMPLOG /* End-of-game dump logs */ + #ifdef DUMPLOG + + #ifndef DUMPLOG_MSG_COUNT +@@ -528,7 +528,7 @@ + #endif + + #ifndef DUMPLOG_FILE +-#define DUMPLOG_FILE "/tmp/nethack.%n.%d.log" ++#define DUMPLOG_FILE "/tmp/nethack.%v.%u.%n.%D.log" + /* DUMPLOG_FILE allows following placeholders: + %% literal '%' + %v version (eg. "3.6.1-0") Index: head/games/nethack36/files/patch-sys-unix-sysconf =================================================================== --- head/games/nethack36/files/patch-sys-unix-sysconf (nonexistent) +++ head/games/nethack36/files/patch-sys-unix-sysconf (revision 512543) @@ -0,0 +1,11 @@ +--- sys/unix/sysconf.orig 2019-05-09 08:15:39.750365000 -0700 ++++ sys/unix/sysconf 2019-05-09 08:16:22.900472000 -0700 +@@ -98,7 +98,7 @@ + # %D current time, YYYYMMDDhhmmss format + # %n player name + # %N first character of player name +-#DUMPLOGFILE=/tmp/nethack.%n.%d.log ++#DUMPLOGFILE=/tmp/nethack..%v.%u.%n.%D.log + + # Number of bones file pools. + # The pool you belong to is determined at game start. You will Property changes on: head/games/nethack36/files/patch-sys-unix-sysconf ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property