diff options
author | adam <adam> | 2006-04-03 19:13:21 +0000 |
---|---|---|
committer | adam <adam> | 2006-04-03 19:13:21 +0000 |
commit | 92cdbdbf8c045263c958d9fcb4a3f7fae299f33e (patch) | |
tree | 4d0094c9f21a97de4e2782381b114b002463a8d3 /archivers | |
parent | c6347580f40805c8009f5cd13bc750bb6fd1bbd6 (diff) | |
download | pkgsrc-92cdbdbf8c045263c958d9fcb4a3f7fae299f33e.tar.gz |
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 (limited to 'archivers')
-rw-r--r-- | archivers/p7zip/Makefile | 6 | ||||
-rw-r--r-- | archivers/p7zip/PLIST | 4 | ||||
-rw-r--r-- | archivers/p7zip/distinfo | 12 | ||||
-rw-r--r-- | archivers/p7zip/patches/patch-aa | 18 | ||||
-rw-r--r-- | archivers/p7zip/patches/patch-ab | 6 |
5 files changed, 24 insertions, 22 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile index 9c596174fef..aea3f11210a 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -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 --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST index 757d170b342..32e02d473a4 100644 --- a/archivers/p7zip/PLIST +++ b/archivers/p7zip/PLIST @@ -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/style.css 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 --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo index 053f870bd2e..5bc29501c09 100644 --- a/archivers/p7zip/distinfo +++ b/archivers/p7zip/distinfo @@ -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 --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa index be10623cdf3..b4e8191a139 100644 --- a/archivers/p7zip/patches/patch-aa +++ b/archivers/p7zip/patches/patch-aa @@ -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 --git a/archivers/p7zip/patches/patch-ab b/archivers/p7zip/patches/patch-ab index a30fc9a6d08..cce0aa49585 100644 --- a/archivers/p7zip/patches/patch-ab +++ b/archivers/p7zip/patches/patch-ab @@ -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))) |