<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6005f503e179efd2a09a74a880ddb242d6696b4a">https://github.com/macports/macports-ports/commit/6005f503e179efd2a09a74a880ddb242d6696b4a</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 6005f503e17 cryfs: set compiler.thread_local_storage
</span>6005f503e17 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6005f503e179efd2a09a74a880ddb242d6696b4a
</span>Author: Jolan <jolan78@gmail.com>
AuthorDate: Wed Jan 31 21:51:22 2024 +0100

<span style='display:block; white-space:pre;color:#404040;'>    cryfs: set compiler.thread_local_storage
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/69237
</span>---
 net/cryfs/Portfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/cryfs/Portfile b/net/cryfs/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 7f81cd819a0..2cc66a82319 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/cryfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/cryfs/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -7,7 +7,7 @@ PortGroup                 cmake 1.1
</span> PortGroup                 boost 1.0
 
 github.setup              cryfs cryfs 0.11.4
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                  0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                  1
</span> github.tarball_from       releases
 
 license                   LGPL-3
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -51,6 +51,7 @@ cmake.build_type          Release
</span> universal_variant         no
 
 compiler.cxx_standard     2014
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span> 
 configure.args-append    -DBoost_USE_MULTITHREADED=on \
                          -DBoost_USE_STATIC_LIBS=off \
</pre><pre style='margin:0'>

</pre>