tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: rust: NetBSD 9 earmv7, version selection, RUST_TYPE
Do I understand this correctly, that we should just switch NetBSD 9.x
earm* to use binary rust, like in the attached diff?
(Then we'd have one rust version on all platforms again, allowing some
currently stuck package upgrades.)
Thomas
Index: platform.mk
===================================================================
RCS file: /cvsroot/pkgsrc/lang/rust/platform.mk,v
retrieving revision 1.31
diff -u -r1.31 platform.mk
--- platform.mk 8 Apr 2025 09:31:06 -0000 1.31
+++ platform.mk 6 May 2025 14:02:55 -0000
@@ -17,7 +17,8 @@
.endfor
.if ${MACHINE_PLATFORM:MNetBSD-*-earm*} && ${OPSYS_VERSION} < 100000
-RUST_DIR?= ../../lang/rust176
+# does not self-host
+RUST_TYPE= bin
.endif
RUST_DIR?= ../../lang/rust
Home |
Main Index |
Thread Index |
Old Index