From owner-cvs-all@FreeBSD.ORG Thu Aug 28 12:06:21 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF5041065678; Thu, 28 Aug 2008 12:06:21 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C40C68FC20; Thu, 28 Aug 2008 12:06:21 +0000 (UTC) (envelope-from koitsu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7SC6LRq080463; Thu, 28 Aug 2008 12:06:21 GMT (envelope-from koitsu@repoman.freebsd.org) Received: (from koitsu@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7SC6L9Y080462; Thu, 28 Aug 2008 12:06:21 GMT (envelope-from koitsu) Message-Id: <200808281206.m7SC6L9Y080462@repoman.freebsd.org> From: Jeremy Chadwick Date: Thu, 28 Aug 2008 12:06:21 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/coreutils Makefile ports/sysutils/coreutils/files extra-patch-stty.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2008 12:06:22 -0000 koitsu 2008-08-28 12:06:21 UTC FreeBSD ports repository Modified files: sysutils/coreutils Makefile Added files: sysutils/coreutils/files extra-patch-stty.c Log: Fix-up for 8.0-CURRENT. src/stty.c fails to compile due to TAB1 and TAB2 termios bits being undefined. They've been moved to sys/ioctl_compat.h which requires _KERNEL be defined. Somewhat of an ugly hack; possible alternative would be to remove use of TAB1 and TAB2 in src/stty.c altogether. Reported by: jsa @ EFnet Revision Changes Path 1.23 +7 -1 ports/sysutils/coreutils/Makefile 1.1 +16 -0 ports/sysutils/coreutils/files/extra-patch-stty.c (new)