Bug 278766 - security/zeek: Convert post-extract to EXTRACT_AFTER_ARGS
Summary: security/zeek: Convert post-extract to EXTRACT_AFTER_ARGS
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: Craig Leres
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 19:38 UTC by Daniel Engberg
Modified: 2024-05-07 01:16 UTC (History)
0 users

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


Attachments
Patch for zeek (598 bytes, patch)
2024-05-04 19:38 UTC, Daniel Engberg
no flags Details | Diff
Patch for zeek v2 (902 bytes, patch)
2024-05-05 12:47 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Engberg freebsd_committer freebsd_triage 2024-05-04 19:38:47 UTC
Created attachment 250401 [details]
Patch for zeek

Saves I/O by not extracting unused dependency

Poudriere bulk OK
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 12:47:39 UTC
Created attachment 250443 [details]
Patch for zeek v2

Be more specific about what files to remove and preserve original flags
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 12:52:03 UTC
Forgot to mention, remove unnecessary DISTFILES entry
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-07 01:15:11 UTC
A commit in branch main references this bug:

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

commit b3b6a064559c17d7a38fb10321cd78ac115d41e9
Author:     Craig Leres <leres@FreeBSD.org>
AuthorDate: 2024-05-07 01:14:27 +0000
Commit:     Craig Leres <leres@FreeBSD.org>
CommitDate: 2024-05-07 01:14:27 +0000

    security/zeek: Convert post-extract to EXTRACT_AFTER_ARGS

    "Saves I/O by not extracting unused dependency"

    PR:             278766
    Reported by:    diizzy

 security/zeek/Makefile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
Comment 4 Craig Leres freebsd_committer freebsd_triage 2024-05-07 01:16:00 UTC
Thanks for the patch!