Bug 278751 - biology/star: Use EXTRACT_AFTER_ARGS to reduce I/O
Summary: biology/star: Use EXTRACT_AFTER_ARGS to reduce I/O
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: Jason W. Bacon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 18:50 UTC by Daniel Engberg
Modified: 2024-05-05 15:01 UTC (History)
1 user (show)

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


Attachments
Patch for star (540 bytes, patch)
2024-05-04 18:50 UTC, Daniel Engberg
no flags Details | Diff
Patch for star v2 (628 bytes, patch)
2024-05-05 12:16 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 18:50:29 UTC
Created attachment 250387 [details]
Patch for star

Use EXTRACT_AFTER_ARGS to reduce I/O by skipping extraction of unused dependency

Poudriere bulk OK
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 12:16:50 UTC
Created attachment 250433 [details]
Patch for star v2

Be more specific about what files to remove and preserve original flags
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-05-05 15:00:48 UTC
A commit in branch main references this bug:

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

commit 94ae98221aa55d9dfac0cbd7a6a68d189d090222
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-05-05 14:58:47 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-05-05 14:58:47 +0000

    biology/star: Use EXTRACT_AFTER_ARGS to omit unused htslib dir

    Reduces I/O during builds

    PR:             278751
    Reported by:    diizzy

 biology/star/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Jason W. Bacon freebsd_committer freebsd_triage 2024-05-05 15:01:16 UTC
Thanks!