pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/lziprecover



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Aug 18 20:45:16 UTC 2017

Modified Files:
        pkgsrc/archivers/lziprecover: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/lziprecover/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/lziprecover/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/lziprecover/Makefile
diff -u pkgsrc/archivers/lziprecover/Makefile:1.7 pkgsrc/archivers/lziprecover/Makefile:1.8
--- pkgsrc/archivers/lziprecover/Makefile:1.7   Fri Dec 16 14:01:07 2016
+++ pkgsrc/archivers/lziprecover/Makefile       Fri Aug 18 20:45:15 2017
@@ -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 @@ HAS_CONFIGURE=               yes
 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"

Index: pkgsrc/archivers/lziprecover/distinfo
diff -u pkgsrc/archivers/lziprecover/distinfo:1.6 pkgsrc/archivers/lziprecover/distinfo:1.7
--- pkgsrc/archivers/lziprecover/distinfo:1.6   Fri Dec 16 14:01:07 2016
+++ pkgsrc/archivers/lziprecover/distinfo       Fri Aug 18 20:45:15 2017
@@ -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