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.42:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7421028fb598
branches: trunk
changeset: 513639:7421028fb598
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed May 31 23:15:11 2006 +0000
description:
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:
archivers/p7zip/Makefile | 6 +++---
archivers/p7zip/distinfo | 10 +++++-----
archivers/p7zip/patches/patch-aa | 15 +++++++++------
3 files changed, 17 insertions(+), 14 deletions(-)
diffs (57 lines):
diff -r 2b56c1385aaa -r 7421028fb598 archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile Wed May 31 22:55:48 2006 +0000
+++ b/archivers/p7zip/Makefile Wed May 31 23:15:11 2006 +0000
@@ -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
diff -r 2b56c1385aaa -r 7421028fb598 archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo Wed May 31 22:55:48 2006 +0000
+++ b/archivers/p7zip/distinfo Wed May 31 23:15:11 2006 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2006/04/16 21:26:54 adam Exp $
+$NetBSD: distinfo,v 1.21 2006/05/31 23:15:11 wiz Exp $
-SHA1 (p7zip_4.39_src_all.tar.bz2) = f0217156657384039702ee52a4dad121f2f1dfa2
-RMD160 (p7zip_4.39_src_all.tar.bz2) = 5b2e319ca462f8c3cb4df4e57e3116e1a847c1ff
-Size (p7zip_4.39_src_all.tar.bz2) = 1445834 bytes
-SHA1 (patch-aa) = 52f7fd0d634191e829cebb91f567b506eb6f8cf7
+SHA1 (p7zip_4.42_src_all.tar.bz2) = 90403ed64d634a3413bd912df3fb57d2f86fbee8
+RMD160 (p7zip_4.42_src_all.tar.bz2) = a7d0867e0f16cf2a58a9788a266b298edd7ecd1d
+Size (p7zip_4.42_src_all.tar.bz2) = 1461812 bytes
+SHA1 (patch-aa) = f10ed94ca53f07a57f6c7875c67d6bbb51d9d0e8
SHA1 (patch-ab) = 9a42ad2edb7a415bec90f6d08c0a3f488bdda6d0
SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b
diff -r 2b56c1385aaa -r 7421028fb598 archivers/p7zip/patches/patch-aa
--- a/archivers/p7zip/patches/patch-aa Wed May 31 22:55:48 2006 +0000
+++ b/archivers/p7zip/patches/patch-aa Wed May 31 23:15:11 2006 +0000
@@ -1,13 +1,16 @@
-$NetBSD: patch-aa,v 1.13 2006/04/15 12:24:36 adam Exp $
+$NetBSD: patch-aa,v 1.14 2006/05/31 23:15:11 wiz Exp $
---- makefile.machine.orig 2006-04-19 11:08:28.000000000 +0200
+--- makefile.machine.orig 2006-05-28 13:00:07.000000000 +0000
+++ makefile.machine
-@@ -2,15 +2,15 @@
- # makefile for Linux (x86, PPC, alpha ...)
+@@ -3,17 +3,17 @@
# LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
#
--ALLFLAGS=-O1 -s -fPIC \
-+ALLFLAGS=-Wall \
+
+-OPTFLAGS=-O
++OPTFLAGS=
+
+-ALLFLAGS=${OPTFLAGS} -s -fPIC \
++ALLFLAGS=${OPTFLAGS} -Wall \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \
$(LOCAL_FLAGS)
Home |
Main Index |
Thread Index |
Old Index