summaryrefslogtreecommitdiff
path: root/archivers/p7zip/patches
diff options
context:
space:
mode:
authoradam <adam>2006-02-13 18:45:32 +0000
committeradam <adam>2006-02-13 18:45:32 +0000
commit8f437613e8ff9c82c2e3c9c8480833eaff18b0e9 (patch)
tree0c064ed73650af00764cc31b9de2257fb0ecdc02 /archivers/p7zip/patches
parent1947380ae5fedc9cbcbe2604ad6cb098d13f456e (diff)
downloadpkgsrc-8f437613e8ff9c82c2e3c9c8480833eaff18b0e9.tar.gz
Changes 4.33:
- From Windows version of 7-zip 4.33: - Compressing speed and Memory requirements were increased. Default dictionary size was increased: Fastest: 64 KB, Fast: 1 MB, Normal: 4 MB, Max: 16 MB, Ultra: 64 MB. - 64-bit version now supports 1 GB dictionary - 7z/LZMA now can use only these match finders: HC4, BT2, BT3, BT4 - Compression ratio in Zip/GZip/Deflate in Ultra mode was increased - Some bugs were fixed - fix "Bugs item 1407358" : Passwords entered are not visible on command line if the target has the system function "getpass". - fix "BCJ2" : now p7zip uses the "BCJ2" filter when the file has execute permission (7-zip uses the "BCJ2" filter when the filename ends with ".dll", ".exe", ".ocx", ".sfx" or ".sys") - patch 1390722: no new line at end of file - patch 1390716: allow compiling with gcc-4.1 - patch 1425862: allow other make programs than GNU make - Testing framework added ("make test" and "make test_7z") - fix 'lstat': p7zip can compile if 'lstat' is not available
Diffstat (limited to 'archivers/p7zip/patches')
-rw-r--r--archivers/p7zip/patches/patch-aa18
1 files changed, 9 insertions, 9 deletions
diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa
index acd4f6ac980..be10623cdf3 100644
--- a/archivers/p7zip/patches/patch-aa
+++ b/archivers/p7zip/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.10 2006/02/05 15:33:06 adam Exp $
+$NetBSD: patch-aa,v 1.11 2006/02/13 18:45:32 adam Exp $
---- makefile.machine.orig 2005-09-22 14:23:32.000000000 -0500
+--- makefile.machine.orig 2006-02-10 18:52:26.000000000 +0100
+++ 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=-O1 -s -fPIC \
-+ALLFLAGS=-Wall -fPIC \
+@@ -1,13 +1,13 @@
+
+-ALLFLAGS=-O1 -s \
++ALLFLAGS=-Wall \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \
$(LOCAL_FLAGS)
-@@ -11,6 +11,6 @@ CXX=g++ $(ALLFLAGS)
+
+-CXX=gcc $(ALLFLAGS)
++CXX=g++ $(ALLFLAGS)
CC=gcc $(ALLFLAGS)
LINK_SHARED=-shared