Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=N/W3poPZ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ub3Eqy7M Received: by mail.netbsd.org (Postfix, from userid 605) id B2ECC84E6F; Mon, 11 Mar 2024 12:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710161074; bh=7lU7y/jMMmI6RWdtbZcm5w/plWMOpR23DWPyZPu8OXI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=N/W3poPZkiACpwz5gxX8CwUOKAukqYX25f/049NB7Fb68F8GhU1rAeihsghyD8Ctt xqZJgx6PvB7kvZ9zZPS0Nd1ZVHCqd8g5kEqdY/FfBZzb6zxdyua+VKisV0ATqiyFg7 uow0UgPLUwjwzJ8NV1Zm2GRb4UZdEWFhdyPraRbs= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A4D8584E6C for ; Mon, 11 Mar 2024 12:44:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VVgPvTvQEneg for ; Mon, 11 Mar 2024 12:44:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 01B3384CF8 for ; Mon, 11 Mar 2024 12:44:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710161073; bh=7lU7y/jMMmI6RWdtbZcm5w/plWMOpR23DWPyZPu8OXI=; h=Date:From:Subject:To:Reply-To; b=ub3Eqy7McnTkzquQcWMKVkl/Bq9670XUEscPyHP1kXkPxGTOhoXeEp9YiKR81MO2N Uia7RsGKETpG/5oRcIcDIw5k+IijK9kwoxGKk0+dZ9V7JfJ+wJ6X0fpK3YppZLt3mL i/tRRmGwCvORXBQ+CqhY3grftrvE0Bid2bDXklpw= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49B89FA2C; Mon, 11 Mar 2024 12:44:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710161053190110" MIME-Version: 1.0 Date: Mon, 11 Mar 2024 12:44:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/mk/defaults To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240311124413.49B89FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710161053190110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Mar 11 12:44:13 UTC 2024 Modified Files: pkgsrc/mk/defaults: options.description Log Message: mk: improve disable-compile-inits description To generate a diff of this commit: cvs rdiff -u -r1.719 -r1.720 pkgsrc/mk/defaults/options.description Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710161053190110 Content-Disposition: inline Content-Length: 942 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.719 pkgsrc/mk/defaults/options.description:1.720 --- pkgsrc/mk/defaults/options.description:1.719 Mon Mar 11 08:04:47 2024 +++ pkgsrc/mk/defaults/options.description Mon Mar 11 12:44:13 2024 @@ -145,7 +145,7 @@ dca Enable DTS Coherent Acoustics supp debug Enable debugging facilities in the package. debug-info Enable debug info in generated binaries (e.g. for crash analysis), but not full scale debugging. deliver-suid Install deliver executable setuid root. -disable-compile-inits Disable compile time implicit initialization. +disable-compile-inits Ghostscript: do not include some data into the compiled binary, read it from the file system instead. 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. --_----------=_1710161053190110--