Bug 110434

Summary: [editors/aee] Use ncurses instead of own implementation
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: Andrej Zverev <az>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Ed Schouten 2007-03-17 10:10:02 UTC
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).
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-03-17 10:10:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->az

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-03-30 20:54:48 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"
Comment 3 Andrej Zverev freebsd_committer freebsd_triage 2007-03-30 20:56:11 UTC
State Changed
From-To: open->closed

Committed. Thanks!