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:   tnn
Date:           Thu Mar 12 17:34:26 UTC 2020

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
zstd: CHECK_PORTABILITY_SKIP in test suite


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 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.27 pkgsrc/archivers/zstd/Makefile:1.28
--- pkgsrc/archivers/zstd/Makefile:1.27 Sat Jan 18 23:29:57 2020
+++ pkgsrc/archivers/zstd/Makefile      Thu Mar 12 17:34:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/01/18 23:29:57 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/03/12 17:34:26 tnn Exp $
 
 DISTNAME=      zstd-1.4.4
 CATEGORIES=    archivers
@@ -10,6 +10,8 @@ HOMEPAGE=     https://facebook.github.io/zst
 COMMENT=       Fast real-time compression algorithm
 LICENSE=       modified-bsd OR gnu-gpl-v2
 
+CHECK_PORTABILITY_SKIP+=       tests/playTests.sh
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            ggrep gmake pkg-config
 PKGCONFIG_OVERRIDE+=   lib/libzstd.pc.in



Home | Main Index | Thread Index | Old Index