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:   wiz
Date:           Tue Jun 16 14:58:08 UTC 2020

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
zstd: mark as not make-jobs safe for now

I saw
../lib/libzstd.so: file not recognized: file format not recognized
in my MAKE_JOBS=8 build.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/archivers/zstd/Makefile:1.30
--- pkgsrc/archivers/zstd/Makefile:1.29 Sun Jun 14 13:51:55 2020
+++ pkgsrc/archivers/zstd/Makefile      Tue Jun 16 14:58:08 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2020/06/14 13:51:55 adam Exp $
+# $NetBSD: Makefile,v 1.30 2020/06/16 14:58:08 wiz Exp $
 
 DISTNAME=      zstd-1.4.5
 CATEGORIES=    archivers
@@ -12,6 +12,9 @@ LICENSE=      modified-bsd OR gnu-gpl-v2
 
 CHECK_PORTABILITY_SKIP+=       tests/playTests.sh
 
+# 1.4.5: ../lib/libzstd.so: file not recognized: file format not recognized
+MAKE_JOBS_SAFE=                no
+
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            ggrep gmake pkg-config
 PKGCONFIG_OVERRIDE+=   lib/libzstd.pc.in



Home | Main Index | Thread Index | Old Index