[153134] trunk/doc-new/guide/xml/using.xml

jmr at macports.org jmr at macports.org
Sun Sep 25 05:51:16 PDT 2016


Revision: 153134
          https://trac.macports.org/changeset/153134
Author:   jmr at macports.org
Date:     2016-09-25 05:51:16 -0700 (Sun, 25 Sep 2016)
Log Message:
-----------
guide: clarify the Invoking Variants section

In particular, fix an especially misleading statement about the effect of a minus sign.

Modified Paths:
--------------
    trunk/doc-new/guide/xml/using.xml

Modified: trunk/doc-new/guide/xml/using.xml
===================================================================
--- trunk/doc-new/guide/xml/using.xml	2016-09-25 12:23:28 UTC (rev 153133)
+++ trunk/doc-new/guide/xml/using.xml	2016-09-25 12:51:16 UTC (rev 153134)
@@ -1030,10 +1030,17 @@
             <title>Invoking Variants</title>
 
             <para>A variant can only be selected when a port is installed. After you have determined what variants
-                a given port has, if any, you may install a port using the variant by specifying its name preceded by
-                a plus or minus sign on the command line, for example</para>
+                a given port has, if any, you may install a port using a variant by specifying its name preceded by
+                a plus sign on the command line, for example</para>
 
             <programlisting><prompt>$ </prompt><userinput>sudo port install apache2 +openldap</userinput></programlisting>
+
+            <para>Multiple variants can be selected by simply listing them one after another separated by a space.</para>
+
+            <programlisting><prompt>$ </prompt><userinput>sudo port install apache2 +openldap +universal</userinput></programlisting>
+
+            <para>Use a minus sign to deselect a variant that is on by default.</para>
+
             <programlisting><prompt>$ </prompt><userinput>sudo port install apache2 -preforkmpm +workermpm</userinput></programlisting>
 
             <para>Note that you will not see any confirmation of successful variant selection and MacPorts will not warn
@@ -1046,9 +1053,9 @@
 
             <programlisting><prompt>$ </prompt><userinput>sudo port install apache2 +mariadb</userinput></programlisting>
 
-            <para>even though <option>apache2</option> does not have a <option>+mariadb</option> variant. Instead, this
-                will cause the <option>apr-util</option> port to be installed with the <option>+mariadb</option>
-                variant.</para>
+            <para>is accepted even though <option>apache2</option> does not have a <option>+mariadb</option> variant. However,
+                it depends on the <option>apr-util</option> port which does have the <option>+mariadb</option>
+                variant and will be installed with it.</para>
 
             <para>MacPorts will remember the variants that were used when installing a port. If you upgrade a port
                 later, the same variants will be used, unless you manually specify different variants.</para>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160925/a6b5d807/attachment.html>


More information about the macports-changes mailing list