Created attachment 231193 [details] archivers/ark: switch from p7zip to 7-zip
For the record, there is upstream bug: https://bugs.kde.org/440135 and suspended merge request: https://invent.kde.org/utilities/ark/-/merge_requests/90
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=160358b8d28b1fd286c6ddfb3b3ac9427a3d0a55 commit 160358b8d28b1fd286c6ddfb3b3ac9427a3d0a55 Author: Max Brazhnikov <makc@FreeBSD.org> AuthorDate: 2022-02-09 21:47:29 +0000 Commit: Max Brazhnikov <makc@FreeBSD.org> CommitDate: 2022-02-09 21:47:29 +0000 archivers/ark: switch from p7zip to 7-zip Add support for original 7-Zip and use it instead of p7zip. Full patch has been submitted upstream: https://invent.kde.org/utilities/ark/-/merge_requests/90 PR: 260866 261368 archivers/ark/Makefile | 11 +++++- archivers/ark/files/patch-7zip (new) | 76 ++++++++++++++++++++++++++++++++++++ archivers/ark/pkg-message | 2 +- 3 files changed, 87 insertions(+), 2 deletions(-)
Eric, thanks for patch. I've committed stripped version of what I've sent upstream.