Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jul 2023 15:53:25 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 6bf9f6876b11 - 2023Q3 - deskutils/pueue: Fix build by adopting the patch from Alpine
Message-ID:  <202307121553.36CFrPaQ075356@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q3 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6bf9f6876b11e360a5effbf13fe128b9bd373f69

commit 6bf9f6876b11e360a5effbf13fe128b9bd373f69
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-12 15:51:09 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-12 15:53:22 +0000

    deskutils/pueue: Fix build by adopting the patch from Alpine
    
    PR:             272467
    Submitted by:   mikael@FreeBSD.org
    
    (cherry picked from commit db26eed2ca205e1937a38e214d131425d51fd02c)
---
 deskutils/pueue/files/patch-fix-build | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

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;
+ 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307121553.36CFrPaQ075356>