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 C616D1A921F for ; Wed, 6 Apr 2022 00:24:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC0EF84F98; Wed, 6 Apr 2022 00:24:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34A9084F92 for ; Wed, 6 Apr 2022 00:24:06 +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 px6TBE9A7bHB for ; Wed, 6 Apr 2022 00:24:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8941884D58 for ; Wed, 6 Apr 2022 00:24:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86578FB24; Wed, 6 Apr 2022 00:24:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649204645228520" MIME-Version: 1.0 Date: Wed, 6 Apr 2022 00:24:05 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220406002405.86578FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649204645228520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Apr 6 00:24:05 UTC 2022 Modified Files: pkgsrc/bootstrap: README Log Message: bootstrap: suggest pkgsrc paths before system ones. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/bootstrap/README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649204645228520 Content-Disposition: inline Content-Length: 1009 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/README diff -u pkgsrc/bootstrap/README:1.31 pkgsrc/bootstrap/README:1.32 --- pkgsrc/bootstrap/README:1.31 Tue Apr 5 12:57:21 2022 +++ pkgsrc/bootstrap/README Wed Apr 6 00:24:05 2022 @@ -1,4 +1,4 @@ -$NetBSD: README,v 1.31 2022/04/05 12:57:21 gdt Exp $ +$NetBSD: README,v 1.32 2022/04/06 00:24:05 schmonz Exp $ To try to get pkgsrc working on your system, please try the following as root: @@ -46,7 +46,9 @@ We'd be very interested in hearing of an Please remember to add $prefix/bin to your PATH environment variable and $prefix/man to your MANPATH environment variable, if necessary. -(See above for --prefix and its default value.) +(See above for --prefix and its default value.) On platforms that +ship with same-named pkg_* tools, such as OpenBSD and older FreeBSD, +consider putting $prefix/bin earlier in PATH. Remember also to use bmake to build packages in pkgsrc. It's very likely that the native make on your system will be incompatible with --_----------=_1649204645228520--