The net-mgmt/annextools port still uses sgtty in a lot of places. We can port everything very easily to termios, except for one place. We'd better fix up those places already until a proper port of rtelnet has been made. I could do it, but the code is rubbish and we could break stuff very easily.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2008-01-27 23:46:13 UTC FreeBSD ports repository Modified files: chinese/hztty Makefile chinese/hztty/files patch-aa patch-ab Log: - Use termios.h instead of sgtty.h - Reset maintainer (mail bounce) [1] [1] <ada@bsd.org>: host bsd.org.s6a1.psmtp.com[64.18.5.10] said: 550 No such user - psmtp (in reply to RCPT TO command) PR: 120050 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.10 +1 -1 ports/chinese/hztty/Makefile 1.3 +4 -2 ports/chinese/hztty/files/patch-aa 1.2 +22 -0 ports/chinese/hztty/files/patch-ab _______________________________________________ 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"
miwi 2008-02-05 13:35:26 UTC FreeBSD ports repository Modified files: net-mgmt/annextools/files patch-erpcd::erpcd.c Added files: net-mgmt/annextools/files patch-netadm::dialout.c patch-netadm::rpc.c Log: - Use termios.h instead of sgtty.h PR: 120050 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.2 +9 -0 ports/net-mgmt/annextools/files/patch-erpcd::erpcd.c 1.1 +17 -0 ports/net-mgmt/annextools/files/patch-netadm::dialout.c (new) 1.1 +61 -0 ports/net-mgmt/annextools/files/patch-netadm::rpc.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. Thanks!