pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust189: merge patch change and shared library list change from lang/rust
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Aug 26 16:30:24 2025 +0200
Changeset: 5eb9a715e268a0a0d36fb897cbd66f3d22310138
Modified Files:
rust189/Makefile
rust189/distinfo
rust189/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
Log Message:
rust189: merge patch change and shared library list change from lang/rust
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5eb9a715e268a0a0d36fb897cbd66f3d22310138
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust189/Makefile | 6 +++---
rust189/distinfo | 2 +-
rust189/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs:
diff --git a/rust189/Makefile b/rust189/Makefile
index 00fa33adcd..40f2f26549 100644
--- a/rust189/Makefile
+++ b/rust189/Makefile
@@ -703,9 +703,9 @@ stage0-bootstrap: install
libssl.so.3 libz.so.1 libzstd.so.1; do \
${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
done; \
- for lib in libiconv.so.2 libidn2.so.0 libintl.so.8 liblber.so.2 \
- libldap.so.2 liblzma.so.5 libnghttp2.so.14 libsasl2.so.3 \
- libssh2.so.1 libunistring.so.5 libxml2.so.16; do \
+ for lib in libiconv.so.2 libidn2.so.0 libintl.so.8 \
+ liblzma.so.5 libnghttp2.so.14 \
+ libunistring.so.5 libxml2.so.16; do \
${CP} ${PREFIX}/lib/$${lib} ${BOOTSTRAP_TMPDIR}/lib/pkgsrc/; \
done; \
for f in ${BOOTSTRAP_TMPDIR}/bin/*; do \
diff --git a/rust189/distinfo b/rust189/distinfo
index 85f1fb6280..30697f389d 100644
--- a/rust189/distinfo
+++ b/rust189/distinfo
@@ -146,7 +146,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_line-index-0.1.2_src_lib.rs) = 30aa5c82630ea0e8969abb527c11640712efba1e
SHA1 (patch-vendor_lzma-sys-0.1.20_config.h) = 4849052ddb2f04f539fd7060fc1b43cc3acf99c4
diff --git a/rust189/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs b/rust189/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
index dce7934ad2..9c70acc3af 100644
--- a/rust189/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
+++ b/rust189/patches/patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs
@@ -1,4 +1,4 @@
-$NetBSD$
+$NetBSD: patch-vendor_libc-0.2.172_src_unix_solarish_mod.rs,v 1.2 2025/08/26 13:56:24 jperkin Exp $
Fix xattr build.
@@ -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