From owner-freebsd-ports Sat Jul 18 12:11:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17437 for freebsd-ports-outgoing; Sat, 18 Jul 1998 12:11:18 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17430 for ; Sat, 18 Jul 1998 12:11:17 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA06560; Sat, 18 Jul 1998 12:10:00 -0700 (PDT) Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [128.120.56.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA16749 for ; Sat, 18 Jul 1998 12:04:51 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: from dragon.nuxi.com (d96-072.orchard2.ucdavis.edu [169.237.96.72]) by relay.nuxi.com (8.8.7/8.6.12) with ESMTP id MAA08965 for ; Sat, 18 Jul 1998 12:04:37 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.8.8/8.7.3) id TAA22496; Sat, 18 Jul 1998 19:04:35 GMT Message-Id: <199807181904.TAA22496@dragon.nuxi.com> Date: Sat, 18 Jul 1998 19:04:35 GMT From: "David O'Brien" Reply-To: obrien@NUXI.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/7314: ncurses port doesn't support TERM=xterm-color Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 7314 >Category: ports >Synopsis: ncurses port doesn't support TERM=xterm-color >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 18 12:10:00 PDT 1998 >Last-Modified: >Originator: David O'Brien >Organization: The FreeBSD Project >Release: FreeBSD 2.2.6-STABLE i386 >Environment: ncurses package from packages-stable of July 5th >Description: 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 >Fix: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message