Received: by mail.netbsd.org (Postfix, from userid 605) id 1947C84E62; Tue, 25 Oct 2022 18:44:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4973684D51 for ; Tue, 25 Oct 2022 18:44:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id uKBE9qDv0KGz for ; Tue, 25 Oct 2022 18:44:15 +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 CA69D84CF7 for ; Tue, 25 Oct 2022 18:44:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C27FFFA90; Tue, 25 Oct 2022 18:44:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666723455140000" MIME-Version: 1.0 Date: Tue, 25 Oct 2022 18:44:15 +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: <20221025184415.C27FFFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666723455140000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Tue Oct 25 18:44:15 UTC 2022 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk: Document the jemalloc option. To generate a diff of this commit: cvs rdiff -u -r1.689 -r1.690 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666723455140000 Content-Disposition: inline Content-Length: 662 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.689 pkgsrc/mk/defaults/options.description:1.690 --- pkgsrc/mk/defaults/options.description:1.689 Tue Oct 25 08:50:24 2022 +++ pkgsrc/mk/defaults/options.description Tue Oct 25 18:44:15 2022 @@ -391,6 +391,7 @@ java Enable Java support. javascript Enable Javascript support. jdbc-mysql31 Enable MySQL JDBC driver. jdbc-mysql5 Enable MySQL JDBC driver. +jemalloc Enable the jemalloc memory allocator. jp2 Enable JPEG 2000 support using the openjpeg library. jpeg Enable JPEG support. jre-jce Enable the Java Cryptography Extension. --_----------=_1666723455140000--