diff options
author | swills <swills@FreeBSD.org> | 2016-10-26 04:36:30 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2016-10-26 04:36:30 +0800 |
commit | 56345ed8aa471b4d9d11d2b8a6b8240d0fb2ecf1 (patch) | |
tree | 54709e1e8521c2d3ded9bbc5e3509ad2d2df2d6d /games | |
parent | be32f05c2e784a325b1fa6ab56ed653bb9f6804c (diff) | |
download | freebsd-ports-gnome-56345ed8aa471b4d9d11d2b8a6b8240d0fb2ecf1.tar.gz freebsd-ports-gnome-56345ed8aa471b4d9d11d2b8a6b8240d0fb2ecf1.tar.zst freebsd-ports-gnome-56345ed8aa471b4d9d11d2b8a6b8240d0fb2ecf1.zip |
games/nethack36: use termcap instead of terminfo
This allows the dark_room setting to produce much nicer looking dark rooms
(dark gray on black instead of black on white).
Approved by: glewis (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/nethack36/Makefile | 2 | ||||
-rw-r--r-- | games/nethack36/files/patch-include-unixconf.h | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/games/nethack36/Makefile b/games/nethack36/Makefile index 6c2096bed493..27deac38b7ef 100644 --- a/games/nethack36/Makefile +++ b/games/nethack36/Makefile @@ -3,7 +3,7 @@ PORTNAME= nethack36 PORTVERSION= 3.6.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF/${TRUEPORTNAME}/${TRUEPORTNAME}/${PORTVERSION} DISTNAME= ${TRUEPORTNAME}-${PORTVERSION:S/.//g}-src diff --git a/games/nethack36/files/patch-include-unixconf.h b/games/nethack36/files/patch-include-unixconf.h index cb61148c80aa..e8ae24c5a2ed 100644 --- a/games/nethack36/files/patch-include-unixconf.h +++ b/games/nethack36/files/patch-include-unixconf.h @@ -16,15 +16,6 @@ /* of Linux */ /* #define HPUX */ /* Hewlett-Packard's Unix, version 6.5 or higher */ /* use SYSV for < v6.5 */ -@@ -46,7 +46,7 @@ - * 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 @@ -297,7 +297,7 @@ #endif |