Fri Jan 18 10:03:40 2019 UTC ()
lzip: updated to 1.21

Changes in version 1.21:

Detection of forbidden combinations of characters in trailing data has been
improved.

Errors are now also checked when closing the input file.

Lzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).

The descriptions of '-0..-9', '-m' and '-s' in the manual have been
improved.

The configure script now accepts appending options to CXXFLAGS using the
syntax 'CXXFLAGS+=OPTIONS'.

It has been documented in INSTALL the use of
CXXFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.


(adam)
diff -r1.15 -r1.16 pkgsrc/archivers/lzip/Makefile
diff -r1.11 -r1.12 pkgsrc/archivers/lzip/distinfo

cvs diff -r1.15 -r1.16 pkgsrc/archivers/lzip/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/lzip/Makefile 2018/02/25 21:07:53 1.15
+++ pkgsrc/archivers/lzip/Makefile 2019/01/18 10:03:40 1.16
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.15 2018/02/25 21:07:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.16 2019/01/18 10:03:40 adam Exp $
2 2
3DISTNAME= lzip-1.20 3DISTNAME= lzip-1.21
4CATEGORIES= archivers 4CATEGORIES= archivers
5MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/ 5MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.nongnu.org/lzip/lzip.html 8HOMEPAGE= http://www.nongnu.org/lzip/lzip.html
9COMMENT= Lossless data compressor based on the LZMA algorithm 9COMMENT= Lossless data compressor based on the LZMA algorithm
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12USE_LANGUAGES= c++ 12USE_LANGUAGES= c++
13HAS_CONFIGURE= yes 13HAS_CONFIGURE= yes
14CONFIGURE_ARGS+= --prefix=${PREFIX} 14CONFIGURE_ARGS+= --prefix=${PREFIX}
15CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR} 15CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
16CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR} 16CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
17INFO_FILES= yes 17INFO_FILES= yes
 18TEST_TARGET= check
18 19
19MAKE_FLAGS+= CXX=${CXX:Q} 20MAKE_FLAGS+= CXX=${CXX:Q}
20MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q} 21MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q}
21MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q} 22MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
22MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q} 23MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
23 24
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"

cvs diff -r1.11 -r1.12 pkgsrc/archivers/lzip/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/lzip/distinfo 2018/02/25 21:07:53 1.11
+++ pkgsrc/archivers/lzip/distinfo 2019/01/18 10:03:40 1.12
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.11 2018/02/25 21:07:53 wiz Exp $ 1$NetBSD: distinfo,v 1.12 2019/01/18 10:03:40 adam Exp $
2 2
3SHA1 (lzip-1.20.tar.gz) = d89e6dd737e6566fbe18e3c247782120a7104bfb 3SHA1 (lzip-1.21.tar.gz) = 08bea2f275d639bfe85fe30887d269b96eac34e1
4RMD160 (lzip-1.20.tar.gz) = 72868e3b290a7c5ece0919978f3cf19714dc5f10 4RMD160 (lzip-1.21.tar.gz) = 5e37348c9061d14f7776b99ac816ad730c9fade4
5SHA512 (lzip-1.20.tar.gz) = 0349b4c6c0b41e601b7ee381c3254d741397beb3ef9354c08162f346f131f4f48f6613ee0a610cdc6d827530df634f884ecfeee35215b10045a40fee76f8e938 5SHA512 (lzip-1.21.tar.gz) = 02e31a8fc9431e88edbb0fd467e9dd0947203e693e6581be1a8d25d96c74d9c3794f1fef9e4c993553ba74330c8f5851cad6315b49f263fe9cf2444225af4362
6Size (lzip-1.20.tar.gz) = 103426 bytes 6Size (lzip-1.21.tar.gz) = 105558 bytes