<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/2a83c970b34f5940dc47d474e6257c8184c7f2c4">https://github.com/macports/macports-ports/commit/2a83c970b34f5940dc47d474e6257c8184c7f2c4</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 2a83c970b34f5940dc47d474e6257c8184c7f2c4
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Thu Oct 31 03:37:19 2024 +0800

<span style='display:block; white-space:pre;color:#404040;'>    tiledb: update to 2.26.2
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Closes: https://trac.macports.org/ticket/71196
</span>---
 databases/tiledb/Portfile | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/databases/tiledb/Portfile b/databases/tiledb/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index e88e5e55416..e0adb8e7f1d 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/databases/tiledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/databases/tiledb/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -13,7 +13,7 @@ legacysupport.newest_darwin_requires_legacy 19
</span> # See discussion in: https://github.com/macports/macports-ports/pull/19686
 legacysupport.use_mp_libcxx yes
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-github.setup        TileDB-Inc TileDB 2.26.0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+github.setup        TileDB-Inc TileDB 2.26.2
</span> name                tiledb
 revision            0
 categories          databases
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -22,9 +22,9 @@ maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
</span> description         The universal storage engine
 long_description    {*}${description}
 homepage            https://tiledb.com
<span style='display:block; white-space:pre;background:#ffe0e0;'>-checksums           rmd160  baf03651538a6341088c5eeec3c9811cc982f8c1 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  040fa23ccef23f05d96305b29332686062bd5d67e1d6e6d830f992261ffeda9d \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    4214151
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+checksums           rmd160  0ea41be4be02e96076913da47ee868736a89f4c2 \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  255218aebd3ef5af4b8deb3be58f877fda335d5abc1c097a33f6741bf259a68d \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    4220193
</span> github.tarball_from archive
 
 # Notice that 32-bit platforms are not supported by upstream, and there are reports elsewhere
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -59,13 +59,8 @@ if {${os.platform} eq "darwin" && ${os.major} < 13} {
</span> 
 if {${os.platform} eq "darwin" && ${os.major} < 20} {
     # This trickery is intended. Normal passing of flags to CMake fails to have a desired effect.
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    # Non-Apple OS on ppc will need libatomic linking too, but leave it until tested.
</span>     patchfiles-append \
                     patch-linking.diff
<span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    post-patch {
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-        reinplace "s,@PREFIX@,${prefix},g" ${worksrcpath}/cmake/Modules/FindMagic_EP.cmake
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-    }
</span> }
 
 # Can be rewritten unconditionally, but no point in making a patch more complex:
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -78,7 +73,9 @@ compiler.cxx_standard       2020
</span> # https://github.com/TileDB-Inc/TileDB/issues/4566
 compiler.blacklist-append   {clang < 1400}
 # https://github.com/TileDB-Inc/TileDB/issues/5164
<span style='display:block; white-space:pre;background:#ffe0e0;'>-compiler.blacklist-append   macports-clang-18
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Update this later once fixed. Also avoid accidental change of compiler
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# being chosen, since clang fails to maintain consistency between its versions.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append   {macports-clang-1[8-9]} {macports-clang-2[0-9]}
</span> 
 # config modules are defunct.
 # https://github.com/TileDB-Inc/TileDB/issues/4070
</pre><pre style='margin:0'>

</pre>