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.
Responsible Changed From-To: freebsd-ports-bugs->chinsan Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed with some modification, thanks.