The cad/spice port is one of the ports that uses <sgtty.h> while it could perfectly use <termios.h>. When we use <termios.h>, compilation fails, because of some termio leftovers. Fix: This patch changes os_bsd.h to use termios on FreeBSD. It also changes the sourcecode to use tcgetattr/tcsetattr instead of ioctl's.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
State Changed From-To: open->closed Committed. Thanks!
miwi 2007-03-21 12:32:53 UTC FreeBSD ports repository Modified files: cad/spice/files patch-src_include_os_bsd_h Added files: cad/spice/files patch-src_lib_cp_complete.c Log: - Use termios.h PR: 110439 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.3 +5 -1 ports/cad/spice/files/patch-src_include_os_bsd_h 1.1 +20 -0 ports/cad/spice/files/patch-src_lib_cp_complete.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"