OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Oct-2007 01:11:52
Branch: HEAD Handle: 2007101800115100
Modified files:
openpkg-src/tar tar.patch tar.spec
Log:
Back out previous CHAR_BIT commit and provide missing #include on
relevant piece of code. This should make Solaris 8 happy (and not AIX
as mentioned in previous commit log)
Summary:
Revision Changes Path
1.21 +11 -14 openpkg-src/tar/tar.patch
1.64 +1 -1 openpkg-src/tar/tar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.patch
============================================================================
$ cvs diff -u -r1.20 -r1.21 tar.patch
--- openpkg-src/tar/tar.patch 17 Oct 2007 06:45:17 -0000 1.20
+++ openpkg-src/tar/tar.patch 17 Oct 2007 23:11:51 -0000 1.21
@@ -23,20 +23,6 @@
hol_entry_long_iterate (const struct hol_entry *entry,
int (*func)(const struct argp_option *opt,
const struct argp_option *real,
-Index: lib/system.h
---- lib/system.h.orig 2007-06-27 15:49:45 +0200
-+++ lib/system.h 2007-10-17 08:43:09 +0200
-@@ -417,6 +417,10 @@
-
- #include <limits.h>
-
-+#ifndef CHAR_BIT
-+# define CHAR_BIT 8
-+#endif
-+
- #ifndef MB_LEN_MAX
- # define MB_LEN_MAX 1
- #endif
Index: src/compare.c
--- src/compare.c.orig 2007-08-26 10:56:55 +0200
+++ src/compare.c 2007-10-17 08:40:12 +0200
@@ -110,3 +96,14 @@
static bool xheader_protected_pattern_p (char const *pattern);
static bool xheader_protected_keyword_p (char const *keyword);
static void xheader_set_single_keyword (char *) __attribute__ ((noreturn));
+Index: lib/strerror.c
+--- lib/strerror.c.orig 2007-09-28 15:11:37 +0200
++++ lib/strerror.c 2007-10-18 00:55:28 +0200
+@@ -23,6 +23,7 @@
+
+ # include <string.h>
+ # include <stdio.h>
++# include <limits.h>
+
+ # undef strerror
+
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.spec
============================================================================
$ cvs diff -u -r1.63 -r1.64 tar.spec
--- openpkg-src/tar/tar.spec 17 Oct 2007 06:45:17 -0000 1.63
+++ openpkg-src/tar/tar.spec 17 Oct 2007 23:11:51 -0000 1.64
@@ -33,7 +33,7 @@
Group: Archiver
License: GPL
Version: 1.19
-Release: 20071017
+Release: 20071018
# list of sources
Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]