Received: by mail.netbsd.org (Postfix, from userid 605) id 7129784ED4; Tue, 12 Oct 2021 12:46:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id ABA9284EA7 for ; Tue, 12 Oct 2021 12:46:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id vb0RdkADz0YN for ; Tue, 12 Oct 2021 12:46:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0BBF984C71 for ; Tue, 12 Oct 2021 12:46:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09400FA97; Tue, 12 Oct 2021 12:46:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634042798239680" MIME-Version: 1.0 Date: Tue, 12 Oct 2021 12:46:38 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20211012124638.09400FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634042798239680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Oct 12 12:46:37 UTC 2021 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk: Document pkgin-prefer-gzip option. To generate a diff of this commit: cvs rdiff -u -r1.662 -r1.663 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634042798239680 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/defaults/options.description diff -u pkgsrc/mk/defaults/options.description:1.662 pkgsrc/mk/defaults/options.description:1.663 --- pkgsrc/mk/defaults/options.description:1.662 Tue Jul 20 07:14:21 2021 +++ pkgsrc/mk/defaults/options.description Tue Oct 12 12:46:37 2021 @@ -681,6 +681,7 @@ pim Enable pim (personal information m pinepwd Enable $HOME/.pinepwd stored IMAP password file. pinfo-native-curses Use NetBSD native curses rather than ncurses. pkcs11 Use certificate-on-a-stick (or card) support. +pkgin-prefer-gzip Attempt pkg_summary.gz first instead of bz2 or xz. plotutils Enable plotutils support. png Enable PNG support. polkit Enable Polkit support. --_----------=_1634042798239680--