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.37:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c894b985a01c
branches:  trunk
changeset: 510768:c894b985a01c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Apr 03 19:13:21 2006 +0000

description:
Changes 4.37:
  - From Windows version of 7-zip 4.37 :
    - Some bugs were fixed.
  - fix build for Solaris sparc with CC instead of g++.
  - fix build for Solaris  9 x86
  - fix build for Solaris 10 x86
  - fix build for OpenBSD
  - p7zip can now be build with djgpp.
  - new target  : 7zr (lite version of 7za)
  - new machine : IBM AIX

Changes 4.36:
  - From Windows version of 7-zip 4.36 :
    - 7-zip now can unpack ISO archives
  - GCC 4.X : add C++ visibility support to reduce the size of the *.so
   (see makefile.linux_x86_ppc_alpha__gcc_4.X)
  - cygwin now supports '-o/tmp'

Changes 4.35:
  - From Windows version of 7-zip 4.35 :
    - New switch : -slt ("l" (list) command with -slt shows technical information for archive).
    - Some bugs were fixed.
  - From Windows version of 7-zip 4.34 :
    - BZip2 compressing / decompressing now can work in multi-threading mode
    - Multi-threading mode now is default for multi-processor systems

diffstat:

 archivers/p7zip/Makefile         |   6 +++---
 archivers/p7zip/PLIST            |   4 +++-
 archivers/p7zip/distinfo         |  12 ++++++------
 archivers/p7zip/patches/patch-aa |  18 +++++++++---------
 archivers/p7zip/patches/patch-ab |   6 +++---
 5 files changed, 24 insertions(+), 22 deletions(-)

diffs (100 lines):

diff -r 9ae8520628f0 -r c894b985a01c archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Mon Apr 03 18:43:01 2006 +0000
+++ b/archivers/p7zip/Makefile  Mon Apr 03 19:13:21 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2006/02/13 18:45:32 adam Exp $
+# $NetBSD: Makefile,v 1.20 2006/04/03 19:13:21 adam Exp $
 
-DISTNAME=      p7zip_4.33_src_all
-PKGNAME=       p7zip-4.33
+DISTNAME=      p7zip_4.37_src_all
+PKGNAME=       p7zip-4.37
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=p7zip/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 9ae8520628f0 -r c894b985a01c archivers/p7zip/PLIST
--- a/archivers/p7zip/PLIST     Mon Apr 03 18:43:01 2006 +0000
+++ b/archivers/p7zip/PLIST     Mon Apr 03 19:13:21 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2005/12/06 23:48:47 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/04/03 19:13:21 adam Exp $
 bin/7z
 bin/7za
 ${DYNAMIC_7Z}lib/7z/7z
@@ -42,11 +42,13 @@
 share/doc/p7zip/switches/ar_exclude.htm
 share/doc/p7zip/switches/ar_include.htm
 share/doc/p7zip/switches/ar_no.htm
+share/doc/p7zip/switches/charset.htm
 share/doc/p7zip/switches/email.htm
 share/doc/p7zip/switches/exclude.htm
 share/doc/p7zip/switches/include.htm
 share/doc/p7zip/switches/index.htm
 share/doc/p7zip/switches/large_pages.htm
+share/doc/p7zip/switches/list_tech.htm
 share/doc/p7zip/switches/method.htm
 share/doc/p7zip/switches/output_dir.htm
 share/doc/p7zip/switches/overwrite.htm
diff -r 9ae8520628f0 -r c894b985a01c archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo  Mon Apr 03 18:43:01 2006 +0000
+++ b/archivers/p7zip/distinfo  Mon Apr 03 19:13:21 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2006/02/13 18:45:32 adam Exp $
+$NetBSD: distinfo,v 1.18 2006/04/03 19:13:21 adam Exp $
 
-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 (p7zip_4.37_src_all.tar.bz2) = 1e92581d0684c7bd707d3e399da56e7da7dc055c
+RMD160 (p7zip_4.37_src_all.tar.bz2) = 828fbd6fb697d42de30061bd7701f7d93daa42a6
+Size (p7zip_4.37_src_all.tar.bz2) = 1474144 bytes
+SHA1 (patch-aa) = d9ef871ddccc2271167b2e36cac23a7113908309
+SHA1 (patch-ab) = 9a42ad2edb7a415bec90f6d08c0a3f488bdda6d0
 SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b
diff -r 9ae8520628f0 -r c894b985a01c archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa  Mon Apr 03 18:43:01 2006 +0000
+++ b/archivers/p7zip/patches/patch-aa  Mon Apr 03 19:13:21 2006 +0000
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.11 2006/02/13 18:45:32 adam Exp $
+$NetBSD: patch-aa,v 1.12 2006/04/03 19:13:21 adam Exp $
 
---- makefile.machine.orig      2006-02-10 18:52:26.000000000 +0100
+--- makefile.machine.orig      2006-04-01 14:56:25.000000000 +0200
 +++ makefile.machine
-@@ -1,13 +1,13 @@
- 
--ALLFLAGS=-O1 -s \
+@@ -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 \
        -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
+       -DHAVE_TIMEGM \
        -DNDEBUG -D_REENTRANT -DENV_UNIX \
-       $(LOCAL_FLAGS)
- 
--CXX=gcc $(ALLFLAGS)
-+CXX=g++ $(ALLFLAGS)
+@@ -12,6 +12,6 @@ CXX=g++ $(ALLFLAGS)
  CC=gcc $(ALLFLAGS)
  LINK_SHARED=-shared
  
diff -r 9ae8520628f0 -r c894b985a01c archivers/p7zip/patches/patch-ab
--- a/archivers/p7zip/patches/patch-ab  Mon Apr 03 18:43:01 2006 +0000
+++ b/archivers/p7zip/patches/patch-ab  Mon Apr 03 19:13:21 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.6 2005/06/24 14:32:13 wiz Exp $
+$NetBSD: patch-ab,v 1.7 2006/04/03 19:13:21 adam Exp $
 
---- Windows/FileFind.cpp.orig  2005-06-04 09:52:52.000000000 +0200
+--- Windows/FileFind.cpp.orig  2006-03-19 01:56:00.000000000 +0100
 +++ Windows/FileFind.cpp
-@@ -190,7 +190,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
+@@ -197,7 +197,8 @@ bool CFindFile::FindFirst(LPCTSTR wildca
    }
  
    TRACEN((printf("CFindFile::FindFirst : closedir-2(dirp=%p)\n",_dirp)))



Home | Main Index | Thread Index | Old Index