Date: Fri, 8 Nov 2024 08:24:31 GMT 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: f825faa7020e - main - x11/clipcat: Fix build with rust 1.82.0 Message-ID: <202411080824.4A88OVvH037133@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=f825faa7020eed4b3177a2e7c388fbe324e3ac87 commit f825faa7020eed4b3177a2e7c388fbe324e3ac87 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-11-03 15:59:46 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-11-08 08:24:20 +0000 x11/clipcat: Fix build with rust 1.82.0 PR: 282516 --- x11/clipcat/files/patch-rust-1.82.0 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/x11/clipcat/files/patch-rust-1.82.0 b/x11/clipcat/files/patch-rust-1.82.0 new file mode 100644 index 000000000000..549673404ba1 --- /dev/null +++ b/x11/clipcat/files/patch-rust-1.82.0 @@ -0,0 +1,10 @@ +--- Cargo.toml.orig2 2024-10-21 10:51:43.080871000 +0200 ++++ Cargo.toml 2024-10-21 10:52:08.278396000 +0200 +@@ -163,7 +163,6 @@ break_with_label_and_loop = "deny" + bad_asm_style = "deny" + bare_trait_objects = "deny" + break_with_label_and_loop = "deny" +-byte_slice_in_packed_struct_with_derive = "deny" + clashing_extern_declarations = "deny" + coherence_leak_check = "deny" + confusable_idents = "deny"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411080824.4A88OVvH037133>