summaryrefslogtreecommitdiff
path: root/misc/xd-rust
diff options
context:
space:
mode:
Diffstat (limited to 'misc/xd-rust')
-rw-r--r--misc/xd-rust/Makefile2
-rw-r--r--misc/xd-rust/files/patch-rust-1.89.010
2 files changed, 11 insertions, 1 deletions
diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile
index 84b7cfd05fa0..622ee6576a66 100644
--- a/misc/xd-rust/Makefile
+++ b/misc/xd-rust/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xd
DISTVERSION= 0.0.4
-PORTREVISION= 42
+PORTREVISION= 43
CATEGORIES= misc
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main
DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main
diff --git a/misc/xd-rust/files/patch-rust-1.89.0 b/misc/xd-rust/files/patch-rust-1.89.0
new file mode 100644
index 000000000000..e6428dda91df
--- /dev/null
+++ b/misc/xd-rust/files/patch-rust-1.89.0
@@ -0,0 +1,10 @@
+--- src/bin/xd/cli.rs.orig 2025-08-23 07:56:06 UTC
++++ src/bin/xd/cli.rs
+@@ -100,6 +100,7 @@ impl From<TableOption> for &xd::table::Table {
+ }
+ }
+
++#[warn(dangerous_implicit_autorefs)]
+ #[rustfmt::skip]
+ pub fn app() -> App<'static, 'static> {
+ App::new("xd")