aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-07-12 15:51:09 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-07-12 15:52:39 +0000
commitdb26eed2ca205e1937a38e214d131425d51fd02c (patch)
tree2cfd92a689190471e53da4f11b2537a7001097b4
parentc75f100932223d3a349490b70a29567156fa7667 (diff)
downloadports-db26eed2ca205e1937a38e214d131425d51fd02c.tar.gz
ports-db26eed2ca205e1937a38e214d131425d51fd02c.zip
deskutils/pueue: Fix build by adopting the patch from Alpine
PR: 272467 Submitted by: mikael@FreeBSD.org
-rw-r--r--deskutils/pueue/files/patch-fix-build21
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/pueue/files/patch-fix-build b/deskutils/pueue/files/patch-fix-build
new file mode 100644
index 000000000000..e0c159f1f414
--- /dev/null
+++ b/deskutils/pueue/files/patch-fix-build
@@ -0,0 +1,21 @@
+- patch from https://git.alpinelinux.org/aports/commit/community/pueue?id=6e6e3b80434f09b1ec0e777afa2c88ab526b0ba3
+- bug#272467
+
+diff --git pueue/src/client/query/filters.rs pueue/src/client/query/filters.rs
+index 76c1218..5714187 100644
+--- pueue/src/client/query/filters.rs
++++ pueue/src/client/query/filters.rs
+@@ -1,3 +1,4 @@
++#![allow(bindings_with_variant_name)]
+ use anyhow::{bail, Context, Result};
+ use chrono::{DateTime, Duration, Local, NaiveDate, NaiveDateTime, NaiveTime};
+ use pest::iterators::Pair;
+diff --git pueue/src/client/query/order_by.rs pueue/src/client/query/order_by.rs
+index 2280afa..982c234 100644
+--- pueue/src/client/query/order_by.rs
++++ pueue/src/client/query/order_by.rs
+@@ -1,3 +1,4 @@
++#![allow(bindings_with_variant_name)]
+ use anyhow::Result;
+ use pest::iterators::Pair;
+