FreeBSD Bugzilla – Attachment 196164 Details for
Bug 230583
devel/libvirt: missing dependency devel/jansson
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libvirt_fix_qemu.diff (text/plain), 1.41 KB, created by
Roman Bogorodskiy
on 2018-08-13 16:06:26 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Roman Bogorodskiy
Created:
2018-08-13 16:06:26 UTC
Size:
1.41 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 476969) >+++ Makefile (working copy) >@@ -117,10 +117,10 @@ > .include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} >-LIB_DEPENDS+= libyajl.so:devel/yajl >-CONFIGURE_ARGS+= --with-yajl=${LOCALBASE} >+LIB_DEPENDS+= libjansson.so:devel/jansson >+CONFIGURE_ARGS+= --with-jansson > .else >-CONFIGURE_ARGS+= --without-yajl >+CONFIGURE_ARGS+= --without-jansson > .endif > > .if !${PLIST_SUB:MXEN} >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 476602) >+++ pkg-plist (working copy) >@@ -397,11 +397,16 @@ > lib/libvirt/storage-backend/libvirt_storage_backend_fs.so > %%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so > lib/libvirt/storage-file/libvirt_storage_file_fs.so >-%%QEMU%%@dir /var/run/libvirt/qemu >+%%QEMU%%@dir /var/cache/libvirt/qemu > %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target > %%QEMU%%@dir /var/lib/libvirt/qemu/channel > %%QEMU%%@dir /var/lib/libvirt/qemu >-%%QEMU%%@dir /var/cache/libvirt/qemu >+%%QEMU%%@dir /var/lib/libvirt/swtpm >+%%QEMU%%@dir /var/log/swtpm/libvirt/qemu >+%%QEMU%%@dir /var/log/swtpm/libvirt >+%%QEMU%%@dir /var/log/swtpm >+%%QEMU%%@dir /var/run/libvirt/qemu/swtpm >+%%QEMU%%@dir /var/run/libvirt/qemu > %%XEN%%@dir /var/lib/libvirt/libxl > %%XEN%%@dir /var/log/libvirt/libxl > %%XEN%%@dir /var/run/libvirt/libxl
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230583
: 196164