pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust179: make NetBSD/aarch64 1.79, since we have a workaround now.
Module Name: pkgsrc-wip
Committed By: Havard Eidnes <he%NetBSD.org@localhost>
Pushed By: he
Date: Wed Jul 31 12:33:44 2024 +0000
Changeset: e122ad696b312a21ff7ed9d473bf1d37748041d1
Modified Files:
rust179/platform.mk
Log Message:
rust179: make NetBSD/aarch64 1.79, since we have a workaround now.
Also extend pattern to mark NetBSD 8.x as "not available".
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e122ad696b312a21ff7ed9d473bf1d37748041d1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust179/platform.mk | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diffs:
diff --git a/rust179/platform.mk b/rust179/platform.mk
index d1e2655b04..9d9c5145ca 100644
--- a/rust179/platform.mk
+++ b/rust179/platform.mk
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.24 2024/07/07 11:00:37 wiz 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,16 +7,16 @@
.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
.endfor
-.if ${OPSYS} == "NetBSD" && (${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "earmv7hf")
+.if ${OPSYS} == "NetBSD" && (${MACHINE_ARCH} == "earmv7hf")
RUST_DIR?= ../../lang/rust176
.endif
RUST_DIR?= ../../lang/rust
Home |
Main Index |
Thread Index |
Old Index