CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/07/30 06:06:31
Modified files:
infrastructure/mk: bsd.port.mk
Log message:
In do-extract fail early if the decompressor errors out
Using set -o pipefail we can detect when gzip -d and friends fail when
decompressing archives. This is better than a partially extracted
archive leading to failures to patch or build later.
ok phessler@ landry@
