mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
Update to libvirt-11.6.0.
This commit is contained in:
@@ -2,14 +2,14 @@ BROKEN-sparc64= attempted static link of dynamic object libglib-2.0.so.4201.13
|
||||
|
||||
COMMENT= tool/library for managing platform virtualization
|
||||
|
||||
DISTNAME= libvirt-11.5.0
|
||||
DISTNAME= libvirt-11.6.0
|
||||
|
||||
CATEGORIES= sysutils devel emulators
|
||||
|
||||
SHARED_LIBS += virt 2.5 # 0.11005.0
|
||||
SHARED_LIBS += virt-qemu 2.3 # 0.11005.0
|
||||
SHARED_LIBS += virt-lxc 2.2 # 0.11005.0
|
||||
SHARED_LIBS += virt-admin 2.2 # 0.11005.0
|
||||
SHARED_LIBS += virt 2.6 # 0.11006.0
|
||||
SHARED_LIBS += virt-qemu 2.3 # 0.11006.0
|
||||
SHARED_LIBS += virt-lxc 2.2 # 0.11006.0
|
||||
SHARED_LIBS += virt-admin 2.2 # 0.11006.0
|
||||
|
||||
HOMEPAGE= https://libvirt.org/
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
SHA256 (libvirt-11.5.0.tar.xz) = K2O51gU44eL6Tj9tg2QJ5v9wUknHkAGRSsNACFnXJCM=
|
||||
SIZE (libvirt-11.5.0.tar.xz) = 9865100
|
||||
SHA256 (libvirt-11.6.0.tar.xz) = zA6MImVZtHmDPIvJx3qOwwFIKrAwX82Y0n8RzGh3/SM=
|
||||
SIZE (libvirt-11.6.0.tar.xz) = 9960064
|
||||
|
||||
@@ -35,7 +35,7 @@ Index: meson.build
|
||||
xdr_dep = cc.find_library('c', required: get_option('driver_remote'))
|
||||
else
|
||||
xdr_dep = dependency('', required: false)
|
||||
@@ -961,15 +955,18 @@ if devmapper_dep.found()
|
||||
@@ -960,15 +954,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()
|
||||
@@ -1885,7 +1882,7 @@ endif
|
||||
@@ -1884,7 +1881,7 @@ endif
|
||||
|
||||
driver_modules_flags = []
|
||||
if conf.has('WITH_LIBVIRTD')
|
||||
@@ -71,12 +71,3 @@ Index: meson.build
|
||||
error('You must have dlfcn.h / dlopen() support to build driver modules')
|
||||
endif
|
||||
driver_modules_flags = libvirt_export_dynamic
|
||||
@@ -2249,7 +2246,7 @@ libs_summary = {
|
||||
'capng': capng_dep.found(),
|
||||
'curl': curl_dep.found(),
|
||||
'devmapper': devmapper_dep.found(),
|
||||
- 'dlopen': dlopen_dep.found(),
|
||||
+# 'dlopen': dlopen_dep.found(),
|
||||
'fuse': fuse_dep.found(),
|
||||
'glusterfs': glusterfs_dep.found(),
|
||||
'json-c': json_c_dep.found(),
|
||||
|
||||
@@ -679,6 +679,8 @@ share/libvirt/schemas/storagecommon.rng
|
||||
share/libvirt/schemas/storagepool.rng
|
||||
share/libvirt/schemas/storagepoolcaps.rng
|
||||
share/libvirt/schemas/storagevol.rng
|
||||
share/libvirt/schemas/sysinfo.rng
|
||||
share/libvirt/schemas/sysinfocommon.rng
|
||||
share/libvirt/test-screenshot.png
|
||||
share/locale/as/LC_MESSAGES/libvirt.mo
|
||||
share/locale/bg/LC_MESSAGES/libvirt.mo
|
||||
|
||||
Reference in New Issue
Block a user