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 A7DFC1A9239 for ; Sun, 31 Oct 2021 09:26:51 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E4948850F0; Sun, 31 Oct 2021 09:26:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2820C850D7 for ; Sun, 31 Oct 2021 09:26:50 +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 m_mhCwE17rdt for ; Sun, 31 Oct 2021 09:26:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 70D0984D2F for ; Sun, 31 Oct 2021 09:26:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 62E6BFA97; Sun, 31 Oct 2021 09:26:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635672409160010" MIME-Version: 1.0 Date: Sun, 31 Oct 2021 09:26:49 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20211031092649.62E6BFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635672409160010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sun Oct 31 09:26:49 UTC 2021 Modified Files: pkgsrc/bootstrap: README.FreeBSD Log Message: bootstrap: Tested on FreeBSD 12 and 13 without problems. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/bootstrap/README.FreeBSD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635672409160010 Content-Disposition: inline Content-Length: 1088 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/README.FreeBSD diff -u pkgsrc/bootstrap/README.FreeBSD:1.9 pkgsrc/bootstrap/README.FreeBSD:1.10 --- pkgsrc/bootstrap/README.FreeBSD:1.9 Tue Jun 30 15:37:00 2020 +++ pkgsrc/bootstrap/README.FreeBSD Sun Oct 31 09:26:49 2021 @@ -1,4 +1,4 @@ -$NetBSD: README.FreeBSD,v 1.9 2020/06/30 15:37:00 sevan Exp $ +$NetBSD: README.FreeBSD,v 1.10 2021/10/31 09:26:49 nia Exp $ Please read the general README file as well. @@ -22,8 +22,7 @@ This is not an issue with releases of Fr Currently bootstrap is only supported using the compiler shipped in base and not a version of GCC installed from ports, clang from ports is untested. -bootstrap-pkgsrc has been tested on FreeBSD 4.x and 5.x (i386). -pkgsrc works well on FreeBSD 6.2-6.4, 7.1-7.3 (i386), 9.0-9.1, 10.1-10.3, -11-12-CURRENT (amd64). +bootstrap-pkgsrc has been tested on FreeBSD 12-13. -bootstrap is currently broken on FreeBSD, see pkg/55398, pkg/55400. +For unprivileged bootstraps, note that /home on FreeBSD is a symlink to /usr/home. +Use --unprivileged --prefix /usr/home/youruser. --_----------=_1635672409160010--