From ed@hoeg.nl  Sat Mar 17 10:01:49 2007
Return-Path: <ed@hoeg.nl>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 89B6216A404
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <ed@fxq.nl>
Reply-To: Ed Schouten <ed@fxq.nl>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [editors/aee] Use ncurses instead of own implementation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         110434
>Category:       ports
>Synopsis:       [editors/aee] Use ncurses instead of own implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    az
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 17 10:10:02 GMT 2007
>Closed-Date:    Fri Mar 30 19:56:13 GMT 2007
>Last-Modified:  Fri Mar 30 20:00:11 GMT 2007
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->az 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Mar 17 10:10:11 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110434 
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Fri Mar 30 19:56:11 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=110434 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/110434: commit references a PR
Date: Fri, 30 Mar 2007 19:54:48 +0000 (UTC)

 az          2007-03-30 19:54:43 UTC
 
   FreeBSD ports repository
 
   Added files:
     editors/aee/files    patch-create.mk.aee 
   Log:
   - switch no local ncurses implementation (go away from <sgtty.h>)
   
   PR:             ports/110434
   Submitted by:   Ed Schouten
   
   Revision  Changes    Path
   1.1       +11 -0     ports/editors/aee/files/patch-create.mk.aee (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
