<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/ac6c5c6e1a1df06a0f884f240595761dbe4bc18e">https://github.com/macports/macports-ports/commit/ac6c5c6e1a1df06a0f884f240595761dbe4bc18e</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 ac6c5c6e1a1 sparsehash: do not build arch-dependent libtcmalloc test (#15768)
</span>ac6c5c6e1a1 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit ac6c5c6e1a1df06a0f884f240595761dbe4bc18e
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu Sep 1 06:17:02 2022 +0700

<span style='display:block; white-space:pre;color:#404040;'>    sparsehash: do not build arch-dependent libtcmalloc test (#15768)
</span>---
 devel/sparsehash/Portfile | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/sparsehash/Portfile b/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 5f77c383299..88d2a9e0b43 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/sparsehash/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -17,7 +17,6 @@ long_description    {*}${description}. 2 bits/entry overhead! The SparseHash \
</span>                     characteristics. It's easy to replace hash_map by \
                     sparse_hash_map or dense_hash_map in C++ code.
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms           darwin
</span> license             BSD
 
 checksums           rmd160  8156dead55d2cf8fc3af2cd0017d494397ee812f \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +33,10 @@ post-patch {
</span> use_autoreconf      yes
 autoreconf.cmd      ./autogen.sh
 autoreconf.args
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_build-append port:autoconf port:automake port:libtool
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_build-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:autoconf \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:automake \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:libtool
</span> 
 # This is a header-only library.
 supported_archs     noarch
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -44,3 +46,10 @@ supported_archs     noarch
</span> # right stdlib. I don't know what version of the C++ standard this port
 # requires, so I'll just guess.
 compiler.cxx_standard 1998
<span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://github.com/macports/macports-ports/pull/15768
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+configure.args-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    ac_cv_header_google_malloc_extension_h=no
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.run            yes
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+test.target         check
</span></pre><pre style='margin:0'>

</pre>