pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkgin



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Oct 17 10:06:28 UTC 2021

Modified Files:
        pkgsrc/pkgtools/pkgin: options.mk

Log Message:
pkgin: Prefer gzip on more 32-bit archs.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/pkgtools/pkgin/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkgin/options.mk
diff -u pkgsrc/pkgtools/pkgin/options.mk:1.3 pkgsrc/pkgtools/pkgin/options.mk:1.4
--- pkgsrc/pkgtools/pkgin/options.mk:1.3        Tue Oct 12 12:46:14 2021
+++ pkgsrc/pkgtools/pkgin/options.mk    Sun Oct 17 10:06:28 2021
@@ -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 @@ PKG_SUPPORTED_OPTIONS=  pkgin-prefer-gzip
 # 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