pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p7zip Changes 4.33:
details: https://anonhg.NetBSD.org/pkgsrc/rev/bfd3a6ad46e6
branches: trunk
changeset: 508040:bfd3a6ad46e6
user: adam <adam%pkgsrc.org@localhost>
date: Mon Feb 13 18:45:32 2006 +0000
description:
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:
archivers/p7zip/Makefile | 8 +++-----
archivers/p7zip/distinfo | 10 +++++-----
archivers/p7zip/patches/patch-aa | 18 +++++++++---------
3 files changed, 17 insertions(+), 19 deletions(-)
diffs (70 lines):
diff -r 5273758a1376 -r bfd3a6ad46e6 archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile Mon Feb 13 17:50:40 2006 +0000
+++ b/archivers/p7zip/Makefile Mon Feb 13 18:45:32 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2006/02/05 23:08:04 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2006/02/13 18:45:32 adam Exp $
-DISTNAME= p7zip_4.30_src_all
-PKGNAME= p7zip-4.30
-PKGREVISION= 1
+DISTNAME= p7zip_4.33_src_all
+PKGNAME= p7zip-4.33
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
EXTRACT_SUFX= .tar.bz2
@@ -14,7 +13,6 @@
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake
MAKEFILE= makefile
NO_CONFIGURE= yes
PTHREAD_OPTS+= require
diff -r 5273758a1376 -r bfd3a6ad46e6 archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo Mon Feb 13 17:50:40 2006 +0000
+++ b/archivers/p7zip/distinfo Mon Feb 13 18:45:32 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2006/02/05 15:33:06 adam Exp $
+$NetBSD: distinfo,v 1.17 2006/02/13 18:45:32 adam Exp $
-SHA1 (p7zip_4.30_src_all.tar.bz2) = 16ea805087e2699106eda6d4adf0d254303e7395
-RMD160 (p7zip_4.30_src_all.tar.bz2) = 3fc1e8b373bb0ceb3cbadaf4f7900d44d53fe0df
-Size (p7zip_4.30_src_all.tar.bz2) = 427869 bytes
-SHA1 (patch-aa) = 420dd6693e1aa58809467047577a2c0c76a54f8b
+SHA1 (p7zip_4.33_src_all.tar.bz2) = 2571a3706cff487f8777ece30d7cab9b34ce00e6
+RMD160 (p7zip_4.33_src_all.tar.bz2) = c0647421c4b18e8cdd99d03f8346d1cfe8f188fe
+Size (p7zip_4.33_src_all.tar.bz2) = 1443942 bytes
+SHA1 (patch-aa) = a8cc6f76763bdd2ed7a9926643944556e07ae139
SHA1 (patch-ab) = 9ee04c81b4699b4596dd58811f8d7e20c354b1d1
SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b
diff -r 5273758a1376 -r bfd3a6ad46e6 archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa Mon Feb 13 17:50:40 2006 +0000
+++ b/archivers/p7zip/patches/patch-aa Mon Feb 13 18:45:32 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index