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:   wiz
Date:           Tue Nov 15 15:42:29 UTC 2022

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

Log Message:
rust: default rust-internal-llvm to on for now

llvm in pkgsrc is too new for rust 1.63
Should be reverted on next rust update


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/lang/rust/options.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/options.mk
diff -u pkgsrc/lang/rust/options.mk:1.28 pkgsrc/lang/rust/options.mk:1.29
--- pkgsrc/lang/rust/options.mk:1.28    Thu Sep  1 09:59:46 2022
+++ pkgsrc/lang/rust/options.mk Tue Nov 15 15:42:29 2022
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2022/09/01 09:59:46 jperkin Exp $
+# $NetBSD: options.mk,v 1.29 2022/11/15 15:42:29 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rust
 PKG_SUPPORTED_OPTIONS+=        rust-cargo-static rust-docs
@@ -19,6 +19,9 @@ PKG_SUGGESTED_OPTIONS+=               rust-internal-l
 PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
 .endif
 
+# as llvm 15 does not work with rust 1.63, always use internal llvm for now
+PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
+
 # Bundle OpenSSL and curl into the cargo binary when producing
 # bootstraps on NetBSD.
 .if ${OPSYS} == "NetBSD" && ${BUILD_TARGET} == "dist"



Home | Main Index | Thread Index | Old Index