git: 12056effd2fa - main - x11/clipcat: Garbage collect patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Nov 2024 17:31:32 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=12056effd2faf13e7ccf1e380f4c971a27524c80 commit 12056effd2faf13e7ccf1e380f4c971a27524c80 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-11-09 17:29:58 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-11-09 17:30:43 +0000 x11/clipcat: Garbage collect patch This patch is not needed with clipcat v0.19.0 Reported by: yuri@ --- x11/clipcat/files/patch-rust-1.82.0 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/x11/clipcat/files/patch-rust-1.82.0 b/x11/clipcat/files/patch-rust-1.82.0 deleted file mode 100644 index 549673404ba1..000000000000 --- a/x11/clipcat/files/patch-rust-1.82.0 +++ /dev/null @@ -1,10 +0,0 @@ ---- 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"