pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rust191: update to rust version 1.91.1.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sun Nov 16 09:07:53 2025 +0000
Changeset:	e6183e6ddea72ba8a555368acc70dda8361213dc

Modified Files:
	rust191/do-cross.mk

Log Message:
rust191: update to rust version 1.91.1.

Pkgsrc changes:
 * Re-enable the powerpc build in do-cross.mk.
 * Update version & checksums.

Noteable failures at the time of commit:
 * The cross-build for armv6 fails, reported upstream at
   https://github.com/rust-lang/rust/issues/148464

Upstream changes relative to 1.91.0:

Version 1.91.1 (2025-11-10)
===========================

- [Enable file locking support in illumos]
  (https://github.com/rust-lang/rust/pull/148322).
  This fixes Cargo not locking the build directory on illumos.

- [Fix `wasm_import_module` attribute cross-crate]
  (https://github.com/rust-lang/rust/pull/148363).
  This fixes linker errors on WASM targets.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e6183e6ddea72ba8a555368acc70dda8361213dc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rust191/do-cross.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/rust191/do-cross.mk b/rust191/do-cross.mk
index 1bb943ff5d..b6e839b2dc 100644
--- a/rust191/do-cross.mk
+++ b/rust191/do-cross.mk
@@ -8,7 +8,7 @@ V_NOREV!=	make show-var VARNAME=PKGVERSION_NOREV
 SHORT_TARGETS+=		armv7
 #SHORT_TARGETS+=		armv6
 SHORT_TARGETS+=		sparc64
-#SHORT_TARGETS+=		powerpc
+SHORT_TARGETS+=		powerpc
 SHORT_TARGETS+=		arm64
 SHORT_TARGETS+=		arm64_be
 SHORT_TARGETS+=		i386


Home | Main Index | Thread Index | Old Index