Created attachment 256336 [details] Update to eza-0.20.15 eza-0.20.15 has released. I have created a patch.
This port seems to bundle OpenSSL. Please patch the port so it does not: $ make /!\ eza-0.20.15: Makefile warnings, please consider fixing /!\ Please make sure this port uses the system OpenSSL and consider removing CARGO_CRATES=openssl-src-300.4.1+3.4.0 (a vendored copy of OpenSSL) from the build, e.g., by patching Cargo.toml appropriately. Also: MASTER_SITES contains https://github.com/eza-community/eza/archive/refs/tags/v0.20.15/0.20.15.tar.gz?dummy=/:src, please use USE_GITHUB instead.
(In reply to Robert Clausecker from comment #1) The dependency on openssl-src should have been removed in #bug 281577. The reason for using MASTER_SITES instead of USE_GITHUB is as stated in #bug 282152.
Created attachment 256431 [details] Update to eza-0.20.15 (Remove openssl-src in Makefile.crates and distinfo) I have created new patch. Remove openssl-src in Makefile.crates and distinfo.
Created attachment 256433 [details] Update to eza-0.20.15 (USE_GITHUB and remove openssl-src in Makefile.crates and distinfo) I have created new patch. USE_GITHUB and remove openssl-src-* in Makefile.crates and distinfo.
Thank you for looking into this.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b2b991be78343b4ac75304f009be40f1399c26e commit 6b2b991be78343b4ac75304f009be40f1399c26e Author: Ken DEGUCHI <kdeguchi@sz.tokoha-u.ac.jp> AuthorDate: 2025-01-06 15:41:04 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-01-06 23:06:17 +0000 sysutils/eza: update to 0.20.15 - unbundle openssl-src - switch to USE_GITHUB Changelog: https://github.com/eza-community/eza/releases/tag/v0.20.15 PR: 283786 sysutils/eza/Makefile | 12 +++++----- sysutils/eza/Makefile.crates | 3 +-- sysutils/eza/distinfo | 16 ++++++------- sysutils/eza/files/patch-Cargo.lock (new) | 26 ++++++++++++++++++++++ ...patch-cargo-crates_git2-0.19.0_Cargo.lock (new) | 26 ++++++++++++++++++++++ 5 files changed, 67 insertions(+), 16 deletions(-)
Thank you for your submission.