A nice thing about FreeBSD's xview port is that it uses the termios interface for terminal handling. Unfortunately it still includes sgtty.h in one place unconditionally, which will compilation errors if sgtty.h would once be removed. We'd better remove the useless inclusion. Fix: The following patch changes the existing to expandname.c to remove the inclusion of sgtty.h.
Responsible Changed From-To: freebsd-ports-bugs->miwi I'll take it.
miwi 2008-01-03 21:03:36 UTC FreeBSD ports repository Modified files: x11-toolkits/xview Makefile x11-toolkits/xview/files patch-lib+libxview+misc+expandname.c Log: - Remove inclusion of sgtty PR: 119102 Submitted by: Ed Schouten <ed@fxq.nl> Revision Changes Path 1.47 +1 -1 ports/x11-toolkits/xview/Makefile 1.4 +7 -6 ports/x11-toolkits/xview/files/patch-lib+libxview+misc+expandname.c _______________________________________________ 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!