Bug 261368 - archivers/ark: switch from p7zip to 7-zip
Summary: archivers/ark: switch from p7zip to 7-zip
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-20 20:11 UTC by Eric Camachat
Modified: 2022-02-10 09:07 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
archivers/ark: switch from p7zip to 7-zip (5.14 KB, patch)
2022-01-20 20:11 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2022-01-20 20:11:13 UTC
Created attachment 231193 [details]
archivers/ark: switch from p7zip to 7-zip
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2022-01-21 00:04:46 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-02-09 21:49:51 UTC
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(-)
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2022-02-10 09:07:03 UTC
Eric, thanks for patch. I've committed stripped version of what I've sent upstream.