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:   gutteridge
Date:           Thu Feb 12 01:43:00 UTC 2026

Modified Files:
        pkgsrc/lang/rust: Makefile

Log Message:
rust: NetBSD i386 builds no longer need compat80

Related to (but doesn't entirely address) PR pkg/59626 and
PR pkg/59833.


To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 pkgsrc/lang/rust/Makefile

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/Makefile
diff -u pkgsrc/lang/rust/Makefile:1.354 pkgsrc/lang/rust/Makefile:1.355
--- pkgsrc/lang/rust/Makefile:1.354     Thu Feb 12 01:35:36 2026
+++ pkgsrc/lang/rust/Makefile   Thu Feb 12 01:43:00 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.354 2026/02/12 01:35:36 gutteridge Exp $
+# $NetBSD: Makefile,v 1.355 2026/02/12 01:43:00 gutteridge Exp $
 
 DISTNAME=      rustc-1.91.1-src
 PKGNAME=       ${DISTNAME:S/rustc/rust/:S/-src//}
@@ -766,12 +766,11 @@ stage0-bootstrap: install
 
 ## Issues specific to: bootstrap AND NetBSD follow
 
-# rust i386 and sparc64 bootstraps are built for 8.0
+# rust sparc64 bootstraps are built for 8.0
 # and still depend on libstdc++.so.8.
 # Pull in compat80 on 9.x and newer.
-.if (${MACHINE_PLATFORM:MNetBSD-*-i386} || \
-     ${MACHINE_PLATFORM:MNetBSD-*-sparc64}) \
-    && empty(OS_VERSION:M8.*)
+# XXX is this still correct?
+.if ${MACHINE_PLATFORM:MNetBSD-*-sparc64} && empty(OS_VERSION:M8.*)
 TOOL_DEPENDS+= compat80>=0:../../emulators/compat80
 .endif
 



Home | Main Index | Thread Index | Old Index