Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B608F1A921F for ; Fri, 1 Jan 2021 17:03:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id ED4F184D74; Fri, 1 Jan 2021 17:03:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3144684D69 for ; Fri, 1 Jan 2021 17:03:05 +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 78NwgdIAnajd for ; Fri, 1 Jan 2021 17:03:04 +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 823A284D60 for ; Fri, 1 Jan 2021 17:03:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F71EFA9D; Fri, 1 Jan 2021 17:03:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609520584227590" MIME-Version: 1.0 Date: Fri, 1 Jan 2021 17:03:04 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20210101170304.6F71EFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609520584227590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Fri Jan 1 17:03:04 UTC 2021 Modified Files: pkgsrc/mk/defaults: options.description Log Message: Document the to-be-committed rust-cargo-static option. To generate a diff of this commit: cvs rdiff -u -r1.646 -r1.647 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609520584227590 Content-Disposition: inline Content-Length: 699 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.646 pkgsrc/mk/defaults/options.description:1.647 --- pkgsrc/mk/defaults/options.description:1.646 Fri Jan 1 12:30:29 2021 +++ pkgsrc/mk/defaults/options.description Fri Jan 1 17:03:04 2021 @@ -716,6 +716,7 @@ rtree Enable R-tree support. ruby Enable Ruby support. ruby-build-ri-db Build and install database for Ruby's ri utility. rust Enable Rust support. +rust-cargo-static Build cargo semi-statically with built-in curl+openssl rust-llvm Use Rust internal LLVM in builds. samba Enable Samba file and print services support. samplerate Enable libsamplerate support. --_----------=_1609520584227590--