pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/iamb
Module Name: pkgsrc
Committed By: wiz
Date: Thu Apr 9 07:39:47 UTC 2026
Modified Files:
pkgsrc/chat/iamb: distinfo
Added Files:
pkgsrc/chat/iamb/patches: patch-src_main.rs
Log Message:
iamb: fix build with rust 1.94 using upstream patch
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/chat/iamb/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/chat/iamb/patches/patch-src_main.rs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/iamb/distinfo
diff -u pkgsrc/chat/iamb/distinfo:1.6 pkgsrc/chat/iamb/distinfo:1.7
--- pkgsrc/chat/iamb/distinfo:1.6 Wed Jan 21 14:46:58 2026
+++ pkgsrc/chat/iamb/distinfo Thu Apr 9 07:39:47 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.6 2026/01/21 14:46:58 pin Exp $
+$NetBSD: distinfo,v 1.7 2026/04/09 07:39:47 wiz Exp $
BLAKE2s (accessory-1.3.1.crate) = 903203f2dbcaa85ee4df2aee3c77599d63602e96a794827e3c0b6dcd3631b531
SHA512 (accessory-1.3.1.crate) = d15e90bd93a1dc59cd32c6fb3a55643a3fedb099eaf357f24a6cb80d845f584952cc6d95b97f27bbd407f22d1aacdc0932f0c453b5f405bb03437d6f2980bed5
@@ -2142,3 +2142,4 @@ Size (zvariant_derive-3.15.2.crate) = 10
BLAKE2s (zvariant_utils-1.0.1.crate) = f74a2d10b80bf5b3552db81c6c02ccf563bb8a7a19beb3beffc4824958c50870
SHA512 (zvariant_utils-1.0.1.crate) = 3cf364d53f1169d5274998c3f06ef1a9371071644b256223441deb004553d4eccbb564305ddc0693cf1b7a595e8c1b989df0f8b4eb8447a72782d7d200120f36
Size (zvariant_utils-1.0.1.crate) = 6223 bytes
+SHA1 (patch-src_main.rs) = 8c9727fe25d45559a6000535597aaf011baeb0a8
Added files:
Index: pkgsrc/chat/iamb/patches/patch-src_main.rs
diff -u /dev/null pkgsrc/chat/iamb/patches/patch-src_main.rs:1.1
--- /dev/null Thu Apr 9 07:39:47 2026
+++ pkgsrc/chat/iamb/patches/patch-src_main.rs Thu Apr 9 07:39:47 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_main.rs,v 1.1 2026/04/09 07:39:47 wiz Exp $
+
+Fix build with rust 1.94.
+https://github.com/ulyssa/iamb/pull/599
+
+--- src/main.rs.orig 2026-01-20 00:22:41.000000000 +0000
++++ src/main.rs
+@@ -11,6 +11,7 @@
+ //!
+ //! Most rendering logic lives under the [windows] module, but [Matrix messages][message] have
+ //! their own module.
++#![recursion_limit = "256"]
+ #![allow(clippy::manual_range_contains)]
+ #![allow(clippy::needless_return)]
+ #![allow(clippy::result_large_err)]
Home |
Main Index |
Thread Index |
Old Index