[30419] trunk/doc-new/man/xml/portfile.7.xml

source_changes at macosforge.org source_changes at macosforge.org
Sat Oct 27 09:54:31 PDT 2007


Revision: 30419
          http://trac.macosforge.org/projects/macports/changeset/30419
Author:   mww at macports.org
Date:     2007-10-27 09:54:31 -0700 (Sat, 27 Oct 2007)

Log Message:
-----------
add configure-options for fortran compiler flags

Modified Paths:
--------------
    trunk/doc-new/man/xml/portfile.7.xml

Modified: trunk/doc-new/man/xml/portfile.7.xml
===================================================================
--- trunk/doc-new/man/xml/portfile.7.xml	2007-10-27 15:57:00 UTC (rev 30418)
+++ trunk/doc-new/man/xml/portfile.7.xml	2007-10-27 16:54:31 UTC (rev 30419)
@@ -2280,6 +2280,95 @@
           </listitem>
         </varlistentry>
 
+<!-- fortran compiler options -->
+        <varlistentry>
+          <term>configure.fflags</term>
+
+          <term>configure.fflags-append</term>
+
+          <term>configure.fflags-delete</term>
+
+          <listitem>
+            <para>Set FFLAGS to be passed to the Fortran compiler; list modifiers
+            add or delete items from a previous Portfile configure.fflags
+            keyword or the default set by MacPorts base.</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default:
+                <literal>-O2</literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.fflags    -Os
+
+</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>configure.fcflags</term>
+
+          <term>configure.fcflags-append</term>
+
+          <term>configure.fcflags-delete</term>
+
+          <listitem>
+            <para>Set FCFLAGS to be passed to the Fortran compiler; list modifiers
+            add or delete items from a previous Portfile configure.fcflags
+            keyword or the default set by MacPorts base.</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default:
+                <literal>-O2</literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.fcflags    -Os
+
+</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>configure.f90flags</term>
+
+          <term>configure.f90flags-append</term>
+
+          <term>configure.f90flags-delete</term>
+
+          <listitem>
+            <para>Set F90FLAGS to be passed to the Fortran 90 compiler; list modifiers
+            add or delete items from a previous Portfile configure.f90flags
+            keyword or the default set by MacPorts base.</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default:
+                <literal>-O2</literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.f90flags    -Os
+
+</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+<!-- fortran compiler options end -->
+
 <!-- compiler selection arguments -->
         <varlistentry>
           <term>configure.cc</term>
@@ -2449,8 +2538,72 @@
           </listitem>
         </varlistentry>
 <!-- compiler selection arguments end -->
+<!-- interpreter selection arguments -->
+        <varlistentry>
+          <term>configure.perl</term>
 
+          <listitem>
+            <para>Set PERL flag for selecting a Perl interpreter;</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default:
+                <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.perl    ${prefix}/bin/perl5.8</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
         <varlistentry>
+          <term>configure.python</term>
+
+          <listitem>
+            <para>Set PYTHON flag for selecting a Python interpreter;</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default:
+                <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.python    ${prefix}/bin/python3.0</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>configure.ruby</term>
+
+          <listitem>
+            <para>Set RUBY flag for selecting a Ruby interpreter;</para>
+
+            <itemizedlist>
+              <listitem>
+                <para>Default:
+                <literal></literal></para>
+              </listitem>
+
+              <listitem>
+                <para>Example:</para>
+
+                <programlisting>configure.ruby    ${prefix}/bin/ruby</programlisting>
+              </listitem>
+            </itemizedlist>
+          </listitem>
+        </varlistentry>
+<!-- interpreter selection arguments end -->
+
+        <varlistentry>
           <term>configure.args</term>
 
           <term>configure.pre_args</term>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071027/3b3a7835/attachment.html


More information about the macports-changes mailing list