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 AE60F7A217 for ; Tue, 11 Oct 2016 15:45:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5F90E85ED3; Tue, 11 Oct 2016 15:45:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E38EB85EA6 for ; Tue, 11 Oct 2016 15:45:32 +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 oTdiDDXe6OuA for ; Tue, 11 Oct 2016 15:45:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2800685E97 for ; Tue, 11 Oct 2016 15:45:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 22B0BFBD2; Tue, 11 Oct 2016 15:45:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1476200732265490" MIME-Version: 1.0 Date: Tue, 11 Oct 2016 15:45:32 +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: <20161011154532.22B0BFBD2@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. --_----------=_1476200732265490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Tue Oct 11 15:45:32 UTC 2016 Modified Files: pkgsrc/doc: pkgsrc.html pkgsrc.txt Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.225 -r1.226 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. --_----------=_1476200732265490 Content-Disposition: inline Content-Length: 5514 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.225 pkgsrc/doc/pkgsrc.html:1.226 --- pkgsrc/doc/pkgsrc.html:1.225 Mon Sep 12 12:20:47 2016 +++ pkgsrc/doc/pkgsrc.html Tue Oct 11 15:45:31 2016 @@ -787,8 +787,9 @@ minutes!

When giving examples for commands, shell prompts are used to show if the command should/can be issued as root, or if normal user privileges are sufficient. We use a - # for root's shell prompt, and a % for users' - shell prompt, assuming they use the C-shell or tcsh.

+ # for root's shell prompt, a % for users' + shell prompt, assuming they use the C-shell or tcsh and a $ for + bourne shell and derivatives.

@@ -8820,7 +8821,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? @@ -8865,7 +8866,7 @@ do? -

22.1.

+

22.1.

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

22.2.

+

22.2.

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

22.3.

+

22.3.

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

22.4.

+

22.4.

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

22.5.

+

22.5.

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

22.6.

+

22.6.

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

22.7.

+

22.7.

Which mailing lists are there for package developers?

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

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9043,7 +9044,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.225 pkgsrc/doc/pkgsrc.txt:1.226 --- pkgsrc/doc/pkgsrc.txt:1.225 Mon Sep 12 12:20:47 2016 +++ pkgsrc/doc/pkgsrc.txt Tue Oct 11 15:45:31 2016 @@ -671,8 +671,8 @@ infrastructure developers When giving examples for commands, shell prompts are used to show if the command should/can be issued as root, or if "normal" user privileges are -sufficient. We use a # for root's shell prompt, and a % for users' shell -prompt, assuming they use the C-shell or tcsh. +sufficient. We use a # for root's shell prompt, a % for users' shell prompt, +assuming they use the C-shell or tcsh and a $ for bourne shell and derivatives. Part I. The pkgsrc user's guide --_----------=_1476200732265490--