<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/07f3fb470b4a74e04ba8bf592e54a6f76ed567ea">https://github.com/macports/macports-guide/commit/07f3fb470b4a74e04ba8bf592e54a6f76ed567ea</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 07f3fb4  Indicate that installing Xcode is not mandatory
</span>07f3fb4 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 07f3fb470b4a74e04ba8bf592e54a6f76ed567ea
</span>Author: contextnerror <contextnerror@outlook.com>
AuthorDate: Sat Apr 8 10:27:39 2023 -0700

<span style='display:block; white-space:pre;color:#404040;'>    Indicate that installing Xcode is not mandatory
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    * only the section for OS X 10.9 was re-written
</span><span style='display:block; white-space:pre;color:#404040;'>    * added xml id to the use_xcode keyword for linking
</span>---
 guide/xml/installing.xml        | 16 ++++++++++------
 guide/xml/portfile-keywords.xml |  2 +-
 2 files changed, 11 insertions(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/installing.xml b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 6d43e6c..53ba53c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/installing.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -32,12 +32,16 @@
</span>         <section xml:id="installing.xcode.mavericks">
             <title>Install Xcode on OS X 10.9 or Later</title>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <para>Download the latest version of Xcode <link
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    xlink:href="https://developer.apple.com/downloads/index.action">from the Apple developer website</link> or
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                get it <link xlink:href="https://itunes.apple.com/us/app/xcode/id497799835">using the Mac App
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    Store</link>.</para>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            <para>Once you have Xcode installed, open a terminal, run <userinput>xcode-select --install</userinput>, and
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <para>(Optional) Download the latest version of Xcode <link
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            xlink:href="https://developer.apple.com/downloads/index.action">from the Apple developer website</link> or
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            get it <link xlink:href="https://itunes.apple.com/us/app/xcode/id497799835">using the Mac App
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            Store</link>.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <para>A few ports require a full Xcode installation to use, but most don’t 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            (read the description of the <link linkend="reference.keywords.use_xcode">use_xcode keyword</link> for specifics).
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            If you are OK with being unable to use these ports, you do not need to install Xcode.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <para>Next, open a terminal, run <userinput>xcode-select --install</userinput>, and
</span>                 click the Install button to install the required command line developer tools. Don't worry if you see
                 a message telling you the software cannot be installed because it is not currently available from the
                 Software Update Server. This usually means you already have the latest version installed. You can also
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/portfile-keywords.xml b/guide/xml/portfile-keywords.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 17af881..d5c7bf8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/portfile-keywords.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/portfile-keywords.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -524,7 +524,7 @@
</span>       </listitem>
     </varlistentry>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    <varlistentry>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    <varlistentry xml:id="reference.keywords.use_xcode">
</span>       <term>use_xcode</term>
 
       <listitem>
</pre><pre style='margin:0'>

</pre>