Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2016 20:36:30 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424653 - in head/games/nethack36: . files
Message-ID:  <201610252036.u9PKaUXV054902@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Oct 25 20:36:30 2016
New Revision: 424653
URL: https://svnweb.freebsd.org/changeset/ports/424653

Log:
  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)

Modified:
  head/games/nethack36/Makefile
  head/games/nethack36/files/patch-include-unixconf.h

Modified: head/games/nethack36/Makefile
==============================================================================
--- head/games/nethack36/Makefile	Tue Oct 25 20:33:00 2016	(r424652)
+++ head/games/nethack36/Makefile	Tue Oct 25 20:36:30 2016	(r424653)
@@ -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

Modified: head/games/nethack36/files/patch-include-unixconf.h
==============================================================================
--- head/games/nethack36/files/patch-include-unixconf.h	Tue Oct 25 20:33:00 2016	(r424652)
+++ head/games/nethack36/files/patch-include-unixconf.h	Tue Oct 25 20:36:30 2016	(r424653)
@@ -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
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610252036.u9PKaUXV054902>