<pre style='margin:0'>
Eitan Adler (grimreaper) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/3d074ed9187849becd08420a29fc50fc7f323518">https://github.com/macports/macports-guide/commit/3d074ed9187849becd08420a29fc50fc7f323518</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 3d074ed9187849becd08420a29fc50fc7f323518
</span>Author: Eitan Adler <lists@eitanadler.com>
AuthorDate: Fri Jul 6 06:34:25 2018 -0700

<span style='display:block; white-space:pre;color:#404040;'>    guide: teach about rleaves
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    This doesn't fully explain the topic, but puts in a reference where
</span><span style='display:block; white-space:pre;color:#404040;'>    there ought to be one.
</span>---
 guide/xml/using.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/guide/xml/using.xml b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;color:#808080;'>index 15b7d95..11e926a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/guide/xml/using.xml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1292,11 +1292,7 @@ apache2 has the variants:
</span> 
             <programlisting><prompt>$ </prompt><userinput>sudo port uninstall leaves</userinput></programlisting>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-            <para>Note that the uninstallation can cause new ports to become leaves. To uninstall all leaves, you would have to repeat
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                the process until <command>port echo leaves</command> comes back empty. To automate this, you can use
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                <option>--follow-dependencies</option> when uninstalling.</para>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-            <programlisting><prompt>$ </prompt><userinput>sudo port uninstall --follow-dependencies leaves</userinput></programlisting>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+            <para>Note that the uninstallation can cause new ports to become leaves. To uninstall all leaves, you can use the <option>rleaves</option> pseudo-port instead.</para>
</span> 
                 <para>To go through this process interactively so you can make sure you're not uninstalling anything you want to keep,
                 you can install the <option>port_cutleaves</option> port. After installation, run it with</para>
</pre><pre style='margin:0'>

</pre>