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:19:33 UTC 2024

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

Log Message:
lang/rust: rust 1.79.0 should be fixed for NetBSD/aarch64 now.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 pkgsrc/lang/rust/platform.mk:1.25
--- pkgsrc/lang/rust/platform.mk:1.24   Sun Jul  7 11:00:37 2024
+++ pkgsrc/lang/rust/platform.mk        Wed Jul 31 12:19:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: platform.mk,v 1.24 2024/07/07 11:00:37 wiz Exp $
+# $NetBSD: platform.mk,v 1.25 2024/07/31 12:19:32 he Exp $
 
 # This file encodes whether a given platform has support for rust.
 
@@ -16,7 +16,7 @@ RUST_PLATFORMS+=      ${rust_os}-*-${rust_arc
 .  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