Bug 30812

Summary: [patch] giant termcap database update
Product: Base System Reporter: clefevre <clefevre>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
termcap-2.patch none

Description clefevre 2001-09-25 12:20:01 UTC
	the termcap database is almost obsolete.

	a newer one may be found at the following URL :

		http://tuxedo.org/~esr/terminfo/

	src/etc/defaults/make.conf
		NO_TERMTYPES descrition added.

	src/share/termcap/Makefile
		changed to conditionnaly compile the old or the
		new termcap database according to NO_TERMTYPES.

	src/share/termcap/reorder.tc
		new file related to termtypes.tc (is it really needed ?)

	src/share/termcap/termtypes.tc
		new file
		not provided since it is too big for a PR (700+ KB).
		use the following URL to retreive an up to date one :
		http://tuxedo.org/~esr/terminfo/termtypes.tc.gz

How-To-Repeat: 	n/a
Comment 1 Cyrille Lefevre 2002-05-20 13:29:00 UTC
On Sep 25, 2001 04:20:01 am -0700, gnats-admin@FreeBSD.org wrote:

this patch to Makefile replace the existing one.

also, see PR#38168 which is related to terminfo.

Cyrille.
-- 
Cyrille Lefevre                 mailto:cyrille.lefevre@laposte.net
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2011-08-02 04:25:58 UTC
State Changed
From-To: open->closed

This patch no longer applies and termcap has been updated since then. If 
termcap still needs to be updated please file a new PR.