The japanese/ng port makes use of the bsd style code for stuff like line discipline handling. Nowadays we can just use the sysv code, which makes us use the sgtty interface instead of termios, which is the preferred one. Fix: Apply the following patch:
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->closed Committed, thanks!
edwin 2007-09-09 06:51:09 UTC FreeBSD ports repository Modified files: japanese/ng Makefile Log: japanese/ng: use termios instead of sgtty The japanese/ng port makes use of the bsd style code for stuff like line discipline handling. Nowadays we can just use the sysv code, which makes us use the sgtty interface instead of termios, which is the preferred one. PR: ports/113325 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer timeout Revision Changes Path 1.15 +2 -1 ports/japanese/ng/Makefile _______________________________________________ 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"