<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b211c0b7b9722a735d7ca39ae58c67a8e4525e96">https://github.com/macports/macports-ports/commit/b211c0b7b9722a735d7ca39ae58c67a8e4525e96</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 b211c0b  gdb: Leopard build fixes
</span>b211c0b is described below

<span style='display:block; white-space:pre;color:#808000;'>commit b211c0b7b9722a735d7ca39ae58c67a8e4525e96
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Fri Feb 16 03:21:55 2018 +1100

<span style='display:block; white-space:pre;color:#404040;'>    gdb: Leopard build fixes
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See thread starting at:
</span><span style='display:block; white-space:pre;color:#404040;'>    <https://lists.macports.org/pipermail/macports-users/2018-January/044557.html>
</span>---
 devel/gdb/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/gdb/Portfile b/devel/gdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c3b4aad..c7d2a24 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/gdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/gdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -3,6 +3,7 @@
</span> PortSystem      1.0
 PortGroup       compiler_blacklist_versions 1.0
 PortGroup       muniversal 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       cxx11 1.1
</span> 
 name            gdb
 version         8.0.1
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -54,6 +55,7 @@ compiler.blacklist {clang >= 600 < 601}
</span> configure.args \
     --with-docdir=${prefix}/share/doc \
     --without-guile \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    --without-python \
</span>     --program-prefix=g \
     --disable-werror
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -87,6 +89,7 @@ foreach s ${pythons_suffixes} {
</span>     set c [lreplace ${pythons_ports} ${i} ${i}]
     variant ${p} description "Build GDB with Python ${v} Scripting" conflicts {*}${c} "
         depends_lib-append      port:${p}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-delete   --without-python
</span>         configure.args-append   --with-python=${prefix}/bin/python${v}
         patchfiles-append       patch-python-config.py.diff
     "
</pre><pre style='margin:0'>

</pre>