OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Oct-2006 17:05:20
Branch: HEAD Handle: 2006100116052000
Modified files:
openpkg-src/coreutils coreutils.patch coreutils.spec
Log:
upgrading package: coreutils 5.97 -> 6.3
Summary:
Revision Changes Path
1.12 +28 -39 openpkg-src/coreutils/coreutils.patch
1.59 +2 -2 openpkg-src/coreutils/coreutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.patch
============================================================================
$ cvs diff -u -r1.11 -r1.12 coreutils.patch
--- openpkg-src/coreutils/coreutils.patch 15 Jul 2006 12:56:41 -0000
1.11
+++ openpkg-src/coreutils/coreutils.patch 1 Oct 2006 15:05:20 -0000
1.12
@@ -1,6 +1,7 @@
---- doc/Makefile.in.orig 2004-03-11 09:57:59.000000000 +0100
-+++ doc/Makefile.in 2004-04-21 15:11:16.000000000 +0200
-@@ -600,7 +600,7 @@
+Index: doc/Makefile.in
+--- doc/Makefile.in.orig 2006-09-30 11:09:22 +0200
++++ doc/Makefile.in 2006-10-01 16:53:13 +0200
+@@ -725,7 +725,7 @@
mv t-$@ $@
$(DVIS): $(EXTRA_DIST)
@@ -8,35 +9,11 @@
+###$(INFO_DEPS): $(EXTRA_DIST)
# List words/regexps here that should not appear in the texinfo
documentation.
- check-texinfo:
---- src/stat.c.orig Sun Dec 1 10:48:21 2002
-+++ src/stat.c Sun Jan 12 11:30:01 2003
-@@ -43,6 +43,12 @@
- # endif
- #endif
-
-+/* FreeBSD 5.0 need this for struct statfs */
-+#if HAVE_SYS_MOUNT_H
-+# include <sys/param.h>
-+# include <sys/mount.h>
-+#endif
-+
- #include "system.h"
-
- #include "closeout.h"
---- src/nice.c.orig 2003-08-10 19:43:35.000000000 +0200
-+++ src/nice.c 2003-09-10 20:03:27.000000000 +0200
-@@ -23,6 +23,7 @@
- #include <assert.h>
-
- #include <getopt.h>
-+#include <sys/time.h>
- #include <sys/types.h>
-
- #include "system.h"
---- lib/mountlist.c.orig Mon Jan 26 03:58:12 2004
-+++ lib/mountlist.c
-@@ -173,6 +173,11 @@ xatoi (char *cp)
+ # E.g., use @sc{nul}, not `NUL'
+Index: lib/mountlist.c
+--- lib/mountlist.c.orig 2006-09-14 11:53:59 +0200
++++ lib/mountlist.c 2006-10-01 16:56:44 +0200
+@@ -168,6 +168,11 @@
#if MOUNTED_GETMNTINFO
@@ -45,14 +22,26 @@
+# define HAVE_F_FSTYPENAME_IN_STATFS 1
+# endif
+
- # if ! HAVE_F_FSTYPENAME_IN_STATFS
+ # if ! HAVE_STRUCT_STATFS_F_FSTYPENAME
static char *
- fstype_to_string (short t)
---- src/stat.c.orig Thu Feb 5 08:46:12 2004
-+++ src/stat.c
-@@ -86,6 +86,12 @@
- # endif
- #endif
+ fstype_to_string (short int t)
+Index: src/nice.c
+--- src/nice.c.orig 2005-12-28 11:28:13 +0100
++++ src/nice.c 2006-10-01 16:53:13 +0200
+@@ -20,6 +20,7 @@
+ #include <config.h>
+ #include <stdio.h>
+ #include <getopt.h>
++#include <sys/time.h>
+ #include <sys/types.h>
+
+ #include "system.h"
+Index: src/stat.c
+--- src/stat.c.orig 2006-10-01 16:53:13 +0200
++++ src/stat.c 2006-10-01 16:53:13 +0200
+@@ -154,6 +154,12 @@
+ #define hextobin(c) ((c) >= 'a' && (c) <= 'f' ? (c) - 'a' + 10 : \
+ (c) >= 'A' && (c) <= 'F' ? (c) - 'A' + 10 : (c) - '0')
+#if (defined(__NetBSD__) && (__NetBSD_Version__ > 299000000))
+#include <sys/statvfs.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/coreutils/coreutils.spec
============================================================================
$ cvs diff -u -r1.58 -r1.59 coreutils.spec
--- openpkg-src/coreutils/coreutils.spec 24 Sep 2006 12:29:07 -0000
1.58
+++ openpkg-src/coreutils/coreutils.spec 1 Oct 2006 15:05:20 -0000
1.59
@@ -32,8 +32,8 @@
Class: BASE
Group: ShellUtils
License: GPL
-Version: 5.97
-Release: 20060924
+Version: 6.3
+Release: 20061001
# package options
%option with_legacy no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]