Bug 113325 - japanese/ng: use termios instead of sgtty
Summary: japanese/ng: use termios instead of sgtty
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-04 14:10 UTC by Ed Schouten
Modified: 2007-09-09 08:00 UTC (History)
0 users

See Also:


Attachments
file.diff (302 bytes, patch)
2007-06-04 14: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-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"