Bug 110434 - [editors/aee] Use ncurses instead of own implementation
Summary: [editors/aee] Use ncurses instead of own implementation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrej Zverev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-17 10:10 UTC by Ed Schouten
Modified: 2007-03-30 21:00 UTC (History)
0 users

See Also:


Attachments
file.diff (375 bytes, patch)
2007-03-17 10:10 UTC, Ed Schouten
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!