diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-19 14:20:34 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-19 14:20:34 +0000 |
commit | 91a7be6e44ae4353b9f78bbc4db732790c8ea906 (patch) | |
tree | c27ece00b96ed23b136a8aab24a4394b2b0bef38 /games/nethack34 | |
parent | 64200cd4923d014f3e7af5fae87ab06db03c5b22 (diff) | |
download | ports-91a7be6e44ae4353b9f78bbc4db732790c8ea906.tar.gz ports-91a7be6e44ae4353b9f78bbc4db732790c8ea906.zip |
Notes
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 1 | ||||
-rw-r--r-- | games/nethack34/files/patch-ah | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index 0bd9c820320c..09ddee2c4757 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -7,6 +7,7 @@ PORTNAME= nethack PORTVERSION= 3.4.1 +PORTREVISION= 1 CATEGORIES?= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/nethack34/files/patch-ah b/games/nethack34/files/patch-ah new file mode 100644 index 000000000000..767df586d172 --- /dev/null +++ b/games/nethack34/files/patch-ah @@ -0,0 +1,16 @@ + +$FreeBSD$ + +--- win/tty/termcap.c.orig Thu Jun 19 16:12:47 2003 ++++ win/tty/termcap.c Thu Jun 19 16:13:00 2003 +@@ -217,10 +217,6 @@ + error("Terminal must backspace."); + # else + if(!(BC = Tgetstr("bc"))) { /* termcap also uses bc/bs */ +-# ifndef MINIMAL_TERM +- if(!tgetflag("bs")) +- error("Terminal must backspace."); +-# endif + BC = tbufptr; + tbufptr += 2; + *BC = '\b'; |