head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.24 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.22 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.20 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.18 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.16 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.14 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.12 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.10 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.8 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.6 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.4 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.2 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.2.0.12 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.10 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.8 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.6 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.4 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.0.8 pkgsrc-2005Q4-base:1.1 pkgsrc-2005Q3:1.1.0.6 pkgsrc-2005Q3-base:1.1 pkgsrc-2005Q2:1.1.0.4 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.2 pkgsrc-2005Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2007.07.18.11.25.22; author tnn; state dead; branches; next 1.2; 1.2 date 2006.01.09.22.45.08; author joerg; state Exp; branches; next 1.1; 1.1 date 2005.03.21.14.44.08; author tv; state Exp; branches; next ; desc @@ 1.3 log @Update to coreutils-6.9 and reset maintainer to tech-pkg@@ This is a major update from 5.2.1 and the ChangeLog is far too long to include here. The update includes many bugfixes, POSIX.1 conformance fixes, various GNU extensions to command line syntax, translations and some new tools: gbase64, gsha224sum, gsha256sum, gsha384sum, gsha512sum, gshuf. @ text @$NetBSD: patch-ca,v 1.2 2006/01/09 22:45:08 joerg Exp $ --- configure.orig 2004-03-11 08:58:11.000000000 +0000 +++ configure @@@@ -27323,6 +27323,10 @@@@ _ACEOF fi fi +case $host in +*-interix3*) ac_list_mounted_fs=found;; +esac + if test -z "$ac_list_mounted_fs"; then { { echo "$as_me:$LINENO: error: could not determine how to read list of mounted filesystems" >&5 echo "$as_me: error: could not determine how to read list of mounted filesystems" >&2;} @@@@ -39680,6 +39684,7 @@@@ done fp_headers=' +# include # if HAVE_STDIO_EXT_H # include # endif @@@@ -44983,10 +44988,12 @@@@ for ac_func in \ mempcpy \ mkfifo \ realpath \ + setgroups \ sethostname \ strchr \ strerror \ strrchr \ + sync \ sysctl \ sysinfo \ wcrtomb \ @ 1.2 log @In ls.c, use d_type field only, if DTTOIF is defined as well. In paste.c, do real boundary checks and consider NULL FILE pointers as closed files. This replaces use of global dummy FILEs, which is not possible on DragonFly, since FILE is incompletly. In configure, include stdio.h when checking for __fpending, since the prototype is defined there on DragonFly. @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Make build and run on Interix: * Add check for sync(2) and setgroups(3), and don't use these if they don't exist on the host. * Interix has a ... Special ... way of doing the "su" thing. * Implement Interix-specific portion of mountlist.c. @ text @d3 1 a3 1 --- configure.orig Thu Mar 11 03:58:11 2004 d16 9 a24 1 @@@@ -44983,10 +44987,12 @@@@ for ac_func in \ @