mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to libvirt-9.0.0.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
COMMENT= tool/library for managing platform virtualization
|
||||
|
||||
DISTNAME= libvirt-8.10.0
|
||||
DISTNAME= libvirt-9.0.0
|
||||
|
||||
CATEGORIES= sysutils devel emulators
|
||||
|
||||
SHARED_LIBS += virt 2.4 # 0.8010.0
|
||||
SHARED_LIBS += virt-qemu 2.3 # 0.8010.0
|
||||
SHARED_LIBS += virt-lxc 2.2 # 0.8010.0
|
||||
SHARED_LIBS += virt-admin 2.2 # 0.8010.0
|
||||
SHARED_LIBS += virt 2.4 # 0.9000.0
|
||||
SHARED_LIBS += virt-qemu 2.3 # 0.9000.0
|
||||
SHARED_LIBS += virt-lxc 2.2 # 0.9000.0
|
||||
SHARED_LIBS += virt-admin 2.2 # 0.9000.0
|
||||
|
||||
HOMEPAGE= https://libvirt.org/
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (libvirt-8.10.0.tar.xz) = uwe3sA8I+CbdT2I/iyM+TosiG4hZu1k3/0U1XwrimVI=
|
||||
SIZE (libvirt-8.10.0.tar.xz) = 8984348
|
||||
SHA256 (libvirt-9.0.0.tar.xz) = 3spc/xt7qsKXvKlmOQfGH3GkcYM3HcesAZwQeAbVQ1o=
|
||||
SIZE (libvirt-9.0.0.tar.xz) = 9007104
|
||||
|
||||
@@ -26,7 +26,7 @@ Index: meson.build
|
||||
|
||||
libvirt_no_indirect = cc.get_supported_link_arguments([
|
||||
'-Wl,--no-copy-dt-needed-entries',
|
||||
@@ -855,7 +849,7 @@ if not get_option('driver_remote').disabled()
|
||||
@@ -812,7 +806,7 @@ if not get_option('driver_remote').disabled()
|
||||
xdr_dep = cc.find_library('portablexdr', required: get_option('driver_remote'))
|
||||
elif host_machine.system() == 'linux'
|
||||
xdr_dep = dependency('libtirpc', required: get_option('driver_remote'))
|
||||
@@ -35,7 +35,7 @@ Index: meson.build
|
||||
xdr_dep = cc.find_library('c', required: get_option('driver_remote'))
|
||||
else
|
||||
xdr_dep = dependency('', required: false)
|
||||
@@ -938,15 +932,18 @@ if devmapper_dep.found()
|
||||
@@ -895,15 +889,18 @@ if devmapper_dep.found()
|
||||
conf.set('WITH_DEVMAPPER', 1)
|
||||
endif
|
||||
|
||||
@@ -62,7 +62,7 @@ Index: meson.build
|
||||
fuse_version = '3.1.0'
|
||||
fuse_dep = dependency('fuse3', version: '>=' + fuse_version, required: false)
|
||||
if fuse_dep.found()
|
||||
@@ -1941,7 +1938,7 @@ endif
|
||||
@@ -1874,7 +1871,7 @@ endif
|
||||
|
||||
driver_modules_flags = []
|
||||
if conf.has('WITH_LIBVIRTD')
|
||||
@@ -71,7 +71,7 @@ Index: meson.build
|
||||
error('You must have dlfcn.h / dlopen() support to build driver modules')
|
||||
endif
|
||||
driver_modules_flags = libvirt_export_dynamic
|
||||
@@ -2255,7 +2252,7 @@ libs_summary = {
|
||||
@@ -2188,7 +2185,7 @@ libs_summary = {
|
||||
'capng': capng_dep.found(),
|
||||
'curl': curl_dep.found(),
|
||||
'devmapper': devmapper_dep.found(),
|
||||
|
||||
@@ -138,6 +138,7 @@ share/doc/libvirt/examples/polkit/libvirt-acl.rules
|
||||
share/doc/libvirt/examples/sh/
|
||||
share/doc/libvirt/examples/sh/virt-lxc-convert
|
||||
share/doc/libvirt/examples/systemtap/
|
||||
share/doc/libvirt/examples/systemtap/amd-sev-es-vmsa.stp
|
||||
share/doc/libvirt/examples/systemtap/events.stp
|
||||
share/doc/libvirt/examples/systemtap/lock-debug.stp
|
||||
share/doc/libvirt/examples/systemtap/qemu-monitor.stp
|
||||
|
||||
Reference in New Issue
Block a user