Bug 278767

Summary: audio/noise-suppression-for-voice-lv2: Convert post-extract to EXTRACT_AFTER_ARGS
Product: Ports & Packages Reporter: Daniel Engberg <diizzy>
Component: Individual Port(s)Assignee: Daniel Engberg <diizzy>
Status: Closed FIXED    
Severity: Affects Only Me Flags: yuri: maintainer-feedback+
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch for noise-suppression-for-voice-lv2
none
Patch for noise-suppression-for-voice-lv2 v2 none

Description Daniel Engberg freebsd_committer freebsd_triage 2024-05-04 19:56:37 UTC
Created attachment 250402 [details]
Patch for noise-suppression-for-voice-lv2

Reduces I/O by not extracting unused dependencies

Poudriere bulk OK
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2024-05-04 20:04:15 UTC
Approved. Thanks for the patch!
Please commit it.
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2024-05-05 12:32:16 UTC
Created attachment 250438 [details]
Patch for noise-suppression-for-voice-lv2 v2

Be more specific about what files to remove and preserve original flags

I'll commit it later
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-06 20:26:34 UTC
A commit in branch main references this bug:

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

commit 8ec237cd568f2c51f700014cba613e943e3b0006
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-06 20:07:27 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-06 20:10:41 +0000

    audio/noise-suppression-for-voice-lv2: Use EXTRACT_AFTER_ARGS

    To decrease I/O load skip extracting files instead of removing after
    extraction

    PR:             278767
    Reviewed by:    yuri (maintainer)

 audio/noise-suppression-for-voice-lv2/Makefile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
Comment 4 Daniel Engberg freebsd_committer freebsd_triage 2024-05-06 20:30:20 UTC
Committed, thanks!