ports/89636: [PATCH] games/angband - Note syscons workaround in pkg-message
Travis Poppe
tlp at liquidx.org
Sun Nov 27 19:00:14 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list