<pre style='margin:0'>
Chih-Hsuan Yen (yan12125) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/2e78cead06836928591f0236031be7ff4f6b7954">https://github.com/macports/macports-ports/commit/2e78cead06836928591f0236031be7ff4f6b7954</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 2e78cea  FileZilla: try to fix building on 10.11
</span>2e78cea is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 2e78cead06836928591f0236031be7ff4f6b7954
</span>Author: Chih-Hsuan Yen <yan12125@macports.org>
AuthorDate: Tue Mar 19 20:54:21 2019 +0800

<span style='display:block; white-space:pre;color:#404040;'>    FileZilla: try to fix building on 10.11
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Broken with clang 800.0.42.1 and works with clang 900.0.39.2
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    [1] https://build.macports.org/builders/ports-10.11_x86_64-builder/builds/81941/steps/install-port/logs/stdio
</span><span style='display:block; white-space:pre;color:#404040;'>    [2] https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/87188/steps/install-port/logs/stdio
</span>---
 www/FileZilla/Portfile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/www/FileZilla/Portfile b/www/FileZilla/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 9ce90cb..b35778e 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/www/FileZilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/www/FileZilla/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,13 +57,7 @@ configure.args      --with-tinyxml=builtin \
</span> 
 configure.env       WXRC=${wxWidgets.wxrc}
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# FileZilla now requires thread_local keyword in C++11 (N2659), which is
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# supported since Xcode 8.0 [1][2], upstream clang 3.3 [3] and GCC 4.8 [4]
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# [1] https://developer.apple.com/library/content/releasenotes/DeveloperTools/RN-Xcode/Chapters/Introduction.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# [2] https://stackoverflow.com/a/29929949/3786245
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# [3] https://clang.llvm.org/cxx_status.html
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-# [4] https://gcc.gnu.org/projects/cxx-status.html#cxx11
</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;'>+compiler.blacklist-append {clang < 900}
</span> 
 destroot {
     copy ${worksrcpath}/FileZilla.app ${destroot}${applications_dir}
</pre><pre style='margin:0'>

</pre>