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:53:22 +0000
commit6bf9f6876b11e360a5effbf13fe128b9bd373f69 (patch)
treed3080d32a68baea56b873f2415a31844d6839112
parent42b02a73018c140011863d5316042936933c530e (diff)
downloadports-6bf9f6876b11e360a5effbf13fe128b9bd373f69.tar.gz
ports-6bf9f6876b11e360a5effbf13fe128b9bd373f69.zip
deskutils/pueue: Fix build by adopting the patch from Alpine
PR: 272467 Submitted by: mikael@FreeBSD.org (cherry picked from commit db26eed2ca205e1937a38e214d131425d51fd02c)
-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;
+