Created attachment 243691 [details] Patch to update sysutils/polkit - Update to 123 - Adjust LICENSE (according to meson.build, it is LGPL2+) - Adjust WWW entry (previous URL redirects to gitlab repository)
This looks OK, although this hunk seems to be useless: +@@ -4,7 +4,6 @@ project( + license: 'LGPL2+', + default_options: [ + 'buildtype=debugoptimized', +- 'prefix=/usr', + 'cpp_std=c++17', + ], + meson_version: '>= 0.50.0', + I removed it and it builds fine. Is this OK to commit your patch without it?
(In reply to Gleb Popov from comment #1) Yes
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1dd314fe3facc37c243bbbe709d9deaa75c107f commit b1dd314fe3facc37c243bbbe709d9deaa75c107f Author: Olivier Duchateau <duchateau.olivier@gmail.com> AuthorDate: 2023-08-12 11:02:14 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-08-12 18:04:58 +0000 sysutils/polkit: Update to 123. PR: 272798 sysutils/polkit/Makefile | 13 +++++++------ sysutils/polkit/distinfo | 6 +++--- sysutils/polkit/files/patch-meson.build | 24 ++---------------------- sysutils/polkit/pkg-plist | 1 + 4 files changed, 13 insertions(+), 31 deletions(-)
Pushed in, thank you.