summaryrefslogtreecommitdiffstats
path: root/testing/cv/compress-tools.patch
diff options
context:
space:
mode:
authorz3bra <willy@mailoo.org>2014-10-22 17:32:48 +0200
committerz3bra <willy@mailoo.org>2014-10-22 17:32:48 +0200
commita6f4bfc49f2f70271ffe44b7c2450f5b7478bda9 (patch)
treeb435a4450c676a52b4c3817a090ee4ff6b9a1202 /testing/cv/compress-tools.patch
parentf453e8a6a287df5bfc429cd244202e504522ede0 (diff)
downloadaports-a6f4bfc49f2f70271ffe44b7c2450f5b7478bda9.tar.bz2
aports-a6f4bfc49f2f70271ffe44b7c2450f5b7478bda9.tar.xz
testing/cv: new aport
Diffstat (limited to 'testing/cv/compress-tools.patch')
-rw-r--r--testing/cv/compress-tools.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/cv/compress-tools.patch b/testing/cv/compress-tools.patch
new file mode 100644
index 000000000..696064e60
--- /dev/null
+++ b/testing/cv/compress-tools.patch
@@ -0,0 +1,11 @@
+--- cv.orig/cv.c
++++ cv/cv.c
+@@ -44,7 +44,7 @@
+ #include "sizes.h"
+ #include "hlist.h"
+
+-char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", NULL};
++char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", "cpio", "xz", "bzip2", "bunzip2", NULL};
+ char *proc_specifiq = NULL;
+ WINDOW *mainwin;
+ signed char flag_quiet = 0;