pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/zstd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Feb 11 09:47:24 UTC 2021

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
zstd: Use -n in NetBSD md5 to match GNU coreutils.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/archivers/zstd/Makefile

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

Modified files:

Index: pkgsrc/archivers/zstd/Makefile
diff -u pkgsrc/archivers/zstd/Makefile:1.34 pkgsrc/archivers/zstd/Makefile:1.35
--- pkgsrc/archivers/zstd/Makefile:1.34 Thu Feb 11 09:29:50 2021
+++ pkgsrc/archivers/zstd/Makefile      Thu Feb 11 09:47:24 2021
@@ -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 @@ MAKE_JOBS_SAFE=               no
 
 # 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