summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-02-09 16:00:42 +0000
committertv <tv@pkgsrc.org>2005-02-09 16:00:42 +0000
commit598f2f05f9678bf753045b92e16fd92df6746725 (patch)
treee62e4e5f759bdb38c47836813439030c9216a1ca /archivers
parent1dafbf13a46d2395adf78defb8d9e6257a6fb15d (diff)
downloadpkgsrc-598f2f05f9678bf753045b92e16fd92df6746725.tar.gz
Skip autotest 15 (gzip.at), as different platforms output different
strerror messages that will not match the test's expected output.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gtar-base/distinfo3
-rw-r--r--archivers/gtar-base/patches/patch-af13
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/gtar-base/distinfo b/archivers/gtar-base/distinfo
index 668bd63f98a..eec7f615262 100644
--- a/archivers/gtar-base/distinfo
+++ b/archivers/gtar-base/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2005/01/16 04:44:50 tv Exp $
+$NetBSD: distinfo,v 1.14 2005/02/09 16:00:42 tv Exp $
SHA1 (tar-1.15.1.tar.gz) = 21574ae5d39b698f7f577e2cecc91a5ec89b659c
Size (tar-1.15.1.tar.gz) = 2204322 bytes
@@ -7,4 +7,5 @@ SHA1 (patch-ab) = db7dc670cab8ba4eab9cf7b8efd79395ac4ea43c
SHA1 (patch-ac) = 072a7eaff685093b86289e0b45281c41ae06f4fc
SHA1 (patch-ad) = 8f109cbc150cb7db48b7a59dcba9eefb654875e0
SHA1 (patch-ae) = 6518ab82e19c831f16bc772136fafc037a592df4
+SHA1 (patch-af) = be20dafd1c65db4ca60a5aedbc7a972117cd7072
SHA1 (patch-ag) = dc39d490b0085e452664b8ea7af0329f01f630d5
diff --git a/archivers/gtar-base/patches/patch-af b/archivers/gtar-base/patches/patch-af
new file mode 100644
index 00000000000..5753f498296
--- /dev/null
+++ b/archivers/gtar-base/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2005/02/09 16:00:42 tv Exp $
+
+--- tests/testsuite.orig 2004-12-21 08:36:33.000000000 -0500
++++ tests/testsuite
+@@ -303,7 +303,7 @@ at_times_file=$at_suite_dir/at-times
+ # List of the tested programs.
+ at_tested='tar'
+ # List of the all the test groups.
+-at_groups_all=' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37'
++at_groups_all=' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37'
+ # As many dots as there are digits in the last test group number.
+ # Used to normalize the test group numbers so that `ls' lists them in
+ # numerical order.