Date: Fri, 29 Aug 2008 02:36:25 +0000 (UTC) From: Jeremy Chadwick <koitsu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils/coreutils Makefile ports/sysutils/coreutils/files extra-patch-stty.c Message-ID: <200808290236.m7T2aPv3031762@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808290236.m7T2aPv3031762>