Bug 291241 - graphics/zathura-cb: Remove the dependency on archivers/libarchive
Summary: graphics/zathura-cb: Remove the dependency on archivers/libarchive
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-27 05:44 UTC by mew14930xvi
Modified: 2025-11-29 18:48 UTC (History)
3 users (show)

See Also:


Attachments
Remove USES=libarchive (2.01 KB, patch)
2025-11-27 05:44 UTC, mew14930xvi
mew14930xvi: maintainer-approval+
Details | Diff
Remove USES=libarchive (2.08 KB, patch)
2025-11-27 13:51 UTC, mew14930xvi
mew14930xvi: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mew14930xvi 2025-11-27 05:44:52 UTC
Created attachment 265667 [details]
Remove USES=libarchive

Use the base libarchive.
Comment 1 mew14930xvi 2025-11-27 13:51:30 UTC
Created attachment 265673 [details]
Remove USES=libarchive

Update files/patch-meson.build.
Comment 2 commit-hook freebsd_committer freebsd_triage 2025-11-29 14:31:30 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8c4c5b2c0448572b6fb71ef5000bf21531d66d1a

commit 8c4c5b2c0448572b6fb71ef5000bf21531d66d1a
Author:     mew14930xvi <mew14930xvi@inbox.lv>
AuthorDate: 2025-11-29 14:25:37 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-11-29 14:30:55 +0000

    graphics/zathura-cb: Switch from archivers/libarchive to libarchive from base

    PR:     291241

 graphics/zathura-cb/Makefile                      |  4 ++--
 graphics/zathura-cb/files/patch-meson.build (new) | 21 +++++++++++++++++++++
 2 files changed, 23 insertions(+), 2 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2025-11-29 14:32:32 UTC
Thanks.
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2025-11-29 18:48:21 UTC
This is probably not a great idea as libarchive in base tends to lag behind upstream releases.