Received: by mail.netbsd.org (Postfix, from userid 605) id AAECB84E97; Mon, 27 Mar 2023 17:06:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C4BAD84E8E for ; Mon, 27 Mar 2023 17:06:24 +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 oepV-SEwumcR for ; Mon, 27 Mar 2023 17:06:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1D18984D3B for ; Mon, 27 Mar 2023 17:06:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E066DF9EB; Mon, 27 Mar 2023 17:04:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1679936682229820" MIME-Version: 1.0 Date: Mon, 27 Mar 2023 17:04:42 +0000 From: "David H. Gutteridge" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: gutteridge@netbsd.org X-Mailer: log_accum Message-Id: <20230327170442.E066DF9EB@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1679936682229820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gutteridge Date: Mon Mar 27 17:04:42 UTC 2023 Modified Files: pkgsrc/bootstrap: README.NetBSD Log Message: README.NetBSD: also note PKGSRC_USE_SSP example To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/bootstrap/README.NetBSD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1679936682229820 Content-Disposition: inline Content-Length: 1015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/README.NetBSD diff -u pkgsrc/bootstrap/README.NetBSD:1.3 pkgsrc/bootstrap/README.NetBSD:1.4 --- pkgsrc/bootstrap/README.NetBSD:1.3 Mon Mar 27 16:16:55 2023 +++ pkgsrc/bootstrap/README.NetBSD Mon Mar 27 17:04:42 2023 @@ -1,4 +1,4 @@ -$NetBSD: README.NetBSD,v 1.3 2023/03/27 16:16:55 gutteridge Exp $ +$NetBSD: README.NetBSD,v 1.4 2023/03/27 17:04:42 gutteridge Exp $ Generally, pkgsrc considers the current and previous major releases of NetBSD to be supported, and older ones not to be supported, following @@ -22,3 +22,8 @@ workaround.) As of 2023, it is believed that NetBSD 7 and newer have an adequate /usr/bin/make; NetBSD 6 and older require a bootstrap or replacement. +Other pkgsrc infrastructure changes may also cause trouble on older +releases. For instance, by default PKGSRC_USE_SSP is now set to +"strong", which would cause builds on NetBSD 7 and older to fail, as +it passes "-fstack-protector-strong", which isn't recognized by GCC 4.8 +or older. --_----------=_1679936682229820--