pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/lziprecover Changes in version 1.19:
details: https://anonhg.NetBSD.org/pkgsrc/rev/47daa5bdc1f7
branches: trunk
changeset: 366854:47daa5bdc1f7
user: adam <adam%pkgsrc.org@localhost>
date: Fri Aug 18 20:45:15 2017 +0000
description:
Changes in version 1.19:
'--merge' is now able to fix files with thousands of scattered errors
per member by grouping the errors into clusters and then merging the
files as if each cluster were a single error.
The option '-a, --trailing-error' now works with '-l, --list' and
'-D, --range-decompress'.
The output of option '-l, --list' has been simplified to make it easier
to read.
In test mode, lziprecover now continues checking the rest of the files
if any input file is a terminal.
Trailing data are now shown both in hexadecimal and as a string of
printable ASCII characters.
diffstat:
archivers/lziprecover/Makefile | 11 ++++++++---
archivers/lziprecover/distinfo | 10 +++++-----
2 files changed, 13 insertions(+), 8 deletions(-)
diffs (40 lines):
diff -r fb47bda168ab -r 47daa5bdc1f7 archivers/lziprecover/Makefile
--- a/archivers/lziprecover/Makefile Fri Aug 18 20:44:50 2017 +0000
+++ b/archivers/lziprecover/Makefile Fri Aug 18 20:45:15 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2016/12/16 14:01:07 mef Exp $
+# $NetBSD: Makefile,v 1.8 2017/08/18 20:45:15 adam Exp $
-DISTNAME= lziprecover-1.18
+DISTNAME= lziprecover-1.19
CATEGORIES= archivers
MASTER_SITES= http://download.savannah.gnu.org/releases/lzip/lziprecover/
@@ -14,6 +14,11 @@
CONFIGURE_ARGS= --prefix=${PREFIX}
CONFIGURE_ARGS+= --infodir=${PREFIX}/${PKGINFODIR}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-INFO_FILES= YES
+INFO_FILES= yes
+
+MAKE_FLAGS+= CXX=${CXX:Q}
+MAKE_FLAGS+= CPPFLAGS=${CPPFLAGS:Q}
+MAKE_FLAGS+= CXXFLAGS=${CXXFLAGS:Q}
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.pkg.mk"
diff -r fb47bda168ab -r 47daa5bdc1f7 archivers/lziprecover/distinfo
--- a/archivers/lziprecover/distinfo Fri Aug 18 20:44:50 2017 +0000
+++ b/archivers/lziprecover/distinfo Fri Aug 18 20:45:15 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/12/16 14:01:07 mef Exp $
+$NetBSD: distinfo,v 1.7 2017/08/18 20:45:15 adam Exp $
-SHA1 (lziprecover-1.18.tar.gz) = 7d6582bce447474b2341ab8b77de9368a12a19a0
-RMD160 (lziprecover-1.18.tar.gz) = bededcded7c1c1b2bc332194fb9988b9019e6f03
-SHA512 (lziprecover-1.18.tar.gz) = 60febb52b5dde8e1fa1e4917c48bb09112bcd3a43c5486a234fdcfa3db1d5049977df306ce66ec0821e812676886f5fa214a3479649cb977151b5cf82018b6b6
-Size (lziprecover-1.18.tar.gz) = 86584 bytes
+SHA1 (lziprecover-1.19.tar.gz) = c35a5520d003e8a6d0e81629f2c98350f56460cd
+RMD160 (lziprecover-1.19.tar.gz) = 270054657c6bd793e9f183b09464f4f2012e1561
+SHA512 (lziprecover-1.19.tar.gz) = 2fc12c7fbc08fab45f97e01d97504258e77d9ac8a49e03a5099e6ed569523eb129898e5f9e7325e23e105f1ba171edf6628f5f03d8723daae1b1b4116d89c2f7
+Size (lziprecover-1.19.tar.gz) = 96987 bytes
Home |
Main Index |
Thread Index |
Old Index