pkgsrc-WIP-changes archive

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

rust184: fix build on big-endian aarch64 by patching the new line-index crate.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Mon Feb 3 09:59:09 2025 +0000
Changeset:	26835f2a9926b3bd10a9ea258361ce3ba22c78a9

Modified Files:
	rust184/Makefile
	rust184/distinfo

Log Message:
rust184: fix build on big-endian aarch64 by patching the new line-index crate.

Requested changed upstream, ref.
https://github.com/rust-lang/rust-analyzer/pull/19083

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

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

diffstat:
 rust184/Makefile | 4 ++++
 rust184/distinfo | 1 +
 2 files changed, 5 insertions(+)

diffs:
diff --git a/rust184/Makefile b/rust184/Makefile
index 8add1e6795..3abf3587fe 100644
--- a/rust184/Makefile
+++ b/rust184/Makefile
@@ -464,6 +464,10 @@ CKSUM_CRATES+=	vendor/bytecount-0.6.8
 CKSUMS+=	01cd755a128d8a5892f3edda195b26bb461be375be17dd72e6e4f061169e6dff
 CKSUMS+=	a6750c0e2a6c385ec902cd7f87de7835fe2b4171b9c83da64122274ee20a77c6
 
+CKSUM_CRATES+=	vendor/line-index-0.1.2
+CKSUMS+=	c4613b718951cf0b880a3a7829e102a9ec7196591437e3bc0cfd857c717bfb61
+CKSUMS+=	5183e802793932fb980b4e321656c65d1b6231de3febd1ac94dfa73de31245f0
+
 SUBST_CLASSES+=		cksum
 SUBST_STAGE.cksum=	pre-configure
 .for crate in ${CKSUM_CRATES}
diff --git a/rust184/distinfo b/rust184/distinfo
index b749307ad1..b50b645020 100644
--- a/rust184/distinfo
+++ b/rust184/distinfo
@@ -135,6 +135,7 @@ SHA1 (patch-tools_rust-analyzer_lib_line-index-src_lib.rs) = 4ed527174447ee23fa8
 SHA1 (patch-vendor_bytecount-0.6.8_src_lib.rs) = d7610f2ae957d085a465f8c75549e5a11586a8b0
 SHA1 (patch-vendor_crossbeam-utils-0.8.18_no__atomic.rs) = d4d9288cb199af9bc7e321fbd2b42860aed954ec
 SHA1 (patch-vendor_libc-0.2.155_src_unix_solarish_mod.rs) = 97505b88875aa80fa2b5589b6090237c3786e143
+SHA1 (patch-vendor_line-index-0.1.2_src_lib.rs) = 30aa5c82630ea0e8969abb527c11640712efba1e
 SHA1 (patch-vendor_memchr-2.7.4_src_arch_aarch64_memchr.rs) = 3e17e9f068afe5e812d10bf57fd3f6d4c21baf0b
 SHA1 (patch-vendor_memchr-2.7.4_src_arch_aarch64_mod.rs) = 24bbd69c8b571e5652d5306989b6598b58ec1966
 SHA1 (patch-vendor_memchr-2.7.4_src_memchr.rs) = 4c2f4fa4911f38acd3b36c311abd14d3c9751672


Home | Main Index | Thread Index | Old Index