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: he
Date: Wed Jul 31 12:21:23 UTC 2024
Modified Files:
pkgsrc/lang/rust: platform.mk
Log Message:
rust/lang: It's a while since rust was buildable on NetBSD 8.x,
so adjust accordingly.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/rust/platform.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/platform.mk
diff -u pkgsrc/lang/rust/platform.mk:1.25 pkgsrc/lang/rust/platform.mk:1.26
--- pkgsrc/lang/rust/platform.mk:1.25 Wed Jul 31 12:19:32 2024
+++ pkgsrc/lang/rust/platform.mk Wed Jul 31 12:21:23 2024
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.25 2024/07/31 12:19:32 he Exp $
+# $NetBSD: platform.mk,v 1.26 2024/07/31 12:21:23 he Exp $
# This file encodes whether a given platform has support for rust.
@@ -7,10 +7,10 @@
.if !defined(PLATFORM_SUPPORTS_RUST)
-# Rust needs NetBSD>7
+# Rust needs NetBSD>8
.for rust_arch in aarch64 earmv7hf i386 powerpc riscv64 sparc64 x86_64
. for rust_os in Darwin FreeBSD Linux NetBSD SunOS
-. if ${OPSYS} != "NetBSD" || empty(OS_VERSION:M[0-7].*)
+. if ${OPSYS} != "NetBSD" || empty(OS_VERSION:M[0-8].*)
RUST_PLATFORMS+= ${rust_os}-*-${rust_arch}
. endif
. endfor
Home |
Main Index |
Thread Index |
Old Index