summaryrefslogtreecommitdiff
path: root/archivers/p7zip/patches/patch-aa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-29 19:39:21 +0000
committeradam <adam@pkgsrc.org>2015-12-29 19:39:21 +0000
commit9779af28177cdcf76911e07b26f33a5f30121f7a (patch)
treef2e609689dc86cca86585d9149dc0f14c11080e9 /archivers/p7zip/patches/patch-aa
parent0e4529a052db9f8585f10b21eee9f56c16e8b6e1 (diff)
downloadpkgsrc-9779af28177cdcf76911e07b26f33a5f30121f7a.tar.gz
What's new after p7zip 9.38.1 :
- 7-Zip now can extract ext2 and multivolume VMDK images. - 7-Zip now can extract ext3 and ext4 (Linux file system) images. - support of cygwin 64 bits - support of cygwin 64 bits with asm - cygwin : fix in GetRamSize() - cross building added : makefile.linux_cross_aarch64 makefile.linux_cross_arm makefile.linux_cross_ppc makefile.linux_cross_ppc64 makefile.linux_cross_ppc64le makefile.linux_cross_s390x (7za and 7zr pass tests, 7z does not pass tests) - 7-Zip now can extract GPT images and single file QCOW2, VMDK, VDI images. - 7-Zip now can extract solid WIM archives with LZMS compression. - 7-Zip now can extract RAR5 archives. - 7-Zip now doesn't sort files by type while adding to solid 7z archive. new -mqs switch to sort files by type while adding to solid 7z archive. - 7-Zip now can create 7z, xz and zip archives with 1536 MB dictionary for LZMA/LZMA2. - 7-Zip now can extract .zipx (WinZip) archives that use xz compression.
Diffstat (limited to 'archivers/p7zip/patches/patch-aa')
-rw-r--r--archivers/p7zip/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/p7zip/patches/patch-aa b/archivers/p7zip/patches/patch-aa
index 1ffd46c6514..6ecde578e02 100644
--- a/archivers/p7zip/patches/patch-aa
+++ b/archivers/p7zip/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.20 2015/06/02 14:53:10 adam Exp $
+$NetBSD: patch-aa,v 1.21 2015/12/29 19:39:21 adam Exp $
--- makefile.machine.orig 2015-02-25 20:12:06.000000000 +0000
+++ makefile.machine
@@ -6,10 +6,10 @@ $NetBSD: patch-aa,v 1.20 2015/06/02 14:53:10 adam Exp $
# makefile for Linux (x86, PPC, alpha ...)
#
--OPTFLAGS=-O
+-OPTFLAGS=-O -s
+OPTFLAGS=
--ALLFLAGS=${OPTFLAGS} -pipe -s \
+-ALLFLAGS=${OPTFLAGS} -pipe \
+ALLFLAGS=${OPTFLAGS} -Wall \
-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \
-DNDEBUG -D_REENTRANT -DENV_UNIX \