Created attachment 250387 [details] Patch for star Use EXTRACT_AFTER_ARGS to reduce I/O by skipping extraction of unused dependency Poudriere bulk OK
Created attachment 250433 [details] Patch for star v2 Be more specific about what files to remove and preserve original flags
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(-)
Thanks!