Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 77278A65C0 for ; Mon, 10 Aug 2015 21:44:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 2291314A1C7; Mon, 10 Aug 2015 21:44:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6608F14A1B6 for ; Mon, 10 Aug 2015 21:44:35 +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 XzckXj5u5bcl for ; Mon, 10 Aug 2015 21:44:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id F215514A1B2 for ; Mon, 10 Aug 2015 21:44:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E50DE98; Mon, 10 Aug 2015 21:44:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Mon, 10 Aug 2015 21:44:34 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20150810214434.E50DE98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: khorben Date: Mon Aug 10 21:44:34 UTC 2015 Modified Files: pkgsrc/mk/defaults: mk.conf pkgsrc/mk/platform: NetBSD.mk Log Message: Add support for building with fortify This is pretty much the same change as with SSP, and completes it with support for fortify (like USE_FORT in NetBSD's base system). Like SSP, this is disabled by default for the moment. Like in NetBSD's base system, enabling fortify explicitly also enables SSP by default - but SSP can still be disabled explicitly in this situation. All four combinations tested on NetBSD/amd64. To generate a diff of this commit: cvs rdiff -u -r1.258 -r1.259 pkgsrc/mk/defaults/mk.conf cvs rdiff -u -r1.44 -r1.45 pkgsrc/mk/platform/NetBSD.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.