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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6cc30bcae68c0f963aeb07a3b03c11a4c7e916bc">https://github.com/macports/macports-ports/commit/6cc30bcae68c0f963aeb07a3b03c11a4c7e916bc</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 6cc30bcae68 gdal: attempt to fix build on macOS 10.11
</span>6cc30bcae68 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6cc30bcae68c0f963aeb07a3b03c11a4c7e916bc
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Sat Sep 26 10:01:26 2020 -0500

<span style='display:block; white-space:pre;color:#404040;'>    gdal: attempt to fix build on macOS 10.11
</span>---
 gis/gdal/Portfile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gis/gdal/Portfile b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index aa4e0b44b46..64b4aeab420 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gis/gdal/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -37,9 +37,8 @@ homepage            https://www.gdal.org/
</span> master_sites        https://download.osgeo.org/gdal/${version}/
 use_xz              yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# this can be removed in a future version of MacPorts
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# see https://github.com/macports/macports-base/pull/161
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append {clang < 800}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: call to 'abs' is ambiguous
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append {clang < 900}
</span> 
 compiler.cxx_standard     2014
 # See https://trac.macports.org/ticket/56908
</pre><pre style='margin:0'>

</pre>