Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 5A96E7A21A for ; Fri, 6 Jan 2017 20:28:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0DFEF85653; Fri, 6 Jan 2017 20:28:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8ED45855D5 for ; Fri, 6 Jan 2017 20:28:02 +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 4KsglPgYpcT0 for ; Fri, 6 Jan 2017 20:28:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E3DF384CEE for ; Fri, 6 Jan 2017 20:28:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E1D77FBA6; Fri, 6 Jan 2017 20:28:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148373448181160" MIME-Version: 1.0 Date: Fri, 6 Jan 2017 20:28:01 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20170106202801.E1D77FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148373448181160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Fri Jan 6 20:28:01 UTC 2017 Modified Files: pkgsrc/doc: pkgsrc.html pkgsrc.txt Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.228 -r1.229 pkgsrc/doc/pkgsrc.html pkgsrc/doc/pkgsrc.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148373448181160 Content-Disposition: inline Content-Length: 5675 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/pkgsrc.html diff -u pkgsrc/doc/pkgsrc.html:1.228 pkgsrc/doc/pkgsrc.html:1.229 --- pkgsrc/doc/pkgsrc.html:1.228 Thu Dec 8 00:44:39 2016 +++ pkgsrc/doc/pkgsrc.html Fri Jan 6 20:28:01 2017 @@ -4952,6 +4952,15 @@ PREFER_NATIVE= getopt skey tcp_wrappers builtin.mk file to be listed in PREFER_NATIVE, otherwise it is simply ignored in that list.

+

Setting PREFER_NATIVE should be performed + straight after bootstrap and PREFER_PKGSRC during + bootstrap. + Switching between settings globally at a later date can introduce + complications with dependency resolution. This is caused by packages + built with the opposite preference being installed alongside each other.

+
+# ./bootstrap --prefer-pkgsrc yes
+
@@ -8822,7 +8831,7 @@ place.

and if you still don't have the answer, ask on the pkgsrc-users mailing list.

-
+
22.1. What is the difference between MAKEFLAGS, .MAKEFLAGS and MAKE_FLAGS? @@ -8867,7 +8876,7 @@ do? -

22.1.

+

22.1.

What is the difference between MAKEFLAGS, .MAKEFLAGS and @@ -8883,7 +8892,7 @@ do? -

22.2.

+

22.2.

What is the difference between MAKE, GMAKE and @@ -8901,7 +8910,7 @@ do? -

22.3.

+

22.3.

What is the difference between CC, PKG_CC and @@ -8919,7 +8928,7 @@ do? -

22.4.

+

22.4.

What is the difference between BUILDLINK_LDFLAGS, @@ -8932,7 +8941,7 @@ do? -

22.5.

+

22.5.

Why does make show-var VARNAME=BUILDLINK_PREFIX.foo @@ -8948,7 +8957,7 @@ do? -

22.6.

+

22.6.

What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I @@ -8972,7 +8981,7 @@ do? -

22.7.

+

22.7.

Which mailing lists are there for package developers?

@@ -8997,7 +9006,7 @@ do? -

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9045,7 +9054,7 @@ do? -

22.9.

+

22.9.

I have a little time to kill. What shall I do?

Index: pkgsrc/doc/pkgsrc.txt diff -u pkgsrc/doc/pkgsrc.txt:1.228 pkgsrc/doc/pkgsrc.txt:1.229 --- pkgsrc/doc/pkgsrc.txt:1.228 Thu Dec 8 00:44:39 2016 +++ pkgsrc/doc/pkgsrc.txt Fri Jan 6 20:28:01 2017 @@ -4117,6 +4117,14 @@ PREFER_NATIVE= getopt skey tcp_wrappers A package must have a builtin.mk file to be listed in PREFER_NATIVE, otherwise it is simply ignored in that list. +Setting PREFER_NATIVE should be performed straight after bootstrap and +PREFER_PKGSRC during bootstrap. Switching between settings globally at a later +date can introduce complications with dependency resolution. This is caused by +packages built with the opposite preference being installed alongside each +other. + +# ./bootstrap --prefer-pkgsrc yes + Chapter 15. The pkginstall framework Table of Contents --_----------=_148373448181160--