<pre style='margin:0'>
Ken (kencu) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/5cf4449721f94735c8492cbb0d2b8de09ccd73f1">https://github.com/macports/macports-ports/commit/5cf4449721f94735c8492cbb0d2b8de09ccd73f1</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 5cf4449721f pdf2djvu: exclude very new compilers
</span>5cf4449721f is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5cf4449721f94735c8492cbb0d2b8de09ccd73f1
</span>Author: Ken Cunningham <kencu@macports.org>
AuthorDate: Wed Jan 1 22:04:53 2025 -0800
<span style='display:block; white-space:pre;color:#404040;'> pdf2djvu: exclude very new compilers
</span><span style='display:block; white-space:pre;color:#404040;'>
</span><span style='display:block; white-space:pre;color:#404040;'> the newest compilers have become too strict to build
</span><span style='display:block; white-space:pre;color:#404040;'> this port. Restrict to older compilers until there is
</span><span style='display:block; white-space:pre;color:#404040;'> a project to rewrite thie port to the newer standards.
</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/71371
</span>---
graphics/pdf2djvu/Portfile | 3 +++
1 file changed, 3 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/pdf2djvu/Portfile b/graphics/pdf2djvu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 1c891084d3e..88f4ce1a162 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/pdf2djvu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/pdf2djvu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -39,6 +39,9 @@ patchfiles patch-i18n.hh.diff \
</span> configure.cxxflags-append -std=c++17
compiler.cxx_standard 2017
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/71371
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append macports-clang-19 {macports-clang-2*}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> # explicitly configure to build with system libuuid, overriding pkg-config
# this prevents linking with ossp-uuid if it is installed
configure.env-append \
</pre><pre style='margin:0'>
</pre>