Bug 119115

Summary: [Patch] chinese/ve: use termios, not sgtty
Product: Ports & Packages Reporter: Ed Schouten <ed>
Component: Individual Port(s)Assignee: chinsan <chinsan>
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 19:20:00 UTC
The port chinese/ve uses sgtty, but it has termios bits in the source
code. We'd better port it to termios, because this will make it work
with COMPAT_43TTY-less kernels.

Fix: The following patch makes the application use termios. For some reason,
the termios code contains the RAW flag, but that's a sgtty flag as far
as I know.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-12-28 19:20:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->chinsan

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-05-01 15:08:24 UTC
chinsan     2008-05-01 14:08:18 UTC

  FreeBSD ports repository

  Modified files:
    chinese/ve           Makefile 
  Added files:
    chinese/ve/files     patch-bbs.h patch-term.c 
  Log:
  - Use termios instead of sgtty.
  
  PR:             ports/119115, ports/122889
  Submitted by:   Ed Schouten <ed@80386 dot nl>
  
  Revision  Changes    Path
  1.15      +1 -0      ports/chinese/ve/Makefile
  1.1       +17 -0     ports/chinese/ve/files/patch-bbs.h (new)
  1.1       +95 -0     ports/chinese/ve/files/patch-term.c (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 chinsan freebsd_committer freebsd_triage 2008-05-01 15:09:00 UTC
State Changed
From-To: open->closed

Committed with some modification, thanks.