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 DC00E1A9239 for ; Fri, 29 Jan 2021 13:12:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 102B084D75; Fri, 29 Jan 2021 13:12:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4B09784D69 for ; Fri, 29 Jan 2021 13:12:29 +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 C4pkZ7bi8a0A for ; Fri, 29 Jan 2021 13:12:28 +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 A601584CDB for ; Fri, 29 Jan 2021 13:12:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9A156FA91; Fri, 29 Jan 2021 13:12:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161192594868260" MIME-Version: 1.0 Date: Fri, 29 Jan 2021 13:12:28 +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: <20210129131228.9A156FA91@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161192594868260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Jan 29 13:12:28 UTC 2021 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk: Document disable-ld option. To generate a diff of this commit: cvs rdiff -u -r1.649 -r1.650 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161192594868260 Content-Disposition: inline Content-Length: 788 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.649 pkgsrc/mk/defaults/options.description:1.650 --- pkgsrc/mk/defaults/options.description:1.649 Fri Jan 15 11:46:01 2021 +++ pkgsrc/mk/defaults/options.description Fri Jan 29 13:12:28 2021 @@ -134,6 +134,7 @@ debug-info Enable debug info in generat deliver-suid Install deliver executable setuid root. disable-compile-inits Disable compile time implicit initialization. disable-filter-url Disable php://filter URL feature. +disable-ld Disable building GNU ld in binutils. djbdns-cachestats Patch to add stats for cache hits/misses. djbdns-ignoreip2 Patch to treat certain responses as NXDOMAIN. djbdns-listenmultiple Patches to specify more than one listening IP. --_----------=_161192594868260--