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 DAC2E7A26D for ; Tue, 15 Nov 2016 13:51:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5416A855C6; Tue, 15 Nov 2016 13:51:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D703085576 for ; Tue, 15 Nov 2016 13:51:08 +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 GP4YKnJQx7U9 for ; Tue, 15 Nov 2016 13:51:08 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2968084CF5 for ; Tue, 15 Nov 2016 13:51:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2466FFBA6; Tue, 15 Nov 2016 13:51:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1479217868192110" MIME-Version: 1.0 Date: Tue, 15 Nov 2016 13:51:08 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20161115135108.2466FFBA6@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. --_----------=_1479217868192110 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 15 13:51:08 UTC 2016 Modified Files: pkgsrc/doc: pkgsrc.html pkgsrc.txt Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.226 -r1.227 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. --_----------=_1479217868192110 Content-Disposition: inline Content-Length: 6137 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.226 pkgsrc/doc/pkgsrc.html:1.227 --- pkgsrc/doc/pkgsrc.html:1.226 Tue Oct 11 15:45:31 2016 +++ pkgsrc/doc/pkgsrc.html Tue Nov 15 13:51:07 2016 @@ -5309,11 +5309,12 @@ group

The numeric GID of the group may be set by defining PKG_GID.group.

If a package needs to create the users and groups at an earlier -stage, then it can set USERGROUP_PHASE to -either configure or build to -indicate the phase before which the users and groups are created. In -this case, the numeric UIDs and GIDs of the created users and groups -are automatically hardcoded into the final installation scripts.

+stage, then it can set USERGROUP_PHASE to either +configure,build, or +pre-install to indicate the phase before which the +users and groups are created. In this case, the numeric UIDs and GIDs +of the created users and groups are automatically hardcoded into the +final installation scripts.

@@ -8821,7 +8822,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? @@ -8866,7 +8867,7 @@ do? -

22.1.

+

22.1.

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

22.2.

+

22.2.

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

22.3.

+

22.3.

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

22.4.

+

22.4.

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

22.5.

+

22.5.

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

22.6.

+

22.6.

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

22.7.

+

22.7.

Which mailing lists are there for package developers?

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

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9044,7 +9045,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.226 pkgsrc/doc/pkgsrc.txt:1.227 --- pkgsrc/doc/pkgsrc.txt:1.226 Tue Oct 11 15:45:31 2016 +++ pkgsrc/doc/pkgsrc.txt Tue Nov 15 13:51:07 2016 @@ -4421,10 +4421,10 @@ group The numeric GID of the group may be set by defining PKG_GID.group. If a package needs to create the users and groups at an earlier stage, then it -can set USERGROUP_PHASE to either configure or build to indicate the phase -before which the users and groups are created. In this case, the numeric UIDs -and GIDs of the created users and groups are automatically hardcoded into the -final installation scripts. +can set USERGROUP_PHASE to either configure,build, or pre-install to indicate +the phase before which the users and groups are created. In this case, the +numeric UIDs and GIDs of the created users and groups are automatically +hardcoded into the final installation scripts. 15.5. System shells --_----------=_1479217868192110--