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 10:36:22 UTC 2021

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
zstd: Add link to upstream PR


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/archivers/zstd/Makefile:1.37
--- pkgsrc/archivers/zstd/Makefile:1.36 Thu Feb 11 10:15:51 2021
+++ pkgsrc/archivers/zstd/Makefile      Thu Feb 11 10:36:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2021/02/11 10:15:51 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2021/02/11 10:36:22 nia Exp $
 
 DISTNAME=      zstd-1.4.8
 CATEGORIES=    archivers
@@ -26,6 +26,7 @@ MAKE_JOBS_SAFE=               no
 
 # see HASH in lib/Makefile
 .if ${OPSYS} == "NetBSD"
+# https://github.com/facebook/zstd/pull/2492
 MAKE_ENV+=             HASH="md5 -n"
 .elif ${OPSYS} != "Linux" && \
     ${OPSYS} != "Darwin" && \



Home | Main Index | Thread Index | Old Index