Received: by mail.netbsd.org (Postfix, from userid 605) id 1956784DFA; Fri, 3 Jul 2020 10:31:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 95EE784D5E for ; Fri, 3 Jul 2020 10:31:28 +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 XaIItHscH6l4 for ; Fri, 3 Jul 2020 10:31: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 EBBCE84D59 for ; Fri, 3 Jul 2020 10:31:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E94D5FB28; Fri, 3 Jul 2020 10:31:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_159377228770050" MIME-Version: 1.0 Date: Fri, 3 Jul 2020 10:31:27 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2020Q2] pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20200703103127.E94D5FB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_159377228770050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Jul 3 10:31:27 UTC 2020 Modified Files: pkgsrc/bootstrap [pkgsrc-2020Q2]: README.FreeBSD Log Message: Pullup ticket #6258 - requested by sevan bootstrap: FreeBSD documentation update Revisions pulled up: - bootstrap/README.FreeBSD 1.9 --- Module Name: pkgsrc Committed By: sevan Date: Tue Jun 30 15:37:00 UTC 2020 Modified Files: pkgsrc/bootstrap: README.FreeBSD Log Message: Give a heads up until issues are fixed. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.8.26.1 pkgsrc/bootstrap/README.FreeBSD Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_159377228770050 Content-Disposition: inline Content-Length: 762 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.8 pkgsrc/bootstrap/README.FreeBSD:1.8.26.1 --- pkgsrc/bootstrap/README.FreeBSD:1.8 Thu Feb 9 00:20:59 2017 +++ pkgsrc/bootstrap/README.FreeBSD Fri Jul 3 10:31:27 2020 @@ -1,4 +1,4 @@ -$NetBSD: README.FreeBSD,v 1.8 2017/02/09 00:20:59 sevan Exp $ +$NetBSD: README.FreeBSD,v 1.8.26.1 2020/07/03 10:31:27 bsiegert Exp $ Please read the general README file as well. @@ -25,3 +25,5 @@ a version of GCC installed from ports, c 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 is currently broken on FreeBSD, see pkg/55398, pkg/55400. --_----------=_159377228770050--