The FreeBSD port cad/brlcad makes use of sgtty, which is a bad thing, because sgtty only works when you use COMPAT_43TTY in your kernel configuration. brlcad already has code laying around for termios, but is never enabled. We can just enable it, but we need to fix it up slightly, because FreeBSD's tab expansion flag is called OXTABS, instead of TAB3. Fix: Add the following patch to the files/ directory:
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: feedback->open Maintainer has approved.
miwi 2008-02-01 09:19:38 UTC FreeBSD ports repository Added files: cad/brlcad/files patch-src-vas4_vas_io.c Log: - Use termios, not sgtty PR: 119096 Submitted by: Ed Schouten <ed@fxq.nl> Approved by: maintainer via irc Revision Changes Path 1.1 +22 -0 ports/cad/brlcad/files/patch-src-vas4_vas_io.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!