Received: by mail.netbsd.org (Postfix, from userid 605) id 1CBBE84EDF; Wed, 1 Jun 2022 12:24:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55E1084ED8 for ; Wed, 1 Jun 2022 12:24:56 +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 yWUKMizZvQDE for ; Wed, 1 Jun 2022 12:24:55 +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 C706A84CEF for ; Wed, 1 Jun 2022 12:24:55 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 30E39FB18; Wed, 1 Jun 2022 12:26:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654086364280310" MIME-Version: 1.0 Date: Wed, 1 Jun 2022 12:26:04 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220601122604.30E39FB18@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654086364280310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gdt Date: Wed Jun 1 12:26:04 UTC 2022 Modified Files: pkgsrc/bootstrap: README Log Message: bootstrap/README: Slice platforms more finely Separate active use, maintained, and published bulk builds. This amounts to a new users/maintained-but-no-bulk section for FreeBSD. Sort OpenBSD into "platforms with active use" based on list comments. Drop mention of Darwin, as I can find on evidence that Darwin continues to exist outside of macOS in any meaningful way. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/bootstrap/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654086364280310 Content-Disposition: inline Content-Length: 1721 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/README diff -u pkgsrc/bootstrap/README:1.32 pkgsrc/bootstrap/README:1.33 --- pkgsrc/bootstrap/README:1.32 Wed Apr 6 00:24:05 2022 +++ pkgsrc/bootstrap/README Wed Jun 1 12:26:04 2022 @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.32 2022/04/06 00:24:05 schmonz Exp $ +$NetBSD: README,v 1.33 2022/06/01 12:26:04 gdt Exp $ To try to get pkgsrc working on your system, please try the following as root: @@ -92,24 +92,32 @@ Platforms with a * are believed to be no the platform for perhaps more information. A platform not having a README is a clue that it might not work. -Platforms with active use and maintenance ------------------------------------------ +Platforms with active use, maintenance and published bulk builds +---------------------------------------------------------------- The following platforms have active users, and people that regularly fix problems. They also have active bulk builds posted to -`pkgsrc-bulk`. +`pkgsrc-bulk`. (Bulk build publication is a key quality indictor +because anyone can tell how many packages build on the platform.) - macOS (perhaps also Darwin, if such still exists) + macOS Linux NetBSD Solaris (illumos, SmartOS, OmniOS) -These platforms are active but lack published bulk builds. +Platforms with active use, maintenance +-------------------------------------- + +The following platforms have active users and maintenance, but do not +have published bulk builds. FreeBSD -Platforms believed to have users --------------------------------- +Platforms with active use +------------------------- + +The following platforms have active users, but are not known to have +active maintenance. OpenBSD --_----------=_1654086364280310--