pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/p7zip Update to 4.14.01:
details: https://anonhg.NetBSD.org/pkgsrc/rev/76e460bcd939
branches: trunk
changeset: 488722:76e460bcd939
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Feb 07 14:11:26 2005 +0000
description:
Update to 4.14.01:
Version 4.14.01
===============
- huge speed up for multi CPUs machines (Thanks to loderunner - http://sourceforge.net/users/loderunner/).
- some code cleanup
- Fix problems with link files or directories.
- "7z a dummy -tgzip -so Doc.txt > archive.gz" now works.
- in the messages, the path separator is now '/' instead of '\'.
Version 4.14
============
- From Windows version of 7-zip 4.14 :
- STL using was reduced
- 7za now supports Split(001) archives
- "7za | more" now works
- Bugs item #1093095 : Usage banner now says "7za" (instead of "7z") when the binary is "7za"
- use of AString instead of std::string (no more need of #include <string>")
- makefile.linux_gcc_2.95_no_need_for_libstdc added to build 7za for the
p7zip*_bin.tar.bz2 package.
7za provided by p7zip*_bin.tar.bz2 is build on Debian 3.0 with gcc 2.95.4
and should now find the locale on all kinds of Linux (Debian, Fedora, Mandrake, ...).
diffstat:
archivers/p7zip/Makefile | 6 +++---
archivers/p7zip/PLIST | 3 ++-
archivers/p7zip/distinfo | 10 +++++-----
archivers/p7zip/patches/patch-aa | 4 ++--
archivers/p7zip/patches/patch-ab | 8 ++++----
5 files changed, 16 insertions(+), 15 deletions(-)
diffs (78 lines):
diff -r 6b2b920e5b07 -r 76e460bcd939 archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile Mon Feb 07 13:42:22 2005 +0000
+++ b/archivers/p7zip/Makefile Mon Feb 07 14:11:26 2005 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2004/12/26 02:43:38 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/02/07 14:11:26 wiz Exp $
#
-DISTNAME= p7zip_4.13_src
-PKGNAME= p7zip-4.13
+DISTNAME= p7zip_4.14.01_src
+PKGNAME= p7zip-4.14.01
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
EXTRACT_SUFX= .tar.bz2
diff -r 6b2b920e5b07 -r 76e460bcd939 archivers/p7zip/PLIST
--- a/archivers/p7zip/PLIST Mon Feb 07 13:42:22 2005 +0000
+++ b/archivers/p7zip/PLIST Mon Feb 07 14:11:26 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/12/26 02:43:38 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/02/07 14:13:28 wiz Exp $
bin/7z
bin/7za
${DYNAMIC_7Z}lib/7z/7z
@@ -54,6 +54,7 @@
share/doc/p7zip/switches/style.css
share/doc/p7zip/switches/type.htm
share/doc/p7zip/switches/update.htm
+share/doc/p7zip/switches/volume.htm
share/doc/p7zip/switches/working_dir.htm
share/doc/p7zip/switches/yes.htm
share/doc/p7zip/syntax.htm
diff -r 6b2b920e5b07 -r 76e460bcd939 archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo Mon Feb 07 13:42:22 2005 +0000
+++ b/archivers/p7zip/distinfo Mon Feb 07 14:11:26 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2004/12/26 02:43:38 wiz Exp $
+$NetBSD: distinfo,v 1.6 2005/02/07 14:13:28 wiz Exp $
-SHA1 (p7zip_4.13_src.tar.bz2) = 06130422be198666267b0b3fc730a92ab621eefd
-Size (p7zip_4.13_src.tar.bz2) = 457094 bytes
-SHA1 (patch-aa) = a59d10e31cbf86fecdc73c97bcacf36b9b8ac7e8
-SHA1 (patch-ab) = f081769651f551d01b608e79e3e963eaaaf35d5c
+SHA1 (p7zip_4.14.01_src.tar.bz2) = c8df9c08844c4cff559abc0b5cc915867fcb8390
+Size (p7zip_4.14.01_src.tar.bz2) = 457428 bytes
+SHA1 (patch-aa) = 7affd2f921d5041ad55243d495005f5b37a56334
+SHA1 (patch-ab) = 9a6c7dcd97f585bf7b322e6815cdf3de6e0b0c38
diff -r 6b2b920e5b07 -r 76e460bcd939 archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa Mon Feb 07 13:42:22 2005 +0000
+++ b/archivers/p7zip/patches/patch-aa Mon Feb 07 14:11:26 2005 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.4 2004/12/26 02:43:38 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2005/02/07 14:13:29 wiz Exp $
---- makefile.machine.orig 2004-12-03 22:00:37.000000000 +0100
+--- makefile.machine.orig 2005-01-23 16:18:54.000000000 +0100
+++ makefile.machine
@@ -1,8 +1,7 @@
diff -r 6b2b920e5b07 -r 76e460bcd939 archivers/p7zip/patches/patch-ab
--- a/archivers/p7zip/patches/patch-ab Mon Feb 07 13:42:22 2005 +0000
+++ b/archivers/p7zip/patches/patch-ab Mon Feb 07 14:11:26 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: patch-ab,v 1.2 2004/11/23 14:57:52 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2005/02/07 14:13:29 wiz Exp $
---- myWindows/myFindFile.cpp.orig 2004-11-11 21:03:42.000000000 +0100
+--- myWindows/myFindFile.cpp.orig 2005-01-17 00:16:56.000000000 +0100
+++ myWindows/myFindFile.cpp
-@@ -146,7 +146,8 @@ extern "C" HANDLE WINAPI FindFirstFileA(
+@@ -197,7 +197,8 @@ extern "C" HANDLE WINAPI FindFirstFileA(
}
}
- TRACEN((printf("FindFirstFileA : closedir(dirp=%p)\n",retour->dirp)))
+ TRACEN((printf("FindFirstFileA : closedir-2(dirp=%p)\n",retour->dirp)))
- closedir(retour->dirp);
+ if (retour->dirp)
+ closedir(retour->dirp);
Home |
Main Index |
Thread Index |
Old Index