[33775] trunk/doc-new/guide/xml/portfiledev.xml

markd at macports.org markd at macports.org
Mon Feb 4 18:11:30 PST 2008


Revision: 33775
          http://trac.macosforge.org/projects/macports/changeset/33775
Author:   markd at macports.org
Date:     2008-02-04 18:11:15 -0800 (Mon, 04 Feb 2008)

Log Message:
-----------
Specify legal characters for variant names.

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

Modified: trunk/doc-new/guide/xml/portfiledev.xml
===================================================================
--- trunk/doc-new/guide/xml/portfiledev.xml	2008-02-05 02:10:22 UTC (rev 33774)
+++ trunk/doc-new/guide/xml/portfiledev.xml	2008-02-05 02:11:15 UTC (rev 33775)
@@ -354,9 +354,9 @@
 variant debug   { configure.args-append --enable-debug }</programlisting>
 
       <note>
-        <para>Variant names must not contain hyphens; use underscores instead.
-        For example, use <code>no_x11</code> rather than
-        <code>no-x11</code>.</para>
+        <para>Variant names may contain only the characters A-Z, a-z, and the
+        underscore character <quote>_</quote>. Therefore, take care to never
+        use hyphens in variant names.</para>
       </note>
 
       <para>In the example variant declaration below, the configure argument

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080204/9a179046/attachment.html


More information about the macports-changes mailing list