<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5120131a67cf0abee41b8a4ea57b058d046b9a8d">https://github.com/macports/macports-ports/commit/5120131a67cf0abee41b8a4ea57b058d046b9a8d</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 5120131a67c snac: blacklist clang < 1001
</span>5120131a67c is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5120131a67cf0abee41b8a4ea57b058d046b9a8d
</span>Author: aeiouaeiouaeiouaeiouaeiouaeiou <aeioudev@outlook.com>
AuthorDate: Sat Nov 16 12:06:25 2024 +0300

<span style='display:block; white-space:pre;color:#404040;'>    snac: blacklist clang < 1001
</span>---
 net/snac/Portfile | 7 +++++++
 1 file changed, 7 insertions(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/snac/Portfile b/net/snac/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index edf47bfe9a3..9a45156bfc0 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/snac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/snac/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 
 PortSystem          1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup           compiler_blacklist_versions 1.0
</span> PortGroup           legacysupport 1.1
 PortGroup           makefile 1.0
 PortGroup           codeberg 1.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -49,6 +50,12 @@ platform darwin {
</span> configure.cflags-append \
                     -std=c99
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# error: 'cleanup' function '_xs_destroy' parameter has
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# type 'char **' which is incompatible with type 'X509_STORE **'
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# (aka 'struct x509_store_st **') on macOS < 10.14
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    {clang < 1001}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant nomastodon description {omit Mastodon API support} {
 configure.cflags-append \
                     -Dst_mtim=st_mtimespec -Dst_ctim=st_ctimespec -DNO_MASTODON_API
</pre><pre style='margin:0'>

</pre>