<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/5572dbefa195b864006ceb1e315503377a84d00e">https://github.com/macports/macports-ports/commit/5572dbefa195b864006ceb1e315503377a84d00e</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 5572dbefa19 libtorrent-rasterbar: use boost181 where intrinsics in multiprecision is not broken
</span>5572dbefa19 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 5572dbefa195b864006ceb1e315503377a84d00e
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Tue May 30 16:24:00 2023 +0800

<span style='display:block; white-space:pre;color:#404040;'>    libtorrent-rasterbar: use boost181 where intrinsics in multiprecision is not broken
</span>---
 net/libtorrent-rasterbar/Portfile | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/net/libtorrent-rasterbar/Portfile b/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 30992975cce..b2297d11b84 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/net/libtorrent-rasterbar/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -8,8 +8,13 @@ PortGroup           github 1.0
</span> PortGroup           cmake 1.1
 PortGroup           boost 1.0
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# Earlier Boost has broken intrinsics includes.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# Fixed in: https://github.com/boostorg/multiprecision/commit/28b314828ddd06b3e2e3586758b398fc29ceeb89
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# See also: https://github.com/arvidn/libtorrent/issues/7042
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+boost.version       1.81
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> github.setup        arvidn libtorrent 2.0.9 v
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision            1
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision            2
</span> name                libtorrent-rasterbar
 license             BSD
 categories          net
</pre><pre style='margin:0'>

</pre>