diff options
author | jeh <jeh@FreeBSD.org> | 2000-10-26 11:41:43 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2000-10-26 11:41:43 +0000 |
commit | 317a8d9962b03d0fa2410864fa9aef72a3261021 (patch) | |
tree | 6e30c76b5c98b054b72d029df982aa26b1a93de6 /games/nethack34-nox11/files/patch-ac | |
parent | 52dcf7b515329a2d13c6ca783885c9a79ca3d774 (diff) | |
download | FreeBSD-ports-317a8d9962b03d0fa2410864fa9aef72a3261021.zip FreeBSD-ports-317a8d9962b03d0fa2410864fa9aef72a3261021.tar.gz |
Add new port: games/nethack3-tty
This is a TTY/console only versin of nethack3
REPOCopy from games/nethack3
PR: 21497
Submitted by: Jeremy Chadwick <yoshi@parodius.com>
Diffstat (limited to 'games/nethack34-nox11/files/patch-ac')
-rw-r--r-- | games/nethack34-nox11/files/patch-ac | 56 |
1 files changed, 36 insertions, 20 deletions
diff --git a/games/nethack34-nox11/files/patch-ac b/games/nethack34-nox11/files/patch-ac index d197c0d..8268fa5 100644 --- a/games/nethack34-nox11/files/patch-ac +++ b/games/nethack34-nox11/files/patch-ac @@ -1,20 +1,36 @@ ---- 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. - */ - --#define MAIL /* Deliver mail during the game */ -+/* #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 +*** 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 |