pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sat Apr  4 18:48:49 UTC 2026

Modified Files:
        pkgsrc/lang/rust: rust.mk

Log Message:
rust: bump PTHREAD_KEYS_MAX on NetBSD since rustc tends to run out of keys


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/rust/rust.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/rust/rust.mk
diff -u pkgsrc/lang/rust/rust.mk:1.19 pkgsrc/lang/rust/rust.mk:1.20
--- pkgsrc/lang/rust/rust.mk:1.19       Thu Apr  2 19:06:34 2026
+++ pkgsrc/lang/rust/rust.mk    Sat Apr  4 18:48:49 2026
@@ -1,4 +1,4 @@
-# $NetBSD: rust.mk,v 1.19 2026/04/02 19:06:34 wiz Exp $
+# $NetBSD: rust.mk,v 1.20 2026/04/04 18:48:49 tnn Exp $
 #
 # This file determines the type of rust package to use.
 #
@@ -62,3 +62,7 @@ BUILDLINK_DEPMETHOD.rust?=            build
 BUILDLINK_API_DEPENDS.rust+=           rust>=${RUST_REQ}
 .  include "${RUST_DIR}/buildlink3.mk"
 .endif
+
+.if ${OPSYS} == "NetBSD"
+ALL_ENV+=      PTHREAD_KEYS_MAX=512
+.endif



Home | Main Index | Thread Index | Old Index