summaryrefslogtreecommitdiff
path: root/archivers/p7zip/patches
diff options
context:
space:
mode:
authorwiz <wiz>2005-06-24 14:32:13 +0000
committerwiz <wiz>2005-06-24 14:32:13 +0000
commit0fa56fc732b12efbb1dd8adea4b95091ceb2ae4c (patch)
tree3ffa8fdb726c0232279135b3544b6c2228abce30 /archivers/p7zip/patches
parent09cd7552d505dab1b9b70031432a26c733b6350f (diff)
downloadpkgsrc-0fa56fc732b12efbb1dd8adea4b95091ceb2ae4c.tar.gz
Update to 4.20:
Version 4.20 ============ - From Windows version of 7-zip 4.19 and 4.20 : - BZip2 code was rewritten. Now it supports 3 modes: Normal, Maximum and Ultra. In Normal mode it compresses almost as original BZip2 compressor. Compression ratio in Maximum and Ultra modes is 1-3% better for some files, but Maximum Mode is about 3 times slower and Ultra Mode is about 8 times slower than Normal mode. - Console version now prints all messages to stdout by default, and if -so switch is specified, 7-Zip prints messages to stderr. - Some bugs were fixed - Updating "contrib/VirtualFileSystemForMidnightCommander/" with u7z-4.16beta.tar.bz2 - bug #1204993 (does not find broken filenames) - bug #1201244 (Missing files in p7zip_4.18_x86_linux_bin.tar.bz2) - makefile.linux_x86_ppc_alpha : flag "-fPIC" added - flag "-l" added. without : p7zip stores symlinks (like p7zip 4.18) with "-l" : p7zip stores the files/directories pointed by symlinks (like before p7zip 4.18) CAUTION : the scanning stage can never end because of symlinks like ".." (ex: ln -s .. ldir)
Diffstat (limited to 'archivers/p7zip/patches')
-rw-r--r--archivers/p7zip/patches/patch-aa8
-rw-r--r--archivers/p7zip/patches/patch-ab6
-rw-r--r--archivers/p7zip/patches/patch-ac4
3 files changed, 9 insertions, 9 deletions
diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa
index b02bec79de8..24b79425bcd 100644
--- a/archivers/p7zip/patches/patch-aa
+++ b/archivers/p7zip/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.6 2005/04/15 14:16:08 wiz Exp $
+$NetBSD: patch-aa,v 1.7 2005/06/24 14:32:13 wiz Exp $
---- makefile.machine.orig 2005-03-05 16:37:15.000000000 +0100
+--- makefile.machine.orig 2005-06-04 11:59:36.000000000 +0200
+++ makefile.machine
@@ -2,7 +2,7 @@
# makefile for Linux (x86, PPC, alpha ...)
# LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
#
--ALLFLAGS=-Wall -O2 -s \
-+ALLFLAGS=-Wall -s \
+-ALLFLAGS=-Wall -O2 -s -fPIC \
++ALLFLAGS=-Wall -s -fPIC \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \
$(LOCAL_FLAGS)
diff --git a/archivers/p7zip/patches/patch-ab b/archivers/p7zip/patches/patch-ab
index ea521183e4b..a30fc9a6d08 100644
--- a/archivers/p7zip/patches/patch-ab
+++ b/archivers/p7zip/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.5 2005/05/17 07:22:37 adam Exp $
+$NetBSD: patch-ab,v 1.6 2005/06/24 14:32:13 wiz Exp $
---- Windows/FileFind.cpp.orig 2005-05-07 21:28:16.000000000 +0000
+--- Windows/FileFind.cpp.orig 2005-06-04 09:52:52.000000000 +0200
+++ Windows/FileFind.cpp
-@@ -181,7 +181,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
+@@ -190,7 +190,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
}
TRACEN((printf("CFindFile::FindFirst : closedir-2(dirp=%p)\n",_dirp)))
diff --git a/archivers/p7zip/patches/patch-ac b/archivers/p7zip/patches/patch-ac
index b20ee0210af..ed09c9d3307 100644
--- a/archivers/p7zip/patches/patch-ac
+++ b/archivers/p7zip/patches/patch-ac
@@ -1,6 +1,6 @@
-$NetBSD: patch-ac,v 1.3 2005/02/08 09:30:23 adam Exp $
+$NetBSD: patch-ac,v 1.4 2005/06/24 14:32:13 wiz Exp $
---- makefile.glb.orig 2005-02-08 10:23:00.000000000 +0000
+--- makefile.glb.orig 2005-01-29 20:13:32.000000000 +0100
+++ makefile.glb
@@ -2,7 +2,7 @@
MY_HOME=../../../myWindows