From: Matthew Dillon Date: Wed, 6 Nov 2019 17:31:26 +0000 (-0800) Subject: dsynth - Change default compression from .tgz to .txz X-Git-Tag: v5.8.0rc1~508 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/f17a90cbe796144041b19b5025f69869e02c713b dsynth - Change default compression from .tgz to .txz * Change default compression from .tgz to .txz, just so the results are space-efficient, even though this will slow down bulk builds. * Anyone can change the compression algo via Package_suffix, see 'man dsynth'. .tgz is recommended if reducing bulk build time is critical for you. Requested-by: zrj --- diff --git a/usr.bin/dsynth/dsynth.h b/usr.bin/dsynth/dsynth.h index 15471373e6..51d4232e61 100644 --- a/usr.bin/dsynth/dsynth.h +++ b/usr.bin/dsynth/dsynth.h @@ -96,8 +96,12 @@ struct pkglink; * .tgz - reasonable compression, extremely fast decompression. Roughly * 1.1x to 2.0x the size of a .txz, but decompresses 10x faster. * .tbz - worse than .tgz generally + * + * NOTE: Decompression speed does effect bulk builds since each slot has + * to install pre-reqs before building any particular package. Set + * the default to .txz to remain close to synth's default. */ -#define USE_PKG_SUFX ".tgz" +#define USE_PKG_SUFX ".txz" /* * Topology linkages