FreeBSD Bugzilla – Attachment 240063 Details for
Bug 269475
emulators/qemu: user-mode networking is not available since 7.2 upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Patch to add missing dependency.
qemu.diff (text/plain), 1004 bytes, created by
Maxim Sobolev
on 2023-02-10 22:00:47 UTC
(
hide
)
Description:
Patch to add missing dependency.
Filename:
MIME Type:
Creator:
Maxim Sobolev
Created:
2023-02-10 22:00:47 UTC
Size:
1004 bytes
patch
obsolete
>commit 881ac36e5f2ffac4984b8b3d95da86003711a6df >Author: Maksym Sobolyev <sobomax@sippysoft.com> >Date: Wed Feb 8 14:17:01 2023 -0800 > > Add net/libslirp into LIB_DEPENDS, now required for making user > networking functional. > >diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile >index 574efdcd571f..262adb57f46b 100644 >--- a/emulators/qemu/Makefile >+++ b/emulators/qemu/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= qemu > PORTVERSION= 7.2.0 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= emulators > MASTER_SITES= https://download.qemu.org/ > DIST_SUBDIR= qemu/${PORTVERSION} >@@ -19,7 +19,8 @@ ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le > BUILD_DEPENDS= bash:shells/bash > .if ${FLAVOR:U} != tools && ${FLAVOR:U} != guestagent > LIB_DEPENDS+= libfdt.so:sysutils/dtc \ >- libzstd.so:archivers/zstd >+ libzstd.so:archivers/zstd \ >+ libslirp.so:net/libslirp > .endif > .if (${FLAVOR:U} != nox11 && ${FLAVOR:U} != tools && ${FLAVOR:U} != guestagent) > LIB_DEPENDS+= libepoxy.so:graphics/libepoxy
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 269475
: 240063