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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/31e5717ce6648f0a85ee4c1767f40cb77328b90e">https://github.com/macports/macports-ports/commit/31e5717ce6648f0a85ee4c1767f40cb77328b90e</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 31e5717ce66 timescaledb: work around compiler errors with clang 9 or newer
</span>31e5717ce66 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 31e5717ce6648f0a85ee4c1767f40cb77328b90e
</span>Author: Blair Zajac <blair@macports.org>
AuthorDate: Wed Feb 3 22:57:19 2021 -0800

<span style='display:block; white-space:pre;color:#404040;'>    timescaledb: work around compiler errors with clang 9 or newer
</span>---
 databases/timescaledb/Portfile | 3 +++
 1 file changed, 3 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/timescaledb/Portfile b/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2221233de3d..9cade2608e0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/timescaledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -58,7 +58,10 @@ configure.pre_args
</span> # binaries may be built that are licensed under the Timescale License
 # (TSL). See https://github.com/timescale/timescaledb#timescaledb and
 # https://github.com/timescale/timescaledb/blob/master/tsl/LICENSE-TIMESCALE.
<span style='display:block; white-space:pre;background:#e0ffe0;'>+#
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# -DLINTER=off: see https://github.com/timescale/timescaledb/issues/2889
</span> configure.args          -DAPACHE_ONLY=1 \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        -DLINTER=off \
</span>                         -DPROJECT_INSTALL_METHOD=macports
 
 build.dir               ${worksrcpath}/build
</pre><pre style='margin:0'>

</pre>