Date: Sat, 17 Mar 2007 11:01:48 +0100 (CET) From: Ed Schouten <ed@fxq.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110434: [editors/aee] Use ncurses instead of own implementation Message-ID: <20070317100148.584671CD33@palm.hoeg.nl> Resent-Message-ID: <200703171010.l2HAA2Un019687@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <sgtty.h> 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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070317100148.584671CD33>