<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/8dd2dd23d14b6256f23dcb22c81274e2af76eaae">https://github.com/macports/macports-ports/commit/8dd2dd23d14b6256f23dcb22c81274e2af76eaae</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 8dd2dd23d14 qemu: add spice and vnc to default variants
</span>8dd2dd23d14 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 8dd2dd23d14b6256f23dcb22c81274e2af76eaae
</span>Author: Mohamed Akram <mohd.akram@outlook.com>
AuthorDate: Sun Jul 16 16:33:09 2023 +0400

<span style='display:block; white-space:pre;color:#404040;'>    qemu: add spice and vnc to default variants
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    - Enable USB redirection for usb variant
</span>---
 emulators/qemu/Portfile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/emulators/qemu/Portfile b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 661609e9168..a4247a99f37 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/emulators/qemu/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ legacysupport.newest_darwin_requires_legacy 16
</span> 
 name                    qemu
 version                 8.0.2
<span style='display:block; white-space:pre;background:#ffe0e0;'>-revision                0
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+revision                1
</span> categories              emulators
 license                 GPL-2+
 maintainers             {raimue @raimue} \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -190,7 +190,7 @@ pre-configure {
</span> # disable silent rules
 build.args-append       V=1
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-default_variants        +usb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+default_variants        +usb +spice +vnc
</span> 
 # https://trac.macports.org/ticket/62164#comment:10
 if {${os.platform} eq "darwin" && ${os.major} < 18} {
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -231,7 +231,9 @@ variant sdl2 description {Use the SDL 2 graphical user interface} conflicts coco
</span> 
 variant usb description {Support forwarding of USB devices to the guest} {
     configure.args-replace  --disable-libusb --enable-libusb
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    depends_lib-append      path:lib/pkgconfig/libusb-1.0.pc:libusb
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    configure.args-replace  --disable-usb-redir --enable-usb-redir
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+    depends_lib-append      path:lib/pkgconfig/libusb-1.0.pc:libusb \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+                            port:usbredir
</span> }
 
 variant curl description {Support network block devices using CURL} {
</pre><pre style='margin:0'>

</pre>