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 Jan  5 07:38:22 UTC 2021

Modified Files:
        pkgsrc/archivers/zstd: Makefile

Log Message:
zstd: still not make-jobs safe

Add link to upstream bug report


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 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.32 pkgsrc/archivers/zstd/Makefile:1.33
--- pkgsrc/archivers/zstd/Makefile:1.32 Sun Jan  3 14:55:50 2021
+++ pkgsrc/archivers/zstd/Makefile      Tue Jan  5 07:38:22 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2021/01/03 14:55:50 adam Exp $
+# $NetBSD: Makefile,v 1.33 2021/01/05 07:38:22 wiz Exp $
 
 DISTNAME=      zstd-1.4.8
 CATEGORIES=    archivers
@@ -12,8 +12,22 @@ 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
+# 1.4.8
+# ld: ../lib/libzstd.a: error adding symbols: no more archived files
+# ld:../lib/libzstd.a: file format not recognized; treating as linker script
+# ld:../lib/libzstd.a:1: syntax error
+# or
+# ld: ../lib/libzstd.a: error adding symbols: file format not recognized
+# reported as
+# https://github.com/facebook/zstd/issues/2453
+MAKE_JOBS_SAFE=                no
+
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Linux"
+TOOL_DEPENDS+=         coreutils>=0:../../sysutils/coreutils
+MAKE_ENV+=             HASH=gmd5sum
+.endif
 
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            ggrep gmake pkg-config



Home | Main Index | Thread Index | Old Index