Bug 283449 - textproc/ugrep: fix build with archivers/bzip3
Summary: textproc/ugrep: fix build with archivers/bzip3
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: Ashish SHUKLA
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-20 17:59 UTC by Eric Camachat
Modified: 2024-12-24 17:47 UTC (History)
2 users (show)

See Also:


Attachments
fix build with archivers/bzip3 (833 bytes, patch)
2024-12-20 17:59 UTC, Eric Camachat
no flags Details | Diff
Fix build with bzip3 (825 bytes, patch)
2024-12-20 18:14 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 2024-12-20 17:59:39 UTC
Created attachment 255993 [details]
fix build with archivers/bzip3
Comment 1 Eric Camachat 2024-12-20 18:14:10 UTC
Created attachment 255994 [details]
Fix build with bzip3
Comment 2 Eric Camachat 2024-12-20 18:14:39 UTC
New patch tested.
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2024-12-21 13:21:43 UTC
Looks good to me (bzip3 maintainer).
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-12-24 17:46:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=80fd76960a1b0d01a9056405b89cfcfde5a8e413

commit 80fd76960a1b0d01a9056405b89cfcfde5a8e413
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2024-12-24 17:37:23 +0000
Commit:     Ashish SHUKLA <ashish@FreeBSD.org>
CommitDate: 2024-12-24 17:44:04 +0000

    textproc/ugrep: Fix build with archivers/bzip3

    PR:             283449
    Reviewed by:    ehaupt (maintainer of archivers/bzip3)

 textproc/ugrep/files/patch-src_zstream.hpp (new) | 11 +++++++++++
 1 file changed, 11 insertions(+)
Comment 5 Ashish SHUKLA freebsd_committer freebsd_triage 2024-12-24 17:47:51 UTC
Committed. Thank you!