New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81653


Ignore:
Timestamp:
08/03/11 06:02:06 (4 years ago)
Author:
jmr@…
Message:

guide: document supported_archs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/portfile-keywords.xml

    r79149 r81653  
    194194 
    195195    <varlistentry> 
     196      <term>supported_archs</term> 
     197 
     198      <listitem> 
     199        <para>The CPU architectures for which this port can be built. Archs currently 
     200        supported by Mac OS X are: i386, ppc, ppc64, x86_64. If this option is not 
     201        set, it is assumed that the port can build for all archs. If a port does not 
     202        install any architecture-specific files, use the special value 
     203        <option>noarch</option>.</para> 
     204 
     205        <programlisting>supported_archs           i386 ppc</programlisting> 
     206        <programlisting>supported_archs           noarch</programlisting> 
     207      </listitem> 
     208    </varlistentry> 
     209 
     210    <varlistentry> 
    196211      <term>license</term> 
    197212 
Note: See TracChangeset for help on using the changeset viewer.