Bug 119099

Summary: [Patch] japanese/onew-freewnn: use termios instead of sgtty
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
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-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!