<pre style='margin:0'>
Rainer Müller (raimue) pushed a commit to branch master
in repository macports-guide.

</pre>
<p><a href="https://github.com/macports/macports-guide/commit/c9802bc055b1eff40ec33ed2233b242a08e4e68a">https://github.com/macports/macports-guide/commit/c9802bc055b1eff40ec33ed2233b242a08e4e68a</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 c9802bc  Clarify PATH modifications in postflight script
</span>c9802bc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit c9802bc055b1eff40ec33ed2233b242a08e4e68a
</span>Author: Rainer Müller <raimue@macports.org>
AuthorDate: Wed Mar 22 12:59:13 2017 +0100

<span style='display:block; white-space:pre;color:#404040;'>    Clarify PATH modifications in postflight script
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    https://lists.macports.org/pipermail/macports-dev/2017-March/035532.html
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Submitted-By: Jan Stary <hans@stare.cz>
</span>---
 guide/xml/installing.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 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 31f8719..9dcb4be 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;'>@@ -436,10 +436,9 @@
</span>                 <listitem>
                     <para>Required: <varname>PATH</varname> variable</para>
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    <para>This variable is set by the postflight script to append the MacPorts executable paths to the
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        default path as shown. The MacPorts paths are appended at the front of <varname>PATH</varname>
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        so the MacPorts libraries will take precedence over vendor-supplied libraries for ported
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                        software at runtime.</para>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    <para>This variable is set by the postflight script to prepend the MacPorts executable paths to the
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        current path as shown. This puts the MacPorts paths at the front of <varname>PATH</varname>
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                        so that the MacPorts binaries will take precedence over vendor-supplied binaries.</para>
</span> 
                     <programlisting>export PATH=/opt/local/bin:/opt/local/sbin:$PATH</programlisting>
 
</pre><pre style='margin:0'>

</pre>