Source-Changes-HG archive

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

[src/trunk]: src/external/zlib/pigz/bin/pigz From: Joachim Henke



details:   https://anonhg.NetBSD.org/src/rev/5182484f0474
branches:  trunk
changeset: 337230:5182484f0474
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Apr 07 17:48:13 2015 +0000

description:
From: Joachim Henke

In -current, build.sh fails due to missing zless/zless.1. The attached
patch brings external/zlib/pigz/bin/pigz/Makefile in sync with
usr.bin/gzip/Makefile, which fixes the build.

diffstat:

 external/zlib/pigz/bin/pigz/Makefile |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 1c45db1ac507 -r 5182484f0474 external/zlib/pigz/bin/pigz/Makefile
--- a/external/zlib/pigz/bin/pigz/Makefile      Tue Apr 07 17:47:10 2015 +0000
+++ b/external/zlib/pigz/bin/pigz/Makefile      Tue Apr 07 17:48:13 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2014/06/15 17:54:55 tls Exp $
+#      $NetBSD: Makefile,v 1.9 2015/04/07 17:48:13 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -33,7 +33,8 @@
                pigz.1 zcat.1 \
                zdiff.1 zcmp.1 \
                zgrep.1 zegrep.1 \
-               zgrep.1 zfgrep.1
+               zgrep.1 zfgrep.1 \
+               zmore.1 zless.1
 
 LINKS+=                ${BINDIR}/pigz ${BINDIR}/gzip \
                ${BINDIR}/pigz ${BINDIR}/gunzip \
@@ -41,7 +42,8 @@
                ${BINDIR}/pigz ${BINDIR}/zcat \
                ${BINDIR}/zdiff ${BINDIR}/zcmp \
                ${BINDIR}/zgrep ${BINDIR}/zegrep \
-               ${BINDIR}/zgrep ${BINDIR}/zfgrep
+               ${BINDIR}/zgrep ${BINDIR}/zfgrep \
+               ${BINDIR}/zmore ${BINDIR}/zless
 .endif
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index