Bug 278736 - devel/grpc: Reduce I/O during extracting
Summary: devel/grpc: Reduce I/O during extracting
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: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 14:08 UTC by Daniel Engberg
Modified: 2024-05-28 23:59 UTC (History)
0 users

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


Attachments

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 14:08:17 UTC
Instead of extracting data to right away delete it utilize EXTRACT_AFTER_ARGS=    --exclude ... instead. See https://cgit.freebsd.org/ports/tree/net-mgmt/netdata/Makefile#n33
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-05-28 23:58:46 UTC
A commit in branch main references this bug:

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

commit 5d49fc886eb0527b17c9f3c06301343c21730768
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-28 23:57:54 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-28 23:57:54 +0000

    devel/grpc: Add EXTRACT_AFTER_ARGS

    PR:             278736
    Reported by:    diizzy

 devel/grpc/Makefile | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2024-05-28 23:59:59 UTC
Committed. Thanks!