summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2005-09-23 12:17:59 +0000
committerwiz <wiz>2005-09-23 12:17:59 +0000
commita18f368959a97e98afeabfc938d272bd8a89b217 (patch)
tree9852793e188977b411f60a89fda7242465b14cb3 /archivers
parentd2ce45c0887cb8b4fd93503f26aa8aa659d0183d (diff)
downloadpkgsrc-a18f368959a97e98afeabfc938d272bd8a89b217.tar.gz
Update to 4.27, from Jason White in PR 31374.
Version 4.27 ============ - From Windows version of 7-zip 4.27 : - new plugin for 7z : 7-Zip can unpack CHM/HXS (MS HTML HELP) archives - cab plugin for 7z : 7-Zip can unpack multivolume CAB archives - Some bugs were fixed - better support for 64bits (PPMD coder/decoder) Version 4.26 ============ - From Windows version of 7-zip 4.26 : - new plugin for 7z : LZH format support (extracting only) - fix (courtesy from Robert Millan) to make p7zip compile on GNU/kFreeBSD. - fix "Bug item #1273057", now "7z -so -t7z a dummy.7z file >output.7z" does not finish with a "Segmentation fault (core dumped)". - fix "Bug item #1221056", now, makefile for p7zip use the flag "-O" to support compilers that build invalid programs with the flag "-O2". Version 4.25 ============ - From Windows version of 7-zip 4.25 : - Some bugs were fixed - DOCS/MANUAL/exit_codes.htm added - new plugin for 7z : RAR format support (extracting only) - better dependencies in makefile Version 4.23 ============ - From Windows version of 7-zip 4.23 : - Some bugs were fixed - manpages for 7za and 7z updated by Mohammed Adnene Trojette. - little fix for the help message of 7za or 7z. - bug #1224304 : Files and directories with \ in name not handled properly. - fix for tar archives that have pax header.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p7zip/Makefile6
-rw-r--r--archivers/p7zip/PLIST3
-rw-r--r--archivers/p7zip/distinfo10
-rw-r--r--archivers/p7zip/patches/patch-aa8
4 files changed, 14 insertions, 13 deletions
diff --git a/archivers/p7zip/Makefile b/archivers/p7zip/Makefile
index 3e4b3270e92..c5943682083 100644
--- a/archivers/p7zip/Makefile
+++ b/archivers/p7zip/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2005/06/24 14:32:13 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2005/09/23 12:17:59 wiz Exp $
-DISTNAME= p7zip_4.20_src
-PKGNAME= p7zip-4.20
+DISTNAME= p7zip_4.27_src
+PKGNAME= p7zip-4.27
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=p7zip/}
EXTRACT_SUFX= .tar.bz2
diff --git a/archivers/p7zip/PLIST b/archivers/p7zip/PLIST
index 08f623b09b3..e417dcb5993 100644
--- a/archivers/p7zip/PLIST
+++ b/archivers/p7zip/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2005/04/15 14:16:08 wiz Exp $
+@comment $NetBSD: PLIST,v 1.6 2005/09/23 12:17:59 wiz Exp $
bin/7z
bin/7za
${DYNAMIC_7Z}lib/7z/7z
@@ -36,6 +36,7 @@ share/doc/p7zip/commands/list.htm
share/doc/p7zip/commands/style.css
share/doc/p7zip/commands/test.htm
share/doc/p7zip/commands/update.htm
+share/doc/p7zip/exit_codes.htm
share/doc/p7zip/index.htm
share/doc/p7zip/style.css
share/doc/p7zip/switches/ar_exclude.htm
diff --git a/archivers/p7zip/distinfo b/archivers/p7zip/distinfo
index 33a8f898825..ffba740a51f 100644
--- a/archivers/p7zip/distinfo
+++ b/archivers/p7zip/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2005/06/24 14:32:13 wiz Exp $
+$NetBSD: distinfo,v 1.12 2005/09/23 12:17:59 wiz Exp $
-SHA1 (p7zip_4.20_src.tar.bz2) = 6eb04fe135a86bd5522511a7c7df7ef8003ac5eb
-RMD160 (p7zip_4.20_src.tar.bz2) = 3ae10d0ed32a1334728d0b59adfa7574e3216ba3
-Size (p7zip_4.20_src.tar.bz2) = 328976 bytes
-SHA1 (patch-aa) = 0d6dcb01e48f2f24b268ccd9e6c488d8604bf7c0
+SHA1 (p7zip_4.27_src.tar.bz2) = db6c271da9c988a34e190510eaa2ba33da7566b8
+RMD160 (p7zip_4.27_src.tar.bz2) = 32f75f1fe0a56e200e1e5d796aecf8db730b96cd
+Size (p7zip_4.27_src.tar.bz2) = 416045 bytes
+SHA1 (patch-aa) = 4c90fc909588a11604968ac3ce5accab6ea9c2b0
SHA1 (patch-ab) = 9ee04c81b4699b4596dd58811f8d7e20c354b1d1
SHA1 (patch-ac) = ed38fe44c9b1ee3fb502edef47cf28ed5852a95b
diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa
index 24b79425bcd..45a798847ae 100644
--- a/archivers/p7zip/patches/patch-aa
+++ b/archivers/p7zip/patches/patch-aa
@@ -1,17 +1,17 @@
-$NetBSD: patch-aa,v 1.7 2005/06/24 14:32:13 wiz Exp $
+$NetBSD: patch-aa,v 1.8 2005/09/23 12:17:59 wiz Exp $
---- makefile.machine.orig 2005-06-04 11:59:36.000000000 +0200
+--- makefile.machine.orig 2005-09-22 14:23:32.000000000 -0500
+++ makefile.machine
@@ -2,7 +2,7 @@
# makefile for Linux (x86, PPC, alpha ...)
# LITTLE_ENDIAN and BIG_ENDIAN are already defined by the system headers
#
--ALLFLAGS=-Wall -O2 -s -fPIC \
+-ALLFLAGS=-O1 -s -fPIC \
+ALLFLAGS=-Wall -s -fPIC \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \
$(LOCAL_FLAGS)
-@@ -12,5 +12,5 @@ CC=gcc $(ALLFLAGS)
+@@ -12,5 +12,5 @@
LINK_SHARED=-shared
LOCAL_LIBS=-lpthread