Bug 7314

Summary: ncurses port doesn't support TERM=xterm-color
Product: Ports & Packages Reporter: David O'Brien <obrien>
Component: Individual Port(s)Assignee: Andrey Zakhvatov <andy>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description David O'Brien 1998-07-18 20:10:00 UTC
	The "xterm-color" terminal type is unsupported by the ncurses
	4.2 port.  One of the reasons to use ncurses is for color support.

	bash# export TERM=xterm-color
	bash# type clear
	/usr/bin/clear
	bash# pkg_add ncurses-4.2.tgz
	bash# type clear
	/usr/local/bin/clear
	bash# /usr/local/bin/clear
	'xterm-color': unknown terminal type.
	bash# /usr/bin/clear
	'xterm-color': unknown terminal type.
	bash# pkg_delete ncurses-4.2.tgz
	bash# clear
	(the screen is cleared properly)

How-To-Repeat: 
	see above
Comment 1 Joseph Koshy freebsd_committer freebsd_triage 1999-05-04 11:47:18 UTC
Responsible Changed
From-To: freebsd-ports->andy@icc.surw.chel.su

Over to port maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-05-09 02:07:49 UTC
State Changed
From-To: open->closed

Fixed as a part of ports/11492.