<pre style='margin:0'>
Michael Dickens (michaelld) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/6329f4940e9b3851b5dd8884d5c765340b9b42f9">https://github.com/macports/macports-ports/commit/6329f4940e9b3851b5dd8884d5c765340b9b42f9</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 6329f4940e9 boost176/177: Fix misleading comment
</span>6329f4940e9 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 6329f4940e9b3851b5dd8884d5c765340b9b42f9
</span>Author: Evan Miller <emmiller@gmail.com>
AuthorDate: Sat Nov 27 10:08:02 2021 -0500

<span style='display:block; white-space:pre;color:#404040;'>    boost176/177: Fix misleading comment
</span>---
 devel/boost176/Portfile | 5 +++--
 devel/boost177/Portfile | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost176/Portfile b/devel/boost176/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index c58fba4f900..842bd6c8884 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost176/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost176/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -106,9 +106,10 @@ patchfiles-append patch-export_serialization_explicit_template_instantiations.di
</span> patchfiles-append patch-revert-lib-name-tagged.diff
 
 # Availability.h -> AvailabilityMacros.h on Tiger
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# A better fix was accepted upstream:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The attempted fix:
</span> # https://github.com/boostorg/core/commit/128d9314d6f814930400c46c9afd34399d19132b
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# So this patch can be removed for Boost 1.77 or later.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is insufficient because GCC 6/7 still defines __cpp_lib_uncaught_exceptions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# in the absence of __STRICT_ANSI__
</span> platform darwin 8 {
     patchfiles-append patch-tiger-availability.diff
 }
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/devel/boost177/Portfile b/devel/boost177/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c16d61974e..c87781c79bd 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/devel/boost177/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/devel/boost177/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -107,9 +107,10 @@ patchfiles-append patch-export_serialization_explicit_template_instantiations.di
</span> patchfiles-append patch-revert-lib-name-tagged.diff
 
 # Availability.h -> AvailabilityMacros.h on Tiger
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# A better fix was accepted upstream:
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# The attempted fix:
</span> # https://github.com/boostorg/core/commit/128d9314d6f814930400c46c9afd34399d19132b
<span style='display:block; white-space:pre;background:#ffe0e0;'>-# So this patch can be removed for Boost 1.77 or later.
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# is insufficient because GCC 6/7 still defines __cpp_lib_uncaught_exceptions
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+# in the absence of __STRICT_ANSI__
</span> platform darwin 8 {
     patchfiles-append patch-tiger-availability.diff
 }
</pre><pre style='margin:0'>

</pre>