diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-01 09:39:19 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-01 09:39:19 +0000 |
commit | 8244fc50b0624cf22e84e30cc765169c74fd6f8a (patch) | |
tree | e61a9d5927a109e7657d28cd8f67729421b15291 /sysutils/gtar/files/patch-aa | |
parent | Use the gettext port. Remove an include which is already in the base (diff) |
- 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 <naddy@unix-ag.uni-kl.de>
Diffstat (limited to 'sysutils/gtar/files/patch-aa')
-rw-r--r-- | sysutils/gtar/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysutils/gtar/files/patch-aa b/sysutils/gtar/files/patch-aa new file mode 100644 index 000000000000..e9f4e4f3c316 --- /dev/null +++ b/sysutils/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 \ |