head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.24 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.22 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.20 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.18 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.16 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.14 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.12 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.10 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.8 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.6 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.4 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.2 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.1.0.20 pkgsrc-2007Q2-base:1.1 pkgsrc-2007Q1:1.1.0.18 pkgsrc-2007Q1-base:1.1 pkgsrc-2006Q4:1.1.0.16 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.14 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.12 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.10 pkgsrc-2006Q1-base:1.1 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.2 date 2007.07.18.11.25.22; author tnn; state dead; branches; next 1.1; 1.1 date 2005.03.21.14.44.08; author tv; state Exp; branches; next ; desc @@ 1.2 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-cb,v 1.1 2005/03/21 14:44:08 tv Exp $ --- config.hin.orig Thu Mar 11 03:59:16 2004 +++ config.hin @@@@ -669,6 +669,9 @@@@ /* Define to 1 if you have run the test for working tzset. */ #undef HAVE_RUN_TZSET_TEST +/* Define to 1 if you have the `setgroups' function. */ +#undef HAVE_SETGROUPS + /* Define to 1 if you have the `sethostname' function. */ #undef HAVE_SETHOSTNAME @@@@ -920,6 +923,9 @@@@ /* Define if struct stat has an st_dm_mode member. */ #undef HAVE_ST_DM_MODE + +/* Define to 1 if you have the `sync' function. */ +#undef HAVE_SYNC /* Define to 1 if you have the `sysctl' function. */ #undef HAVE_SYSCTL @ 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 @d1 1 a1 1 $NetBSD$ @