Received: by mail.netbsd.org (Postfix, from userid 605) id 22ED184D58; Sun, 26 Nov 2017 09:43:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A10C884D28 for ; Sun, 26 Nov 2017 09:43:18 +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 FU8-SADx-hqj for ; Sun, 26 Nov 2017 09:43:18 +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 DF0B584CD8 for ; Sun, 26 Nov 2017 09:43:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D89C2FB40; Sun, 26 Nov 2017 09:43:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511689397103940" MIME-Version: 1.0 Date: Sun, 26 Nov 2017 09:43:17 +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: <20171126094317.D89C2FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1511689397103940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Nov 26 09:43:17 UTC 2017 Modified Files: pkgsrc/doc: pkgsrc.html pkgsrc.txt Log Message: doc/pkgsrc.*: regen To generate a diff of this commit: cvs rdiff -u -r1.247 -r1.248 pkgsrc/doc/pkgsrc.html cvs rdiff -u -r1.243 -r1.244 pkgsrc/doc/pkgsrc.txt Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511689397103940 Content-Disposition: inline Content-Length: 4862 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.247 pkgsrc/doc/pkgsrc.html:1.248 --- pkgsrc/doc/pkgsrc.html:1.247 Thu Sep 28 07:36:28 2017 +++ pkgsrc/doc/pkgsrc.html Sun Nov 26 09:43:17 2017 @@ -3155,7 +3155,7 @@ then the pkgsrc infrastructure will depe version. For example:

-PYTHON_VERSIONED_DEPENDENCIES=gobject
+PYTHON_VERSIONED_DEPENDENCIES=dialog
 

Look inside versioned_dependencies.mk for a list @@ -8840,7 +8840,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? @@ -8885,7 +8885,7 @@ do? -

22.1.

+

22.1.

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

22.2.

+

22.2.

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

22.3.

+

22.3.

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

22.4.

+

22.4.

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

22.5.

+

22.5.

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

22.6.

+

22.6.

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

22.7.

+

22.7.

Which mailing lists are there for package developers?

@@ -9015,7 +9015,7 @@ do? -

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9063,7 +9063,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.243 pkgsrc/doc/pkgsrc.txt:1.244 --- pkgsrc/doc/pkgsrc.txt:1.243 Tue Sep 26 10:31:32 2017 +++ pkgsrc/doc/pkgsrc.txt Sun Nov 26 09:43:17 2017 @@ -2716,7 +2716,7 @@ PYTHON_VERSIONED_DEPENDENCIES to the lis upon and include "../../lang/python/versioned_dependencies.mk", then the pkgsrc infrastructure will depend on the appropriate package version. For example: -PYTHON_VERSIONED_DEPENDENCIES=gobject +PYTHON_VERSIONED_DEPENDENCIES=dialog Look inside versioned_dependencies.mk for a list of supported packages. --_----------=_1511689397103940--