pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgin pkgin: Prefer gzip on more 32-bit archs.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bdb716bb38ad
branches:  trunk
changeset: 768266:bdb716bb38ad
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Oct 17 10:06:28 2021 +0000

description:
pkgin: Prefer gzip on more 32-bit archs.

diffstat:

 pkgtools/pkgin/options.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1391d58e0fc1 -r bdb716bb38ad pkgtools/pkgin/options.mk
--- a/pkgtools/pkgin/options.mk Sun Oct 17 09:49:21 2021 +0000
+++ b/pkgtools/pkgin/options.mk Sun Oct 17 10:06:28 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2021/10/12 12:46:14 jperkin Exp $
+# $NetBSD: options.mk,v 1.4 2021/10/17 10:06:28 nia Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.pkgin
 PKG_SUPPORTED_OPTIONS= pkgin-prefer-gzip
@@ -9,7 +9,7 @@
 # Prefer pkg_summary.gz instead of .bz2 or .xz on hosts that are likely to be
 # slower or have limited memory where the higher compression can cause issues.
 #
-PROBABLY_SLOW_ARCHS=   alpha hppa m68k sparc vax
+PROBABLY_SLOW_ARCHS=   alpha hppa i386 m68k powerpc sh3eb sh3el sparc vax
 .if !empty(PROBABLY_SLOW_ARCHS:M${MACHINE_ARCH})
 PKG_SUGGESTED_OPTIONS= pkgin-prefer-gzip
 .endif



Home | Main Index | Thread Index | Old Index