Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Apr 2026 12:27:06 +0000
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2cdd6abf6be3 - main - net-im/iamb: Fix build with rust 1.94.0
Message-ID:  <69ef561a.24e78.343fd33b@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by mikael:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2cdd6abf6be34dfa6c9ff984fa17fb77ea473ad7

commit 2cdd6abf6be34dfa6c9ff984fa17fb77ea473ad7
Author:     Mikael Urankar <mikael@FreeBSD.org>
AuthorDate: 2026-04-27 09:55:44 +0000
Commit:     Mikael Urankar <mikael@FreeBSD.org>
CommitDate: 2026-04-27 12:26:47 +0000

    net-im/iamb: Fix build with rust 1.94.0
    
    Approved by:    portmgr (build fix blanket)
---
 net-im/iamb/files/patch-rust-1.94.0 | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/net-im/iamb/files/patch-rust-1.94.0 b/net-im/iamb/files/patch-rust-1.94.0
new file mode 100644
index 000000000000..3899dadac6ac
--- /dev/null
+++ b/net-im/iamb/files/patch-rust-1.94.0
@@ -0,0 +1,21 @@
+From d69bc64cb9f6ddd150d5a6f1e08119f4cc74740e Mon Sep 17 00:00:00 2001
+From: vaw <git@nlih.de>
+Date: Fri, 10 Apr 2026 15:02:40 +0000
+Subject: [PATCH] Fix build on rustc `1.94.0` (#599)
+
+---
+ src/main.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/main.rs b/src/main.rs
+index 0a316c76..1d6b7d8a 100644
+--- src/main.rs
++++ 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 | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69ef561a.24e78.343fd33b>