17.01.2023 09:28, Stuart Henderson пишет: > I'm also wondering if we should add a way to pass user-defined flags to > xz; the new threaded decompressor saves a lot of clock time extracting > large xz files (including ports like chromium, firefox, texmf). > (use xz --decompress instead of xzdec, and add a new variable that the > user can set in mk.conf added to the command; -T0 to use all available > cores or use some specific other value).
That would be nice, not just for xz. Not sure where, but there were a few occasions where I could've used EXTRACT_ARGS to pass special flags. That'd go nicely with the existing EXTRACT_FILES. Oh... maybe I wanted EXTRACT_ARGS to rewrite files during extract with tar(1) -s -- I think that was it.
