diff options
author | wiz <wiz@pkgsrc.org> | 2006-05-31 23:15:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-05-31 23:15:11 +0000 |
commit | d31cbf640f0b24170988294e769a31d71e0cea11 (patch) | |
tree | 8fd87a1c3f63631dd95e1cc35165a0d805a65b71 /archivers/p7zip/Makefile | |
parent | 39a805b298f6bb0e27effeb4356bd741c799bf3d (diff) | |
download | pkgsrc-d31cbf640f0b24170988294e769a31d71e0cea11.tar.gz |
Update to 4.42:
Version 4.42
============
- From Windows version of 7-zip 4.42 :
- Some bugs were fixed
- patch #1473746 - gzip-like CLI wrapper (for 7z)
see the directory "contrib/gzip-like_CLI_wrapper_for_7z".
- patch #471478 - Support for OPTFLAGS
This patch allows to use system specific opt flags.
example : make OPTFLAGS="-O2 -march=athlon-xp"
Version 4.41
============
- From Windows version of 7-zip 4.41 :
- Some bugs were fixed
Version 4.40
============
- From Windows version of 7-zip 4.40 :
- 7-Zip now can unpack some installers created by NSIS
- Some bugs were fixed
- format LZH/LHA : fixed directory display during listing or extracting
(a directory does not end with the path separator)
- patch #1470817 - Handle 7zr in install.sh
- code cleanup
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 c710a8e6b35..f10055cee46 100644 --- a/archivers/p7zip/Makefile +++ b/archivers/p7zip/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2006/04/15 12:24:35 adam Exp $ +# $NetBSD: Makefile,v 1.22 2006/05/31 23:15:11 wiz Exp $ -DISTNAME= p7zip_4.39_src_all -PKGNAME= p7zip-4.39 +DISTNAME= p7zip_4.42_src_all +PKGNAME= p7zip-4.42 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/} EXTRACT_SUFX= .tar.bz2 |