pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/archivers/zstd zstd: Use -n in NetBSD md5 to match GNU...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a7714447dfe
branches: trunk
changeset: 446590:5a7714447dfe
user: nia <nia%pkgsrc.org@localhost>
date: Thu Feb 11 09:47:24 2021 +0000
description:
zstd: Use -n in NetBSD md5 to match GNU coreutils.
diffstat:
archivers/zstd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 047c216d9d5f -r 5a7714447dfe archivers/zstd/Makefile
--- a/archivers/zstd/Makefile Thu Feb 11 09:29:50 2021 +0000
+++ b/archivers/zstd/Makefile Thu Feb 11 09:47:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2021/02/11 09:29:50 nia Exp $
+# $NetBSD: Makefile,v 1.35 2021/02/11 09:47:24 nia Exp $
DISTNAME= zstd-1.4.8
CATEGORIES= archivers
@@ -26,7 +26,7 @@
# see HASH in lib/Makefile
.if ${OPSYS} == "NetBSD"
-MAKE_ENV+= HASH=md5
+MAKE_ENV+= HASH="md5 -n"
.elif ${OPSYS} != "Linux" && \
${OPSYS} != "Darwin" && \
${OPSYS} != "OpenBSD"
Home |
Main Index |
Thread Index |
Old Index