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:   jperkin
Date:           Tue Jun 17 15:14:57 UTC 2025

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

Log Message:
rust: Stop using bundled LLVM on Darwin/arm64.

This appears to no longer be necessary, and saves a significant amount of time
during the build.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 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.45 pkgsrc/lang/rust/options.mk:1.46
--- pkgsrc/lang/rust/options.mk:1.45    Mon Jun 16 21:10:43 2025
+++ pkgsrc/lang/rust/options.mk Tue Jun 17 15:14:57 2025
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.45 2025/06/16 21:10:43 he Exp $
+# $NetBSD: options.mk,v 1.46 2025/06/17 15:14:57 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rust
 PKG_SUPPORTED_OPTIONS+=        rust-cargo-static rust-docs
@@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS+= rust-cargo-stati
 .if ${OPSYS} != "SunOS"
 PKG_SUPPORTED_OPTIONS+=                rust-internal-llvm
 # There may be compatibility issues with the base LLVM on e.g. NetBSD.
-.  if !empty(HAVE_LLVM) || ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+.  if !empty(HAVE_LLVM)
 PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
 .  endif
 .endif



Home | Main Index | Thread Index | Old Index