<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/43b54cf79304e41e906fae1b88edac9dab74c527">https://github.com/macports/macports-ports/commit/43b54cf79304e41e906fae1b88edac9dab74c527</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 43b54cf  protobuf3-cpp: note to remove block
</span>43b54cf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 43b54cf79304e41e906fae1b88edac9dab74c527
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Fri Sep 27 12:15:23 2019 -0700

<span style='display:block; white-space:pre;color:#404040;'>    protobuf3-cpp: note to remove block
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    previously had to disable thread_local on
</span><span style='display:block; white-space:pre;color:#404040;'>    some systems, but now all c++11 compilers support
</span><span style='display:block; white-space:pre;color:#404040;'>    thread_local so this block can be removed
</span>---
 devel/protobuf3-cpp/Portfile | 5 +++++
 1 file changed, 5 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/protobuf3-cpp/Portfile b/devel/protobuf3-cpp/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e2e0f41..4ed029a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/protobuf3-cpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/protobuf3-cpp/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -4,6 +4,7 @@ PortSystem                1.0
</span> PortGroup       github    1.0
 PortGroup       cxx11     1.1
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# see note to remove block below at next update
</span> github.setup    google protobuf 3.9.2 v
 revision        0
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +42,9 @@ github.tarball_from releases
</span> distname        protobuf-cpp-${version}
 worksrcdir      protobuf-${version}
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+###### REMOVE AT NEXT UPDATE
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# no longer needed as all our c++11 compilers support thread_local now
</span> if {${os.platform} eq "darwin" && ${os.major} < 11} {
     if {[string match *clang* ${configure.compiler}] && ${configure.cxx_stdlib} eq "macports-libstdc++"} {
         # GCC emulates thread-local storage
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,6 +53,7 @@ if {${os.platform} eq "darwin" && ${os.major} < 11} {
</span>         configure.cppflags-append -DGOOGLE_PROTOBUF_NO_THREADLOCAL
     }
 }
<span style='display:block; white-space:pre;background:#e0ffe0;'>+###### /REMOVE AT NEXT UPDATE
</span> 
 # bundled libtool version doesn't recognise -stdlib
 use_autoreconf  yes
</pre><pre style='margin:0'>

</pre>