diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-01 04:31:40 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-01 04:31:40 +0000 |
commit | a5cf67a34e7209339e1536511eaa603d2889a871 (patch) | |
tree | f802f9b690a97f284d80b5380d860974475d6dc9 /archivers/unzip/patches | |
parent | a0a07a719f67b16559bde43b40235a3e295fbe56 (diff) | |
download | pkgsrc-a5cf67a34e7209339e1536511eaa603d2889a871.tar.gz |
Update unzip to 5.51, based on patch provided by Bruce J.A. Nourish in
PR pkg/25768.
New features:
5.51a (09 Mar 02):
- no new features
5.51b (11 Jan 03):
- TANDEM: new -r option to suppress extension merging [Dave Smith]
- WinCE, new port in addition to pUnZip (GUI): command line tool usable for
"batch" processes (not quite finished, needs "makefile" cleanup, tests,
and refinements) [Simon Roberts, SPC]
- SET_DIR_ATTRIB feature code revised and reorganized to allow seamless
adaption to different OS environments; added support for restoring
directory timestamps to the WIN32 port [Kai-Uwe-Rommel, SPC]
5.51c (13 May 03):
- WinCE command line tool integration is (almost) finished: project file is
cleaned up and works with VC-embedded 3.0; port needs testing... [SPC]
5.51d (27 Feb 04):
- Cygwin is recognized as a target in the Unix port
[Charles Wilson, Cosmin Truta, SPC]
- remove support for quoting characters from all ports; this feature was a
security hole [SPC]
5.51e (01 Mar 04):
- Win32 port (list.c, unzpriv.h, win32.c, w32cfg.h): the date in (non-ZipInfo)
listings is displayed using the separator given by the system's locale,
when available [Cosmin Truta]
See History.551 in distfile for complete bug fix history.
Diffstat (limited to 'archivers/unzip/patches')
-rw-r--r-- | archivers/unzip/patches/patch-aa | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/archivers/unzip/patches/patch-aa b/archivers/unzip/patches/patch-aa index e190c7b6cce..59eb58a0891 100644 --- a/archivers/unzip/patches/patch-aa +++ b/archivers/unzip/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.3 1998/12/30 04:06:35 tv Exp $ +$NetBSD: patch-aa,v 1.4 2004/06/01 04:31:42 minskim Exp $ ---- unzip.h.orig Sat Oct 18 18:58:07 1997 -+++ unzip.h Sat Jun 20 18:33:18 1998 -@@ -175,10 +175,15 @@ +--- 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 */ @@ -14,7 +14,8 @@ $NetBSD: patch-aa,v 1.3 1998/12/30 04:06:35 tv Exp $ # define OF(a) a #else # define OF(a) () -+#endif #endif ++#endif /* enable the "const" keyword only if MODERN and if not otherwise instructed */ + #ifdef MODERN |