diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-25 21:53:16 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-25 21:53:16 +0800 |
commit | e274d0e8b96d0a63143ef438c825e5f8bdc58643 (patch) | |
tree | f6e4d1b6ad1b13b46e9ca2ccd34adc67824464fa /archivers/gtar/files | |
parent | 0d4d37979feaf841d94a04b7fcbef6299309da81 (diff) | |
download | freebsd-ports-gnome-e274d0e8b96d0a63143ef438c825e5f8bdc58643.tar.gz freebsd-ports-gnome-e274d0e8b96d0a63143ef438c825e5f8bdc58643.tar.zst freebsd-ports-gnome-e274d0e8b96d0a63143ef438c825e5f8bdc58643.zip |
update to version 1.13.18 as requested by David.
Diffstat (limited to 'archivers/gtar/files')
-rw-r--r-- | archivers/gtar/files/patch-aa | 20 | ||||
-rw-r--r-- | archivers/gtar/files/patch-ab | 11 |
2 files changed, 0 insertions, 31 deletions
diff --git a/archivers/gtar/files/patch-aa b/archivers/gtar/files/patch-aa deleted file mode 100644 index e9f4e4f3c316..000000000000 --- a/archivers/gtar/files/patch-aa +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 \ diff --git a/archivers/gtar/files/patch-ab b/archivers/gtar/files/patch-ab deleted file mode 100644 index d587d93f8f5c..000000000000 --- a/archivers/gtar/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Wed Sep 27 19:15:21 2000 -+++ doc/Makefile.in Wed Sep 27 19:15:33 2000 -@@ -80,7 +80,7 @@ - INTLLIBS = @INTLLIBS@ - INTLOBJS = @INTLOBJS@ - LIBOBJS = @LIBOBJS@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - MKINSTALLDIRS = @MKINSTALLDIRS@ - MSGFMT = @MSGFMT@ - PACKAGE = @PACKAGE@ |