From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 17 10:10:02 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F102A16A402 for ; Sat, 17 Mar 2007 10:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id BD98313C46A for ; Sat, 17 Mar 2007 10:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l2HAA2iB019688 for ; Sat, 17 Mar 2007 10:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l2HAA2Un019687; Sat, 17 Mar 2007 10:10:02 GMT (envelope-from gnats) Resent-Date: Sat, 17 Mar 2007 10:10:02 GMT Resent-Message-Id: <200703171010.l2HAA2Un019687@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ed Schouten Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 89B6216A404 for ; Sat, 17 Mar 2007 10:01:49 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: from palm.hoeg.nl (palm.hoeg.nl [83.98.131.212]) by mx1.freebsd.org (Postfix) with ESMTP id 5634013C484 for ; Sat, 17 Mar 2007 10:01:49 +0000 (UTC) (envelope-from ed@hoeg.nl) Received: by palm.hoeg.nl (Postfix, from userid 1000) id 584671CD33; Sat, 17 Mar 2007 11:01:48 +0100 (CET) Message-Id: <20070317100148.584671CD33@palm.hoeg.nl> Date: Sat, 17 Mar 2007 11:01:48 +0100 (CET) From: Ed Schouten To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/110434: [editors/aee] Use ncurses instead of own implementation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ed Schouten List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Mar 2007 10:10:03 -0000 >Number: 110434 >Category: ports >Synopsis: [editors/aee] Use ncurses instead of own implementation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 17 10:10:02 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ed Schouten >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD palm.hoeg.nl 6.2-STABLE FreeBSD 6.2-STABLE #0: Sun Feb 11 22:32:09 CET 2007 root@palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386 >Description: Like a bunch of other applications, aee uses during compilation. We don't want that, because that means we have to use COMPAT_43TTY. The application has its own mini-curses implementation, but we'd better use the system's ncurses library, just like we do with ee(1). >How-To-Repeat: >Fix: --- create.mk.aee Mon Sep 23 06:16:04 2002 +++ create.mk.aee Sat Mar 17 10:52:41 2007 @@ -172,7 +172,7 @@ # make decisions about use of new_curse.c (use of new_curse is recommended # rather than local curses) -if [ -n "$terminfo_exists" -a -z "$termcap_exists" ] +if true then echo "Neither terminfo or termcap are on this system! " if [ -f /usr/include/curses.h ] >Release-Note: >Audit-Trail: >Unformatted: