pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust176



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul  8 14:46:41 UTC 2024

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

Log Message:
rust176: switch to included llvm by default, since the pkgsrc one is too new


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/rust176/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/rust176/options.mk
diff -u pkgsrc/lang/rust176/options.mk:1.1 pkgsrc/lang/rust176/options.mk:1.2
--- pkgsrc/lang/rust176/options.mk:1.1  Sun Jul  7 10:41:20 2024
+++ pkgsrc/lang/rust176/options.mk      Mon Jul  8 14:46:41 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2024/07/07 10:41:20 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2024/07/08 14:46:41 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.rust
 PKG_SUPPORTED_OPTIONS+=        rust-cargo-static rust-docs
@@ -9,9 +9,10 @@ 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) || ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+# pkgsrc has llvm 18, this version only supports up to 17.
 PKG_SUGGESTED_OPTIONS+=                rust-internal-llvm
-.  endif
+#.  endif
 .endif
 
 # If cross-building, always use the internal LLVM



Home | Main Index | Thread Index | Old Index