Maintenance update to 5.2.5, which has some minor bug fixes.
Additional sparc64 testing by jca@
This commit is contained in:
parent
67d15cdffe
commit
219b83082e
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2020/02/27 12:31:10 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2020/03/26 20:44:51 naddy Exp $
|
||||
|
||||
COMMENT= LZMA compression and decompression tools
|
||||
|
||||
DISTNAME= xz-5.2.4
|
||||
REVISION= 0
|
||||
SHARED_LIBS= lzma 2.1 # 7.4
|
||||
DISTNAME= xz-5.2.5
|
||||
SHARED_LIBS= lzma 2.1 # 7.5
|
||||
CATEGORIES= archivers
|
||||
DPB_PROPERTIES= parallel
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (xz-5.2.4.tar.gz) = tRLztybTs3ttxMhXDhN7kxHnVS6My6tNOdR85fQXcUU=
|
||||
SIZE (xz-5.2.4.tar.gz) = 1572354
|
||||
SHA256 (xz-5.2.5.tar.gz) = 9vSRD9AzB4c4vYK/uk9JIZ0DsX6weU65HvuuQZ9KuhA=
|
||||
SIZE (xz-5.2.5.tar.gz) = 1791345
|
||||
|
@ -1,12 +1,13 @@
|
||||
$OpenBSD: patch-config_h_in,v 1.8 2017/01/18 21:28:35 naddy Exp $
|
||||
--- config.h.in.orig Fri Dec 30 12:27:05 2016
|
||||
+++ config.h.in Wed Jan 18 21:21:16 2017
|
||||
@@ -365,7 +365,11 @@
|
||||
$OpenBSD: patch-config_h_in,v 1.9 2020/03/26 20:44:51 naddy Exp $
|
||||
Index: config.h.in
|
||||
--- config.h.in.orig
|
||||
+++ config.h.in
|
||||
@@ -377,7 +377,11 @@
|
||||
|
||||
/* Define to 1 if the system supports fast unaligned access to 16-bit and
|
||||
32-bit integers. */
|
||||
-#undef TUKLIB_FAST_UNALIGNED_ACCESS
|
||||
+#include <sys/types.h>
|
||||
+#include <endian.h>
|
||||
+#if !defined(__STRICT_ALIGNMENT)
|
||||
+#define \
|
||||
+ TUKLIB_FAST_UNALIGNED_ACCESS 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.10 2015/01/12 22:07:17 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.11 2020/03/26 20:44:51 naddy Exp $
|
||||
@conflict lzma-*
|
||||
@pkgpath archivers/lzma
|
||||
bin/lzcat
|
||||
@ -40,7 +40,7 @@ include/lzma/lzma12.h
|
||||
include/lzma/stream_flags.h
|
||||
include/lzma/version.h
|
||||
include/lzma/vli.h
|
||||
lib/liblzma.a
|
||||
@static-lib lib/liblzma.a
|
||||
lib/liblzma.la
|
||||
@lib lib/liblzma.so.${LIBlzma_VERSION}
|
||||
lib/pkgconfig/liblzma.pc
|
||||
|
Loading…
Reference in New Issue
Block a user