pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/rust



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Jun 17 13:01:57 UTC 2025

Modified Files:
        pkgsrc/lang/rust: distinfo
        pkgsrc/lang/rust/patches: patch-src_bootstrap_src_lib.rs

Log Message:
rust: Remove trailing whitespace in patch.

This somehow got added during the 1.86.0 update, even though the hunk in
question did not change.  Incorrect formatting breaks "tidy check" and thus
make test, which now works again.


To generate a diff of this commit:
cvs rdiff -u -r1.183 -r1.184 pkgsrc/lang/rust/distinfo
cvs rdiff -u -r1.5 -r1.6 \
    pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs

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

Modified files:

Index: pkgsrc/lang/rust/distinfo
diff -u pkgsrc/lang/rust/distinfo:1.183 pkgsrc/lang/rust/distinfo:1.184
--- pkgsrc/lang/rust/distinfo:1.183     Tue Jun 17 11:12:01 2025
+++ pkgsrc/lang/rust/distinfo   Tue Jun 17 13:01:57 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.183 2025/06/17 11:12:01 jperkin Exp $
+$NetBSD: distinfo,v 1.184 2025/06/17 13:01:57 jperkin Exp $
 
 BLAKE2s (rust-1.85.1-aarch64-apple-darwin.tar.gz) = d78359b32fe92855663ee77baf041b4f40eedbe954f9f857763ed4624633837f
 SHA512 (rust-1.85.1-aarch64-apple-darwin.tar.gz) = a61d0b08ed7c9c319d192b0ee171a641ca3f24e3f2c785957f02b5a429562de9726b8178bdb4e6d225e853ecdfa10b555e4795e79ca51d980cdca8353ec99f13
@@ -126,7 +126,7 @@ SHA1 (patch-src_bootstrap_bootstrap.py) 
 SHA1 (patch-src_bootstrap_src_core_build__steps_compile.rs) = e928203ed4734c93cc33c5a3f7879cf18dcecc83
 SHA1 (patch-src_bootstrap_src_core_build__steps_install.rs) = cc6558df42c9c9ac28fdb2ff180bdaa7f22ce816
 SHA1 (patch-src_bootstrap_src_core_builder_cargo.rs) = b7ce18d045c2ef250817ee4b6ed57e0524d99e71
-SHA1 (patch-src_bootstrap_src_lib.rs) = de64427b7b03c89c7a16af48e88adbc1025e0a0f
+SHA1 (patch-src_bootstrap_src_lib.rs) = b90a3b9044c4ad92a7ba50a9e3388f6a91caf9c6
 SHA1 (patch-src_llvm-project_llvm_CMakeLists.txt) = 7abfabb6ec70df229a69355f8c76825610165c37
 SHA1 (patch-src_llvm-project_llvm_cmake_modules_AddLLVM.cmake) = e1b2eb2f0b3cf1cf87b443656ae306b3242f6b12
 SHA1 (patch-src_llvm-project_llvm_include_llvm-c_DataTypes.h) = cb011fc19957883c01725797f7c85ed1b20f96f1

Index: pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs
diff -u pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs:1.5 pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs:1.6
--- pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs:1.5 Mon Jun 16 21:10:44 2025
+++ pkgsrc/lang/rust/patches/patch-src_bootstrap_src_lib.rs     Tue Jun 17 13:01:57 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-src_bootstrap_src_lib.rs,v 1.5 2025/06/16 21:10:44 he Exp $
+$NetBSD: patch-src_bootstrap_src_lib.rs,v 1.6 2025/06/17 13:01:57 jperkin Exp $
 
 Don't filter out optimization flags.
 FreeBSD has a particular C++ runtime library name
@@ -18,7 +18,7 @@ FreeBSD has a particular C++ runtime lib
          // we want libc++ (more filled out than libstdc++), ensuring that
          // LLVM/etc are all properly compiled.
 -        if matches!(c, CLang::Cxx) && target.contains("apple-darwin") {
-+        if matches!(c, CLang::Cxx) && 
++        if matches!(c, CLang::Cxx) &&
 +            (target.contains("apple-darwin") || target.contains("freebsd")) {
              base.push("-stdlib=libc++".into());
          }



Home | Main Index | Thread Index | Old Index