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 1E41A7A26D for ; Mon, 12 Sep 2016 12:20:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C00F085ED6; Mon, 12 Sep 2016 12:20:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F89685ED3 for ; Mon, 12 Sep 2016 12:20:48 +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 YfjEg9QlMEQQ for ; Mon, 12 Sep 2016 12:20:47 +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 98CB885EC0 for ; Mon, 12 Sep 2016 12:20:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93884FBD1; Mon, 12 Sep 2016 12:20:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1473682847259870" MIME-Version: 1.0 Date: Mon, 12 Sep 2016 12:20:47 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20160912122047.93884FBD1@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. --_----------=_1473682847259870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Mon Sep 12 12:20:47 UTC 2016 Modified Files: pkgsrc/doc: pkgsrc.html pkgsrc.txt Log Message: regen To generate a diff of this commit: cvs rdiff -u -r1.224 -r1.225 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. --_----------=_1473682847259870 Content-Disposition: inline Content-Length: 6954 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.224 pkgsrc/doc/pkgsrc.html:1.225 --- pkgsrc/doc/pkgsrc.html:1.224 Thu Jul 14 14:40:45 2016 +++ pkgsrc/doc/pkgsrc.html Mon Sep 12 12:20:47 2016 @@ -1815,6 +1815,17 @@ uid=1000(myusername) gid=100(users) grou when building packages. If the system GCC doesn't satisfy this requirement, then pkgsrc will build and install one of the GCC packages to use instead.

+
PYTHON_DEFAULT_VERSION:
+

Specifies which version of python to use when several + options are available.

+
PKGSRC_FORTRAN:
+

Specifies the fortran compiler to use. + The default is g95, and + gfortran is an alternative.

+
GFORTRAN_VERSION:
+

If PKGSRC_FORTRAN= + gfortran is used, this option specifies which + version to use.

@@ -7161,7 +7172,7 @@ CONFLICTS= bar-[0-9]* (OS-version-platform) that can use glob-style wildcards.

If a package is not appropriate for some platforms (as - oopposed to merely broken), a different set of variables should be + opposed to merely broken), a different set of variables should be used as this affects failure reporting and statistics. If the package is appropriate for most platforms, the exceptions should be noted with NOT_FOR_PLATFORM. If @@ -8809,7 +8820,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? @@ -8854,7 +8865,7 @@ do? -

22.1.

+

22.1.

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

22.2.

+

22.2.

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

22.3.

+

22.3.

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

22.4.

+

22.4.

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

22.5.

+

22.5.

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

22.6.

+

22.6.

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

22.7.

+

22.7.

Which mailing lists are there for package developers?

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

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9032,7 +9043,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.224 pkgsrc/doc/pkgsrc.txt:1.225 --- pkgsrc/doc/pkgsrc.txt:1.224 Thu Jul 14 14:40:45 2016 +++ pkgsrc/doc/pkgsrc.txt Mon Sep 12 12:20:47 2016 @@ -1521,6 +1521,21 @@ GCC_REQD: the system GCC doesn't satisfy this requirement, then pkgsrc will build and install one of the GCC packages to use instead. +PYTHON_DEFAULT_VERSION: + + Specifies which version of python to use when several options are + available. + +PKGSRC_FORTRAN: + + Specifies the fortran compiler to use. The default is g95, and gfortran is + an alternative. + +GFORTRAN_VERSION: + + If PKGSRC_FORTRAN= gfortran is used, this option specifies which version to + use. + 5.4.2. Additional flags to the compiler (CFLAGS) If you wish to set the CFLAGS variable, please make sure to use the += operator @@ -5961,7 +5976,7 @@ runs on a small handful of platforms, se Both BROKEN_ON_PLATFORM and BROKEN_EXCEPT_ON_PLATFORM are OS triples (OS-version-platform) that can use glob-style wildcards. -If a package is not appropriate for some platforms (as oopposed to merely +If a package is not appropriate for some platforms (as opposed to merely broken), a different set of variables should be used as this affects failure reporting and statistics. If the package is appropriate for most platforms, the exceptions should be noted with NOT_FOR_PLATFORM. If the package is appropriate --_----------=_1473682847259870--