[Bug 269475] emulators/qemu: user-mode networking is not available since 7.2 upgrade

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 10 Feb 2023 22:00:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269475

            Bug ID: 269475
           Summary: emulators/qemu: user-mode networking is not available
                    since 7.2 upgrade
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: bofh@freebsd.org
          Reporter: sobomax@FreeBSD.org
          Assignee: bofh@freebsd.org
             Flags: maintainer-feedback?(bofh@freebsd.org)

Created attachment 240063
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=240063&action=edit
Patch to add missing dependency.

In qemu 7.2 release the slirp code has been moved out of the source package and
is enabled/disabled at the build time based on the availability of the libslirp
shared library. As such, it needs to be added into LIB_DEPENDS to make this
feature available in the quemu package.

See
https://wiki.qemu.org/ChangeLog/7.2#Removal_of_the_.22slirp.22_submodule_.28affects_.22-netdev_user.22.29
for a reference.

-- 
You are receiving this mail because:
You are the assignee for the bug.