diff options
author | adam <adam@pkgsrc.org> | 2006-04-03 19:13:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-04-03 19:13:21 +0000 |
commit | e3da5a2151f16e9848fec87999d2689189882e39 (patch) | |
tree | 4d0094c9f21a97de4e2782381b114b002463a8d3 /archivers/p7zip/Makefile | |
parent | 7949929650627509efbdcc8186d28d864e47f9e7 (diff) | |
download | pkgsrc-e3da5a2151f16e9848fec87999d2689189882e39.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/p7zip/Makefile')
-rw-r--r-- | archivers/p7zip/Makefile | 6 |
1 files changed, 3 insertions, 3 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 |