From 8244fc50b0624cf22e84e30cc765169c74fd6f8a Mon Sep 17 00:00:00 2001 From: Andreas Klemm Date: Sun, 1 Oct 2000 09:39:19 +0000 Subject: - update port to last gtar release - fixes --exclude, -X problem in version 1.13, where excludes have been wrongly interpreted as filenames (not pathnames) - some cosmetics from naddy Submitted by: Christian Weisgerber --- archivers/gtar/files/patch-aa | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 archivers/gtar/files/patch-aa (limited to 'archivers/gtar/files/patch-aa') diff --git a/archivers/gtar/files/patch-aa b/archivers/gtar/files/patch-aa new file mode 100644 index 000000000000..e9f4e4f3c316 --- /dev/null +++ b/archivers/gtar/files/patch-aa @@ -0,0 +1,20 @@ +--- src/Makefile.in.orig Wed Sep 27 15:52:00 2000 ++++ src/Makefile.in Wed Sep 27 15:52:14 2000 +@@ -337,7 +337,7 @@ + fi; \ + done + buffer.o: buffer.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ +- ../lib/xalloc.h ../lib/fnmatch.h ../lib/human.h \ ++ ../lib/xalloc.h ../lib/human.h \ + ../lib/quotearg.h common.h tar.h arith.h ../lib/backupfile.h \ + ../lib/basename.h ../lib/exclude.h ../lib/modechange.h \ + ../lib/safe-read.h rmt.h +@@ -376,7 +376,7 @@ + ../lib/modechange.h ../lib/safe-read.h ../lib/quotearg.h \ + ../lib/save-cwd.h + names.o: names.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ +- ../lib/xalloc.h ../lib/fnmatch.h ../lib/quotearg.h common.h \ ++ ../lib/xalloc.h ../lib/quotearg.h common.h \ + tar.h arith.h ../lib/backupfile.h ../lib/basename.h \ + ../lib/exclude.h ../lib/modechange.h ../lib/safe-read.h + open3.o: open3.c system.h ../config.h ../lib/pathmax.h ../lib/error.h \ -- cgit v1.2.3