diff options
Diffstat (limited to 'x11/clipcat')
-rw-r--r-- | x11/clipcat/Makefile | 2 | ||||
-rw-r--r-- | x11/clipcat/files/patch-rust-1.89.0 | 9 |
2 files changed, 10 insertions, 1 deletions
diff --git a/x11/clipcat/Makefile b/x11/clipcat/Makefile index 632698e4360b..806fb4afb713 100644 --- a/x11/clipcat/Makefile +++ b/x11/clipcat/Makefile @@ -1,7 +1,7 @@ PORTNAME= clipcat DISTVERSIONPREFIX= v DISTVERSION= 0.21.0 -PORTREVISION= 2 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= yuri@FreeBSD.org diff --git a/x11/clipcat/files/patch-rust-1.89.0 b/x11/clipcat/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..66f0f73b7b32 --- /dev/null +++ b/x11/clipcat/files/patch-rust-1.89.0 @@ -0,0 +1,9 @@ +--- crates/server/src/notification/dummy.rs.orig 2025-08-22 08:47:55 UTC ++++ crates/server/src/notification/dummy.rs +@@ -1,5 +1,6 @@ + use crate::notification::traits; + ++#[allow(dead_code)] + #[derive(Clone, Copy, Debug, Default)] + pub struct Notification {} + |