<pre style='margin:0'>
Mohamed Akram (mohd-akram) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bb3778b3dbfdc4411260eef6a8ddd0671e8ce3a6">https://github.com/macports/macports-ports/commit/bb3778b3dbfdc4411260eef6a8ddd0671e8ce3a6</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 bb3778b3dbf guestfs-tools: add missing build deps
</span>bb3778b3dbf is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bb3778b3dbfdc4411260eef6a8ddd0671e8ce3a6
</span>Author: Mohamed Akram <makr@macports.org>
AuthorDate: Sat Apr 19 22:42:02 2025 +0400

<span style='display:block; white-space:pre;color:#404040;'>    guestfs-tools: add missing build deps
</span>---
 sysutils/guestfs-tools/Portfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/sysutils/guestfs-tools/Portfile b/sysutils/guestfs-tools/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 622d5c7ea0a..3ee0f2ad347 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/sysutils/guestfs-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/sysutils/guestfs-tools/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -34,7 +34,8 @@ depends_build       path:bin/pkg-config:pkgconfig \
</span>                     port:gettext \
                     port:ocaml \
                     port:ocaml-findlib \
<span style='display:block; white-space:pre;background:#ffe0e0;'>-                    port:xorriso
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:xorriso \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                    port:coreutils
</span> 
 depends_lib         port:gettext-runtime \
                     path:lib/pkgconfig/glib-2.0.pc:glib2 \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -57,7 +58,7 @@ patchfiles          patch-ocaml-link.diff \
</span> # Update config.guess to recognize aarch64
 # Remove when tarball is updated
 # https://github.com/libguestfs/guestfs-tools/issues/16
<span style='display:block; white-space:pre;background:#ffe0e0;'>-depends_patch-append    port:automake
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+depends_patch-append    port:autoconf port:automake
</span> pre-patch {
     system -W ${worksrcpath} "automake -af"
 }
</pre><pre style='margin:0'>

</pre>