<pre style='margin:0'>
Herby Gillot (herbygillot) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/b04de4b38c16e7f05c006eb0aab460512c66bca6">https://github.com/macports/macports-ports/commit/b04de4b38c16e7f05c006eb0aab460512c66bca6</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit b04de4b38c16e7f05c006eb0aab460512c66bca6
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Fri Jan 20 13:57:17 2023 +0800
<span style='display:block; white-space:pre;color:#404040;'> avrdude: fix build on <11
</span><span style='display:block; white-space:pre;color:#404040;'> Fixes: https://trac.macports.org/ticket/66722
</span>---
cross/avrdude/Portfile | 5 +++++
1 file changed, 5 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/cross/avrdude/Portfile b/cross/avrdude/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 61926daf085..e18b158ff6c 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/cross/avrdude/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/cross/avrdude/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,6 +1,7 @@
</span> # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
<span style='display:block; white-space:pre;background:#e0ffe0;'>+PortGroup compiler_blacklist_versions 1.0
</span>
name avrdude
version 7.0
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -38,6 +39,10 @@ patchfiles dynamic_lookup-11.patch \
</span>
configure.args --disable-parport
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# https://trac.macports.org/ticket/66722
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *gcc-4.* {clang < 400}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant docs description {Installs documentation in PDF, HTML and Info formats. Involves the installation of a TexLive dependency chain, which can dramatically slow down the installation of the AVRDUDE port.} {
depends_build-append \
port:texlive-latex
</pre><pre style='margin:0'>
</pre>