<pre style='margin:0'>
Haren S (harens) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5216f156a8e5342e361866df9c0b8b73ab33c444">https://github.com/macports/macports-ports/commit/5216f156a8e5342e361866df9c0b8b73ab33c444</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 5216f156a8e vlang: use legacysupport statically
</span>5216f156a8e is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5216f156a8e5342e361866df9c0b8b73ab33c444
</span>Author: Haren S <12570877+harens@users.noreply.github.com>
AuthorDate: Sat Apr 2 09:14:34 2022 +0000

<span style='display:block; white-space:pre;color:#404040;'>    vlang: use legacysupport statically
</span>---
 lang/vlang/Portfile | 2 ++
 1 file changed, 2 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/vlang/Portfile b/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index a10919a08bb..43259f3e83f 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/vlang/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,6 +8,8 @@ PortGroup           makefile 1.0
</span> 
 # clock_gettime
 legacysupport.newest_darwin_requires_legacy 15
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# link legacysupport statically for compilers
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+legacysupport.use_static  yes
</span> 
 github.setup        vlang v weekly.2022.13
 github.tarball_from archive
</pre><pre style='margin:0'>

</pre>