Bug 113325

Summary: japanese/ng: use termios instead of sgtty
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
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-06-04 14:10:03 UTC
The japanese/ng port makes use of the bsd style code for stuff like line
discipline handling. Nowadays we can just use the sysv code, which makes
us use the sgtty interface instead of termios, which is the preferred
one.

Fix: Apply the following patch:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-04 14:10:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-09-09 07:50:59 UTC
State Changed
From-To: feedback->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-09-09 07:51:15 UTC
edwin       2007-09-09 06:51:09 UTC

  FreeBSD ports repository

  Modified files:
    japanese/ng          Makefile 
  Log:
  japanese/ng: use termios instead of sgtty
  
          The japanese/ng port makes use of the bsd style code for
          stuff like line discipline handling. Nowadays we can just
          use the sysv code, which makes us use the sgtty interface
          instead of termios, which is the preferred one.
  
  PR:             ports/113325
  Submitted by:   Ed Schouten <ed@fxq.nl>
  Approved by:    maintainer timeout
  
  Revision  Changes    Path
  1.15      +2 -1      ports/japanese/ng/Makefile
_______________________________________________
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"