Bug 119115 - [Patch] chinese/ve: use termios, not sgtty
Summary: [Patch] chinese/ve: use termios, not 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: chinsan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-28 19:20 UTC by Ed Schouten
Modified: 2008-05-01 15:10 UTC (History)
0 users

See Also:


Attachments
file.diff (1.43 KB, patch)
2007-12-28 19:20 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 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.