pkgsrc-WIP-changes archive

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

rust193: fix typo (missing double-quote).



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Sat Mar 7 12:09:50 2026 +0000
Changeset:	8412627866132eadc89fac653f4704a4b5027243

Modified Files:
	rust193/Makefile
	rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs

Log Message:
rust193: fix typo (missing double-quote).

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

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

diffstat:
 rust193/Makefile                                                  | 2 +-
 rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/rust193/Makefile b/rust193/Makefile
index a9a8015934..73b62ed144 100644
--- a/rust193/Makefile
+++ b/rust193/Makefile
@@ -456,7 +456,7 @@ CKSUMS+=	6d2c2831119e059d35e81a89b08195a29e325f68acfd86a3a7157ebf8e78182d
 
 CKSUM_CRATES+=	vendor/openssl-src-300.5.4+3.5.4
 CKSUMS+=	33f1e78110293a8558ae997ed57e7aac72c5bfd47a241dc7f6e2ffa98b7a7137
-CKSUMS+=	8e2d07f5df1a7d33361ab657cdd3742850139d3fa16f639e6d37da01946bbe14
+CKSUMS+=	d0232a8b63c2fb396ed7551eb983b16b6ebafbba4b33d4434e167b05ee290f8f
 # covered by 3.5.0:
 #CKSUMS+=	6e62515e67910aea2f04b64c643aa2545732f9dd7bf0abf87d8accf8c2c1fb88
 #CKSUMS+=	ccc5252660386fbfec2d66423f2dc87e6da74efd39ca0fcd7c7fd583056725c1
diff --git a/rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs b/rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs
index 8ebb0d1543..2a9ec06917 100644
--- a/rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs
+++ b/rust193/patches/patch-vendor_openssl-src-300.5.4+3.5.4_src_lib.rs
@@ -16,7 +16,7 @@ Make this build on NetBSD for armv6, mipsel and m68k as well.
              "i686-uwp-windows-msvc" => "VC-WIN32-UWP",
              "loongarch64-unknown-linux-gnu" => "linux-generic64",
              "loongarch64-unknown-linux-musl" => "linux-generic64",
-+            "m68k-unknown-netbsd" => NetBSD-generic32",
++            "m68k-unknown-netbsd" => "NetBSD-generic32",
              "mips-unknown-linux-gnu" => "linux-mips32",
              "mips-unknown-linux-musl" => "linux-mips32",
              "mips64-unknown-linux-gnuabi64" => "linux64-mips64",


Home | Main Index | Thread Index | Old Index