<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/98ded80f2f39bc3787651bf7842fe8b65b2d3d36">https://github.com/macports/macports-ports/commit/98ded80f2f39bc3787651bf7842fe8b65b2d3d36</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 98ded80f2f3 mupdf: set compiler.cxx_standard 2017, fix build on macOS ≤ 10.12
</span>98ded80f2f3 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 98ded80f2f39bc3787651bf7842fe8b65b2d3d36
</span>Author: Mark Mentovai <mark@mentovai.com>
AuthorDate: Sat Oct 14 00:04:38 2023 -0400

<span style='display:block; white-space:pre;color:#404040;'>    mupdf: set compiler.cxx_standard 2017, fix build on macOS ≤ 10.12
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    With USE_TESSERACT=YES, the mupdf build uses -std=c++17 to compile
</span><span style='display:block; white-space:pre;color:#404040;'>    tessocr.cpp.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    As far as the system default compiler is concerned, -std=c++17 is only
</span><span style='display:block; white-space:pre;color:#404040;'>    supported since Xcode 9.3, which only runs on macOS ≥ 10.13.2. This
</span><span style='display:block; white-space:pre;color:#404040;'>    should fix the build on macOS ≤ 10.12.
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    mupdf was updated to use USE_TESSERACT at a6096d890d26. The CI run to
</span><span style='display:block; white-space:pre;color:#404040;'>    build this port appears at 37c3dfd057ed. A failure on macOS 10.12
</span><span style='display:block; white-space:pre;color:#404040;'>    appears at
</span><span style='display:block; white-space:pre;color:#404040;'>    https://build.macports.org/builders/ports-10.12_x86_64-builder/builds/247533.
</span>---
 graphics/mupdf/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/mupdf/Portfile b/graphics/mupdf/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index b8fb3e22616..bf0aa6f7d43 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/mupdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/mupdf/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -70,6 +70,7 @@ build.args-append   CC=${configure.cc} \
</span>                     verbose=yes \
                     shared-release
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.cxx_standard   2017
</span> use_parallel_build  no
 
 destroot.destdir    prefix=${destroot}${prefix}
</pre><pre style='margin:0'>

</pre>