Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2005 11:52:47 -0700
From:      Travis Poppe <tlp@liquidx.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89636: [PATCH] games/angband - Note syscons workaround in pkg-message
Message-ID:  <200511271152.47735.tlp@liquidx.org>
Resent-Message-ID: <200511271900.jARJ0DCB049825@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         89636
>Category:       ports
>Synopsis:       [PATCH] games/angband - Note syscons workaround in pkg-message
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 27 19:00:13 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Travis Poppe
>Release:        
>Organization:
>Environment:
>Description:
angband (and various other applications) is known to have weird
color display issues in syscons with the default TERM environment 
variable (see kern/83109).

This patch updates the pkg-message to inform the user of a 
solution I found that clears up the issue (TERM=mvterm). 
>How-To-Repeat:
>Fix:
diff -ruN angband.orig/Makefile angband/Makefile
--- angband.orig/Makefile	Sun Nov 27 11:50:00 2005
+++ angband/Makefile	Sun Nov 27 11:50:36 2005
@@ -7,6 +7,7 @@
 
 PORTNAME=	angband
 PORTVERSION=	3.0.6
+PORTREVISION=	1
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.thangorodrim.net/pub/angband/Source/ \
 		ftp://ftp.sunet.se/pub/games/Angband/Source/ \
diff -ruN angband.orig/files/pkg-message.in angband/files/pkg-message.in
--- angband.orig/files/pkg-message.in	Sun Nov 27 11:50:00 2005
+++ angband/files/pkg-message.in	Sun Nov 27 11:50:17 2005
@@ -2,8 +2,12 @@
  =======================================================================
  To reduce the number of term windows opened, use -n:
    angband -- -n2
+
  To use graphical tiles, use -g:
    angband -g
    Note: you have to download graphical tiles from www.thangorodrim.net
    manually and place them in %%PREFIX%%/share/angband/lib/xtra/graf
+
+ Tip: If you're experiencing display issues while playing angband in 
+      syscons, try setting your TERM environment variable to 'mvterm'  
  =======================================================================
>Release-Note:
>Audit-Trail:
>Unformatted:



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