pkgsrc-WIP-changes archive

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

rust192: fix version number in libc riscv64 patches.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Dec 20 13:33:04 2025 +0000
Changeset:	e912e4c7e097d5bdd8067100bb78cc3cb4cbd623

Modified Files:
	rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
	rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs

Log Message:
rust192: fix version number in libc riscv64 patches.

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

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

diffstat:
 ...atch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs | 4 ++--
 ...atch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs b/rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
index fa4cee7f3d..fedee4fc15 100644
--- a/rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+++ b/rust192/patches/patch-vendor_libc-0.2.176_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
@@ -6,8 +6,8 @@ I admit to this entirely being based on "cargo cult" and based on
 what the compiler told me, but at least the rust compiler (cross-)builds
 for NetBSD/risc64 with this, whereas it did not earlier.
 
---- vendor/libc-0.2.175/src/unix/bsd/netbsdlike/netbsd/riscv64.rs.orig	2025-11-02 16:57:14.244169978 +0000
-+++ vendor/libc-0.2.175/src/unix/bsd/netbsdlike/netbsd/riscv64.rs
+--- vendor/libc-0.2.176/src/unix/bsd/netbsdlike/netbsd/riscv64.rs.orig	2025-11-02 16:57:14.244169978 +0000
++++ vendor/libc-0.2.176/src/unix/bsd/netbsdlike/netbsd/riscv64.rs
 @@ -1,24 +1,59 @@
 -use PT_FIRSTMACH;
 +use core::clone::Clone;
diff --git a/rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs b/rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
index fa4cee7f3d..beca2c9f18 100644
--- a/rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
+++ b/rust192/patches/patch-vendor_libc-0.2.177_src_unix_bsd_netbsdlike_netbsd_riscv64.rs
@@ -6,8 +6,8 @@ I admit to this entirely being based on "cargo cult" and based on
 what the compiler told me, but at least the rust compiler (cross-)builds
 for NetBSD/risc64 with this, whereas it did not earlier.
 
---- vendor/libc-0.2.175/src/unix/bsd/netbsdlike/netbsd/riscv64.rs.orig	2025-11-02 16:57:14.244169978 +0000
-+++ vendor/libc-0.2.175/src/unix/bsd/netbsdlike/netbsd/riscv64.rs
+--- vendor/libc-0.2.177/src/unix/bsd/netbsdlike/netbsd/riscv64.rs.orig	2025-11-02 16:57:14.244169978 +0000
++++ vendor/libc-0.2.177/src/unix/bsd/netbsdlike/netbsd/riscv64.rs
 @@ -1,24 +1,59 @@
 -use PT_FIRSTMACH;
 +use core::clone::Clone;


Home | Main Index | Thread Index | Old Index