pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide/files



Module Name:    pkgsrc
Committed By:   maya
Date:           Mon Sep 12 12:18:43 UTC 2016

Modified Files:
        pkgsrc/doc/guide/files: configuring.xml


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/doc/guide/files/configuring.xml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/doc/guide/files/configuring.xml
diff -u pkgsrc/doc/guide/files/configuring.xml:1.50 pkgsrc/doc/guide/files/configuring.xml:1.51
--- pkgsrc/doc/guide/files/configuring.xml:1.50 Sun Jul 10 07:43:23 2016
+++ pkgsrc/doc/guide/files/configuring.xml      Mon Sep 12 12:18:43 2016
@@ -1,4 +1,4 @@
-<!-- $NetBSD: configuring.xml,v 1.50 2016/07/10 07:43:23 rillig Exp $ -->
+<!-- $NetBSD: configuring.xml,v 1.51 2016/09/12 12:18:43 maya Exp $ -->
 
 <chapter id="configuring">
   <title>Configuring pkgsrc</title>
@@ -286,6 +286,33 @@ uid=1000(myusername) gid=100(users) grou
          install one of the GCC packages to use instead.</para>
        </listitem>
       </varlistentry>
+
+      <varlistentry>
+       <term><varname>PYTHON_DEFAULT_VERSION</varname>:</term>
+       <listitem>
+         <para>Specifies which version of python to use when several
+         options are available.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><varname>PKGSRC_FORTRAN</varname>:</term>
+       <listitem>
+         <para>Specifies the fortran compiler to use.
+         The default is <varname>g95</varname>, and
+         <varname>gfortran</varname> is an alternative.</para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry>
+       <term><varname>GFORTRAN_VERSION</varname>:</term>
+       <listitem>
+         <para>If <varname>PKGSRC_FORTRAN</varname><literal>=</literal>
+         <varname>gfortran</varname> is used, this option specifies which
+         version to use.</para>
+       </listitem>
+      </varlistentry>
+
     </variablelist>
   </sect2>
 



Home | Main Index | Thread Index | Old Index