pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/zxcvbn-c
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Sep 22 22:33:44 UTC 2025
Modified Files:
pkgsrc/security/zxcvbn-c: Makefile
Log Message:
security/zxcvbn-c: Fix build caused by broken code generations
* Make MAKE_JOBS_SAFE=no.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/zxcvbn-c/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/zxcvbn-c/Makefile
diff -u pkgsrc/security/zxcvbn-c/Makefile:1.2 pkgsrc/security/zxcvbn-c/Makefile:1.3
--- pkgsrc/security/zxcvbn-c/Makefile:1.2 Sun Aug 3 09:49:35 2025
+++ pkgsrc/security/zxcvbn-c/Makefile Mon Sep 22 22:33:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/08/03 09:49:35 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/09/22 22:33:44 ryoon Exp $
DISTNAME= zxcvbn-c-2.6
CATEGORIES= security
@@ -11,6 +11,8 @@ HOMEPAGE= https://github.com/tsyrogit/zx
COMMENT= Password strength estimator
LICENSE= mit
+MAKE_JOBS_SAFE= no
+
USE_LANGUAGES= c c++
USE_CXX_FEATURES= c++11
Home |
Main Index |
Thread Index |
Old Index