Hi,
here an update of archivers/lzip/pdlzip to 1.10.
- Compression level '-0' now uses a dictionary size of 64 KiB instead of
1 MiB.
- Errors are now also checked when closing the input file.
- Pdlzip now compiles on DOS with DJGPP. (Patch from Robert Riebisch).
- The configure script now accepts appending options to CFLAGS using the
syntax 'CFLAGS+=OPTIONS'.
- It has been documented in INSTALL the use of
CFLAGS+='-D __USE_MINGW_ANSI_STDIO' when compiling on MinGW.
Works ok for me on amd64.
Index: Makefile
===================================================================
RCS file: /cvs/ports/archivers/lzip/pdlzip/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 1 Oct 2018 21:33:47 -0000 1.8
+++ Makefile 4 Jan 2019 22:57:23 -0000
@@ -2,8 +2,7 @@
COMMENT = public domain implementation of the lzip data compressor
-DISTNAME = pdlzip-1.9
-REVISION = 0
+DISTNAME = pdlzip-1.10
HOMEPAGE = http://lzip.nongnu.org/pdlzip.html
MASTER_SITES = ${MASTER_SITE_SAVANNAH:=lzip/pdlzip/}
Index: distinfo
===================================================================
RCS file: /cvs/ports/archivers/lzip/pdlzip/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo 7 Feb 2018 21:30:11 -0000 1.6
+++ distinfo 4 Jan 2019 22:57:23 -0000
@@ -1,2 +1,2 @@
-SHA256 (lzip/pdlzip-1.9.tar.lz) = WgmYK/cbNKXHTMPbqEpStBSeiQfZQX0Eq4PcPU85QGk=
-SIZE (lzip/pdlzip-1.9.tar.lz) = 51535
+SHA256 (lzip/pdlzip-1.10.tar.lz) = edFUzXRZcpkXR76wrT0Ec4f59hbSaoPX8iuDf275bUw=
+SIZE (lzip/pdlzip-1.10.tar.lz) = 51989