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.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
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"
State Changed From-To: open->closed Committed. Thanks!