pkgsrc-WIP-changes archive

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

rust*: sync w/ pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Tue Aug 5 14:41:59 2025 +0200
Changeset:	bd5b6bc7c3489a9112c8dab455f352d5bbcdd49f

Modified Files:
	rust187/distinfo
	rust187/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
	rust188/distinfo
	rust188/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs

Log Message:
rust*: sync w/ pkgsrc

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

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

diffstat:
 rust187/distinfo                                                      | 2 +-
 rust187/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs | 2 +-
 rust188/distinfo                                                      | 2 +-
 rust188/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/rust187/distinfo b/rust187/distinfo
index bd87043aca..0b0f5dd57f 100644
--- a/rust187/distinfo
+++ b/rust187/distinfo
@@ -108,7 +108,7 @@ Size (rust-std-1.86.0-x86_64-unknown-netbsd.tar.xz) = 28531864 bytes
 BLAKE2s (rustc-1.87.0-src.tar.gz) = 844af6cb402060845df35746ba8c7a622b8e77f8eb43b123ef210e182bf855f9
 SHA512 (rustc-1.87.0-src.tar.gz) = 2d2ea96753b7db6d79dbb133fa44f05a1b318418c4f52131439be622bec8e3b938c02c9093e3f232fe15ba0e9dcd38342c277d25b2c8a64f42caa148ff695453
 Size (rustc-1.87.0-src.tar.gz) = 610030228 bytes
-SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = f2af6e3b4925e8ca21b7cd783f7831b72700384a
+SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = bb4cc16be543116f3f7d981fd8ac349f37dad105
 SHA1 (patch-compiler_rustc__llvm_build.rs) = 3acef995e3038a98b29b31b9bdd43286b1ac29f7
 SHA1 (patch-compiler_rustc__target_src_spec_Targets_sparc64__unknown__netbsd.rs) = 416d369e197f2eba6b0e6dd321b727f0f64ff159
 SHA1 (patch-compiler_rustc__target_src_spec_base_netbsd.rs) = f6805317abaf61fa5e713af0b3599945a93a751a
diff --git a/rust187/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs b/rust187/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
index cb953e761f..dd6b2256c5 100644
--- a/rust187/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
+++ b/rust187/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
@@ -19,7 +19,7 @@ Find external libunwind on Linux.
  
      fn link_dylib_by_name(&mut self, name: &str, verbatim: bool, as_needed: bool) {
 +        if self.sess.target.os.contains("linux") && name == "unwind" {
-+            self.link_arg("-rpath,@PREFIX@/lib");
++            self.link_arg("-R@PREFIX@/lib");
 +            self.link_arg("-L@PREFIX@/lib");
 +        }
          if self.sess.target.os == "illumos" && name == "c" {
diff --git a/rust188/distinfo b/rust188/distinfo
index 1da9eefa20..e46aef179d 100644
--- a/rust188/distinfo
+++ b/rust188/distinfo
@@ -108,7 +108,7 @@ Size (rust-std-1.87.0-x86_64-unknown-netbsd.tar.xz) = 28438524 bytes
 BLAKE2s (rustc-1.88.0-src.tar.gz) = e64f98cb5ccadbb6e16d10e454d9e6cb558bbecf172145f5346c604c475593c7
 SHA512 (rustc-1.88.0-src.tar.gz) = eda47885ca9d6431a55cc1a1890272bde845d83d3963143837e8bc95fcd636cb09892a9139e8e0b29da866b7ba67b77b0263ef910d96726e6331c6ce09f2929d
 Size (rustc-1.88.0-src.tar.gz) = 613378400 bytes
-SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = f2af6e3b4925e8ca21b7cd783f7831b72700384a
+SHA1 (patch-compiler_rustc__codegen__ssa_src_back_linker.rs) = bb4cc16be543116f3f7d981fd8ac349f37dad105
 SHA1 (patch-compiler_rustc__llvm_build.rs) = 3acef995e3038a98b29b31b9bdd43286b1ac29f7
 SHA1 (patch-compiler_rustc__target_src_spec_Targets_sparc64__unknown__netbsd.rs) = 416d369e197f2eba6b0e6dd321b727f0f64ff159
 SHA1 (patch-compiler_rustc__target_src_spec_base_netbsd.rs) = f6805317abaf61fa5e713af0b3599945a93a751a
diff --git a/rust188/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs b/rust188/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
index cb953e761f..dd6b2256c5 100644
--- a/rust188/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
+++ b/rust188/patches/patch-compiler_rustc__codegen__ssa_src_back_linker.rs
@@ -19,7 +19,7 @@ Find external libunwind on Linux.
  
      fn link_dylib_by_name(&mut self, name: &str, verbatim: bool, as_needed: bool) {
 +        if self.sess.target.os.contains("linux") && name == "unwind" {
-+            self.link_arg("-rpath,@PREFIX@/lib");
++            self.link_arg("-R@PREFIX@/lib");
 +            self.link_arg("-L@PREFIX@/lib");
 +        }
          if self.sess.target.os == "illumos" && name == "c" {


Home | Main Index | Thread Index | Old Index