<pre style='margin:0'>
Zhenfu Shi (i0ntempest) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/edffd094aa82b9f08ac82ab4a70935060e0911ff">https://github.com/macports/macports-ports/commit/edffd094aa82b9f08ac82ab4a70935060e0911ff</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 edffd094aa8 qBittorrent-qt5: 4.5.2, enable legacysupport
</span>edffd094aa8 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit edffd094aa82b9f08ac82ab4a70935060e0911ff
</span>Author: i0ntempest <szf1234@me.com>
AuthorDate: Wed Mar 1 09:56:27 2023 -0500

<span style='display:block; white-space:pre;color:#404040;'>    qBittorrent-qt5: 4.5.2, enable legacysupport
</span>---
 net/qBittorrent-qt5/Portfile | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/qBittorrent-qt5/Portfile b/net/qBittorrent-qt5/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 23e41ebebdf..c83e3b84580 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/qBittorrent-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/qBittorrent-qt5/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -5,6 +5,7 @@ PortGroup       github 1.0
</span> PortGroup       qmake5 1.0
 PortGroup       compiler_blacklist_versions 1.0
 PortGroup       boost 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup       legacysupport 1.1
</span> 
 categories      net
 name            qBittorrent-qt5
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -24,18 +25,18 @@ long_description \
</span> homepage        https://www.qbittorrent.org
 
 if {${os.platform} ne "darwin" || ${os.major} >= 17} {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    github.setup    qbittorrent qBittorrent 4.5.1 release-
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    github.setup    qbittorrent qBittorrent 4.5.2 release-
</span>     revision        0
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    checksums       rmd160  a60788d414ddb3c3b382e178ecb773f961a02136 \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    sha256  b7a04ae8681b85ee6b04af5811b3e495f2459b6de3aae6b26f82e0fa785a894e \
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-                    size    8780332
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    checksums       rmd160  c877829a2ae95151903c9c868a80d7f87de12c3c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    sha256  dc78b78cbf92f6932499a645b1bc6bb99d46fe280ff5c40cde0d92af4392a42c \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    size    8890773
</span> 
     qt5.min_version 5.11
     configure.args-append \
                     CONFIG+=c++17 \
                     DEFINES+=QBT_USES_LIBTORRENT2
     compiler.cxx_standard 2017
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    compiler.blacklist-append *gcc-3.* *gcc-4.* *gcc-5.* *gcc-6.* *gcc-7.* {clang < 1100}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    compiler.blacklist-append *gcc-3.* *gcc-4.* {clang < 900.0.39.2}
</span>     # Taken from MKVToolNix port
     if {${os.platform} eq "darwin" && ${os.major} == 17} {
         # libc++ on 10.13 supports std::optional but the compilers that
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -43,6 +44,9 @@ if {${os.platform} ne "darwin" || ${os.major} >= 17} {
</span>         # https://github.com/llvm/llvm-project/commit/7fb40e1569dd66292b647f4501b85517e9247953
         # MacPorts clang 8 and later have applied this fix.
         compiler.blacklist-append clang macports-clang-5.0 macports-clang-6.0 macports-clang-7.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+    # undefined symbols for std::filesystem on 10.14
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.newest_darwin_requires_legacy 18
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    legacysupport.use_mp_libcxx yes
</span>     }
 } else {
     # qBittorrent 4.3.3 and later requires C++17 features and therefore won't build with
</pre><pre style='margin:0'>

</pre>