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: 17-Oct-2007 08:45:17
Branch: HEAD Handle: 2007101707451700
Modified files:
openpkg-src/tar tar.patch tar.spec
Log:
apply a workaround for AIX
Summary:
Revision Changes Path
1.20 +22 -8 openpkg-src/tar/tar.patch
1.63 +1 -1 openpkg-src/tar/tar.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.patch
============================================================================
$ cvs diff -u -r1.19 -r1.20 tar.patch
--- openpkg-src/tar/tar.patch 10 Oct 2007 15:07:00 -0000 1.19
+++ openpkg-src/tar/tar.patch 17 Oct 2007 06:45:17 -0000 1.20
@@ -1,6 +1,6 @@
Index: Makefile.in
--- Makefile.in.orig 2007-10-10 13:00:22 +0200
-+++ Makefile.in 2007-10-10 17:01:10 +0200
++++ Makefile.in 2007-10-17 08:40:12 +0200
@@ -485,7 +485,7 @@
target_alias = @target_alias@
ACLOCAL_AMFLAGS = -I m4
@@ -12,7 +12,7 @@
Index: lib/argp-help.c
--- lib/argp-help.c.orig 2007-09-28 15:11:36 +0200
-+++ lib/argp-help.c 2007-10-10 17:01:10 +0200
++++ lib/argp-help.c 2007-10-17 08:40:12 +0200
@@ -570,8 +570,7 @@
return val;
}
@@ -23,9 +23,23 @@
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-10 17:01:10 +0200
++++ src/compare.c 2007-10-17 08:40:12 +0200
@@ -278,7 +278,7 @@
size_t len = strlen (current_stat_info.link_name);
char *linkbuf = alloca (len + 1);
@@ -37,7 +51,7 @@
{
Index: src/create.c
--- src/create.c.orig 2007-10-05 19:46:49 +0200
-+++ src/create.c 2007-10-10 17:01:10 +0200
++++ src/create.c 2007-10-17 08:40:12 +0200
@@ -1696,7 +1696,7 @@
if (linklen != st->stat.st_size || linklen + 1 == 0)
xalloc_die ();
@@ -49,7 +63,7 @@
readlink_diag (p);
Index: src/incremen.c
--- src/incremen.c.orig 2007-10-01 23:19:55 +0200
-+++ src/incremen.c 2007-10-10 17:01:10 +0200
++++ src/incremen.c 2007-10-17 08:40:12 +0200
@@ -526,6 +526,7 @@
children = CHANGED_CHILDREN;
but changed to: */
@@ -60,7 +74,7 @@
}
Index: src/tar.c
--- src/tar.c.orig 2007-09-26 23:36:58 +0200
-+++ src/tar.c 2007-10-10 17:01:10 +0200
++++ src/tar.c 2007-10-17 08:40:12 +0200
@@ -20,6 +20,7 @@
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
@@ -71,7 +85,7 @@
#include <argp.h>
Index: src/utf8.c
--- src/utf8.c.orig 2007-06-27 15:30:32 +0200
-+++ src/utf8.c 2007-10-10 17:01:10 +0200
++++ src/utf8.c 2007-10-17 08:40:12 +0200
@@ -22,6 +22,9 @@
#include "common.h"
#ifdef HAVE_ICONV_H
@@ -84,7 +98,7 @@
#ifndef ICONV_CONST
Index: src/xheader.c
--- src/xheader.c.orig 2007-06-27 15:30:32 +0200
-+++ src/xheader.c 2007-10-10 17:01:10 +0200
++++ src/xheader.c 2007-10-17 08:40:12 +0200
@@ -27,6 +27,10 @@
#include <fnmatch.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/tar/tar.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 tar.spec
--- openpkg-src/tar/tar.spec 10 Oct 2007 15:07:00 -0000 1.62
+++ openpkg-src/tar/tar.spec 17 Oct 2007 06:45:17 -0000 1.63
@@ -33,7 +33,7 @@
Group: Archiver
License: GPL
Version: 1.19
-Release: 20071010
+Release: 20071017
# list of sources
Source0: ftp://ftp.gnu.org/gnu/tar/tar-%{version}.tar.gz
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]