summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2012-09-15 10:35:29 +0000
committerwiz <wiz>2012-09-15 10:35:29 +0000
commit104e0824b4f8b9806750f59efb356d795ef59ab2 (patch)
tree0035d8bc622370738cac19577e4a66bc7d3c23cf /archivers
parent0b3f2954a31844dd721ad9c444693ed48239ae47 (diff)
downloadpkgsrc-104e0824b4f8b9806750f59efb356d795ef59ab2.tar.gz
Remove a patch that might or might not fix build problems.
The CVS history doesn't explain why or on what platforms it is needed. If it is needed, please contact me with details.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzip/distinfo3
-rw-r--r--archivers/unzip/patches/patch-aa23
2 files changed, 1 insertions, 25 deletions
diff --git a/archivers/unzip/distinfo b/archivers/unzip/distinfo
index c535dfd7209..719784231ad 100644
--- a/archivers/unzip/distinfo
+++ b/archivers/unzip/distinfo
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.21 2012/09/14 13:10:48 wiz Exp $
+$NetBSD: distinfo,v 1.22 2012/09/15 10:35:29 wiz Exp $
SHA1 (unzip60.tgz) = abf7de8a4018a983590ed6f5cbd990d4740f8a22
RMD160 (unzip60.tgz) = 48af66606e9472e45fbb94bc4e285da23d1b89ba
Size (unzip60.tgz) = 1376845 bytes
-SHA1 (patch-aa) = d0bbfd14cae937f5c4170780dfcd1d46cc10d790
SHA1 (patch-ab) = 672635c469e0a53ac9808f8155ee38643a8acf69
SHA1 (patch-ac) = 27b91401d4d5ecc3842c91dc49c08f42c8646154
diff --git a/archivers/unzip/patches/patch-aa b/archivers/unzip/patches/patch-aa
deleted file mode 100644
index a2279deae79..00000000000
--- a/archivers/unzip/patches/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2012/04/25 19:35:02 wiz Exp $
-
-More compatible to different versions of zlib.h files.
-
---- unzip.h.orig 2004-05-22 20:04:23.000000000 -0500
-+++ unzip.h
-@@ -258,11 +258,16 @@ freely, subject to the following restric
- #endif
-
- /* used to remove arguments in function prototypes for non-ANSI C */
-+#ifdef USE_ZLIB
-+#include <zconf.h>
-+#endif
-+#ifndef OF
- #ifdef PROTO
- # define OF(a) a
- #else
- # define OF(a) ()
- #endif
-+#endif
-
- /* enable the "const" keyword only if MODERN and if not otherwise instructed */
- #ifdef MODERN