<pre style='margin:0'>
Clemens Lang (neverpanic) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/57061d4f8951cf443e2d9226ef8065b859cb5e5a">https://github.com/macports/macports-ports/commit/57061d4f8951cf443e2d9226ef8065b859cb5e5a</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 57061d4f895 mesa: Add missing build dep
</span>57061d4f895 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 57061d4f8951cf443e2d9226ef8065b859cb5e5a
</span>Author: Clemens Lang <cal@macports.org>
AuthorDate: Thu Jan 9 20:27:26 2025 +0100

<span style='display:block; white-space:pre;color:#404040;'>    mesa: Add missing build dep
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Mesa uses python-packaging to check whether mako is installed, and fails
</span><span style='display:block; white-space:pre;color:#404040;'>    to find mako if packaging isn't available (e.g., in trace mode).
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    No revbump, since it either builds correctly, or not at all.
</span>---
 x11/mesa/Portfile | 1 +
 1 file changed, 1 insertion(+)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/x11/mesa/Portfile b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 19e66077876..1475c0c0dd3 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/x11/mesa/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -41,6 +41,7 @@ depends_build-append    path:bin/pkg-config:pkgconfig \
</span>                         port:bison \
                         port:python${py_ver_nodot} \
                         port:py${py_ver_nodot}-mako \
<span style='display:block; white-space:pre;background:#e0ffe0;'>+                        port:py${py_ver_nodot}-packaging \
</span>                         port:py${py_ver_nodot}-yaml \
                         port:xorg-xorgproto
 
</pre><pre style='margin:0'>

</pre>