cvs commit: ports/sysutils/coreutils Makefile
ports/sysutils/coreutils/files extra-patch-stty.c
Jeremy Chadwick
koitsu at FreeBSD.org
Fri Aug 29 02:36:25 UTC 2008
koitsu 2008-08-29 02:36:25 UTC
FreeBSD ports repository
Modified files:
sysutils/coreutils Makefile
sysutils/coreutils/files extra-patch-stty.c
Log:
Fixup for my previous commit/patch.
- OSVERSION check should be against 800039 or higher, as that's when
the sgtty changes were committed.
http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/sys/param.h.diff?r1=1.355;r2=1.356;f=h
- Fix stty.c patch. Previous version would result in termios bits
being overridden by #include <sys/ioctl_compat.h>, causing coreutils'
stty to modify bits different than /bin/stty. This version removes
tab1/tab2 delay support, since tab1/tab2 delays aren't available in HEAD
outside of the binary compatibility interface. Also fixes stty --help
usage to indicate only tab0 and tab3 are available.
Revision Changes Path
1.24 +1 -1 ports/sysutils/coreutils/Makefile
1.2 +18 -14 ports/sysutils/coreutils/files/extra-patch-stty.c
More information about the cvs-all
mailing list