From owner-svn-ports-head@freebsd.org Tue Oct 25 20:36:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1338DC1CDC9; Tue, 25 Oct 2016 20:36:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BC826849; Tue, 25 Oct 2016 20:36:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9PKaUWj054904; Tue, 25 Oct 2016 20:36:30 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9PKaUXV054902; Tue, 25 Oct 2016 20:36:30 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201610252036.u9PKaUXV054902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 25 Oct 2016 20:36:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424653 - in head/games/nethack36: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2016 20:36:32 -0000 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