pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust191: Fix the same patch for the bazillionth time.
Module Name: pkgsrc-wip
Committed By: Jonathan Perkin <jperkin%smartos.org@localhost>
Pushed By: jperkin
Date: Fri Nov 7 09:42:13 2025 +0000
Changeset: ed18bb42d9441d3221c9dc34078920ddecf9037e
Modified Files:
rust191/Makefile
rust191/distinfo
rust191/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
Log Message:
rust191: Fix the same patch for the bazillionth time.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ed18bb42d9441d3221c9dc34078920ddecf9037e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust191/Makefile | 2 +-
rust191/distinfo | 2 +-
rust191/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diffs:
diff --git a/rust191/Makefile b/rust191/Makefile
index 8151d6ef48..5b8de5ec88 100644
--- a/rust191/Makefile
+++ b/rust191/Makefile
@@ -501,7 +501,7 @@ CKSUMS+= 2dc054435fd2976536b6685d66ba6796d4eb143885bd573e686e9b042ae7257a
CKSUM_CRATES+= vendor/libc-0.2.172
CKSUMS+= ec4c1dce83e8531df71b89e4aee1ab4d3b3b18d1b6d34b03d94573144c40e7c5
-CKSUMS+= 27a886823ba28aa0f5c2a55b325ad7df8c420cf1e92b050357a2411727a338e7
+CKSUMS+= dc3179a14c65c5e3d250ce9819934236f11fc6c9bfa7afa8d4208931d28e4250
CKSUMS+= f3778a9bd2ba923220537d167cfb10b91580ffbf583100789a46d2807f7a1e3e
CKSUMS+= 2dc054435fd2976536b6685d66ba6796d4eb143885bd573e686e9b042ae7257a
diff --git a/rust191/distinfo b/rust191/distinfo
index 80a523e9b9..630de6b15b 100644
--- a/rust191/distinfo
+++ b/rust191/distinfo
@@ -138,7 +138,7 @@ SHA1 (patch-vendor_libc-0.2.169_src_unix_bsd_netbsdlike_netbsd_riscv64.rs) = c5e
SHA1 (patch-vendor_libc-0.2.169_src_unix_solarish_mod.rs) = e02c56106a092b4f2e27427ea8b5d96bf437c356
SHA1 (patch-vendor_libc-0.2.171_src_unix_bsd_netbsdlike_netbsd_riscv64.rs) = adfc737db618e2fdbe99aafaee3e7802ee04ca26
SHA1 (patch-vendor_libc-0.2.172_src_unix_bsd_netbsdlike_netbsd_riscv64.rs) = 3127715d2eb1e0ce148d67323b25dd0bc07b67ad
-SHA1 (patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs) = 56b3e6273dc61a8b4c0d4e84abeeba0527c73dd1
+SHA1 (patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs) = 9365cab6fd25dd077ed56f6105cde22a4a3356dd
SHA1 (patch-vendor_libc-0.2.174_src_unix_bsd_netbsdlike_netbsd_riscv64.rs) = bcfaa5a86f5a5d837cc467dd5ac62434fcedc518
SHA1 (patch-vendor_libc-0.2.175_src_unix_bsd_netbsdlike_netbsd_riscv64.rs) = 393f7a6ad565bf5ceaa03e12d7b5eecd9bef467a
SHA1 (patch-vendor_line-index-0.1.2_src_lib.rs) = 30aa5c82630ea0e8969abb527c11640712efba1e
diff --git a/rust191/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs b/rust191/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
index dce7934ad2..224b4e930b 100644
--- a/rust191/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
+++ b/rust191/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
@@ -9,7 +9,7 @@ Fix xattr build.
pub const ENOTRECOVERABLE: c_int = 59;
pub const ENOSTR: c_int = 60;
+// This is not supported but is required for xattr
-+pub const ENOATTR: ::c_int = ::ENODATA;
++pub const ENOATTR: c_int = ENODATA;
pub const ENODATA: c_int = 61;
pub const ETIME: c_int = 62;
pub const ENOSR: c_int = 63;
Home |
Main Index |
Thread Index |
Old Index