Bug 119099 - [Patch] japanese/onew-freewnn: use termios instead of sgtty
Summary: [Patch] japanese/onew-freewnn: 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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 13:40 UTC by Ed Schouten
Modified: 2008-01-03 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (809 bytes, patch)
2007-12-28 13:40 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-12-28 13:40:01 UTC
All the japanese/onew-* ports make use of the sgtty interface, while
they can perfectly use the termios interface. The code is already
available, but needs some small patching, because the termios code still
calls in some termio code, which isn't available on FreeBSD.

When patched, all the onew-* ports can live without COMPAT_43TTY.

Fix: Add the following patch to the files directory of the onew-freewnn port.
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-12-28 14:00:05 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-03 21:03:49 UTC
miwi        2008-01-03 21:03:42 UTC

  FreeBSD ports repository

  Modified files:
    japanese/onew-freewnn Makefile 
  Added files:
    japanese/onew-freewnn/files patch-sys_sys.h 
  Log:
  - Use termios instead of sgtty
  
  PR:             119099
  Submitted by:   Ed Schouten <ed@fxq.nl>
  
  Revision  Changes    Path
  1.16      +1 -0      ports/japanese/onew-freewnn/Makefile
  1.1       +35 -0     ports/japanese/onew-freewnn/files/patch-sys_sys.h (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 Martin Wilke freebsd_committer freebsd_triage 2008-01-03 21:05:25 UTC
State Changed
From-To: open->closed

Committed. Thanks!