pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rust183: remove superfluous patch-config.example.toml
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Tue Jan 14 23:08:17 2025 +0100
Changeset: f50ea34aefc81a85cf81562ff3412fa50b45156a
Modified Files:
rust183/distinfo
Removed Files:
rust183/patches/patch-config.example.toml
Log Message:
rust183: remove superfluous patch-config.example.toml
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f50ea34aefc81a85cf81562ff3412fa50b45156a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rust183/distinfo | 1 -
rust183/patches/patch-config.example.toml | 14 --------------
2 files changed, 15 deletions(-)
diffs:
diff --git a/rust183/distinfo b/rust183/distinfo
index 22ee0794c9..697ccc0d22 100644
--- a/rust183/distinfo
+++ b/rust183/distinfo
@@ -117,7 +117,6 @@ SHA1 (patch-compiler_rustc__target_src_spec_targets_aarch64__unknown__netbsd.rs)
SHA1 (patch-compiler_rustc__target_src_spec_targets_mips64el__unknown__netbsd.rs) = bbfbac8c4047340fc220e26bfaa8e7d7f5dcb284
SHA1 (patch-compiler_rustc__target_src_spec_targets_mipsel__unknown__netbsd.rs) = 7deeb7d1d3306e96891dec144ac90398b88c6ad4
SHA1 (patch-compiler_rustc__target_src_spec_targets_sparc64__unknown__netbsd.rs) = cde3a59b5d53b58a3824aef8dddbf815bcdd8eb8
-SHA1 (patch-config.example.toml) = 520ad7a26249780ae79a5dc1d2b534a8c6aef0a5
SHA1 (patch-library_backtrace_src_symbolize_gimli.rs) = 9d5ef634c5a454e474ea5fee76da9bb768f5b3d9
SHA1 (patch-library_backtrace_src_symbolize_gimli_elf.rs) = 3b84a462c6bc8245d579452e4c37e3ce13314952
SHA1 (patch-library_std_src_sys_pal_unix_mod.rs) = bfc59ae4568547e3ed71c8b31ba5b5b5363d5d40
diff --git a/rust183/patches/patch-config.example.toml b/rust183/patches/patch-config.example.toml
deleted file mode 100644
index d0a943bd6b..0000000000
--- a/rust183/patches/patch-config.example.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Backport https://github.com/rust-lang/rust/pull/130110/
-"make dist vendoring configurable"
-
---- config.example.toml.orig 2024-09-22 17:59:03.580913638 +0000
-+++ config.example.toml
-@@ -918,3 +918,6 @@
- # Copy the linker, DLLs, and various libraries from MinGW into the Rust toolchain.
- # Only applies when the host or target is pc-windows-gnu.
- #include-mingw-linker = true
-+
-+# Whether to vendor dependencies for the dist tarball.
-+#vendor = if "is a tarball source" || "is a git repository" { true } else { false }
Home |
Main Index |
Thread Index |
Old Index