Bug 278750 - devel/rttr: Convert post-extract to EXTRACT_AFTER_ARGS
Summary: devel/rttr: 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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-04 18:48 UTC by Daniel Engberg
Modified: 2024-05-06 02:27 UTC (History)
1 user (show)

See Also:
jhale: maintainer-feedback+


Attachments
Patch for rttr (632 bytes, patch)
2024-05-04 18:48 UTC, Daniel Engberg
no flags Details | Diff
Patch for rttr v2 (764 bytes, patch)
2024-05-05 11:54 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:48:29 UTC
Created attachment 250386 [details]
Patch for rttr

Saves I/O by not extracting unused dependencies

Poudriere bulk OK
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 11:54:37 UTC
Created attachment 250430 [details]
Patch for rttr v2


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

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

commit 451270d7c270fc45ae0b7e96caa3889a707f81b4
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-06 01:59:59 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2024-05-06 02:23:31 +0000

    devel/rttr: Don't extract unused files

    Convert the post-extract target to EXTRACT_AFTER_ARGS to save on I/O.

    Pet portclippy(1).

    PR:             278750

 devel/rttr/Makefile | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)
Comment 3 Jason E. Hale freebsd_committer freebsd_triage 2024-05-06 02:27:20 UTC
Committed with minor changes, thanks!