<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/f20c8f0e0549ebbdcde53c4dc20eb0c9e2a52b08">https://github.com/macports/macports-ports/commit/f20c8f0e0549ebbdcde53c4dc20eb0c9e2a52b08</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 f20c8f0e054 tdb: requires thread_local_storage
</span>f20c8f0e054 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit f20c8f0e0549ebbdcde53c4dc20eb0c9e2a52b08
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Tue Jun 4 04:57:21 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> tdb: requires thread_local_storage
</span>---
databases/tdb/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/tdb/Portfile b/databases/tdb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a873911571b..b2d3682b6cb 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/tdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/tdb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -28,6 +28,9 @@ set py_ver_nodot [string map {. {}} ${py_ver}]
</span>
depends_build port:python${py_ver_nodot}
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Missing required TLS support in pthread library
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.thread_local_storage yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> patchfiles patch-samba-install.diff
configure.args --disable-python
</pre><pre style='margin:0'>
</pre>