<pre style='margin:0'>
Ryan Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/a8cdecc16837bd1bbd1498ec2662024276e8f73b">https://github.com/macports/macports-ports/commit/a8cdecc16837bd1bbd1498ec2662024276e8f73b</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 a8cdecc  ocaml, ocaml3: Do not unset LD_PREBIND and LD_PREBIND_ALLOW_OVERLAP
</span>a8cdecc is described below

<span style='display:block; white-space:pre;color:#808000;'>commit a8cdecc16837bd1bbd1498ec2662024276e8f73b
</span>Author: Ryan Schmidt <ryandesign@macports.org>
AuthorDate: Sat Mar 31 18:59:48 2018 -0500

<span style='display:block; white-space:pre;color:#404040;'>    ocaml, ocaml3: Do not unset LD_PREBIND and LD_PREBIND_ALLOW_OVERLAP
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    MacPorts base stopped setting those environment variables with the
</span><span style='display:block; white-space:pre;color:#404040;'>    release of MacPorts 1.6.
</span>---
 lang/ocaml/Portfile  | 1 -
 lang/ocaml3/Portfile | 1 -
 2 files changed, 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ocaml/Portfile b/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 644405f..a0e80f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ocaml/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -60,7 +60,6 @@ configure.args      -cc ${configure.cc} -as \"${configure.cc} -c\" -aspp \"${con
</span> 
 # Building.
 build.target        world.opt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.cmd           "unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && ${build.cmd}"
</span> 
 # Install.
 destroot.target     install
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ocaml3/Portfile b/lang/ocaml3/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b15cc8d..494f3b4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ocaml3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ocaml3/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,7 +41,6 @@ configure.args      -no-tk -cc ${configure.cc} -aspp \"${configure.cc} -c\" \
</span> 
 # Building.
 build.target        world.opt
<span style='display:block; white-space:pre;background:#ffe0e0;'>-build.cmd           "unset LD_PREBIND LD_PREBIND_ALLOW_OVERLAP && ${build.cmd}"
</span> 
 # Install.
 destroot.target     install
</pre><pre style='margin:0'>

</pre>