diff options
Diffstat (limited to 'devel/libvirt')
-rw-r--r-- | devel/libvirt/Makefile | 6 | ||||
-rw-r--r-- | devel/libvirt/distinfo | 6 | ||||
-rw-r--r-- | devel/libvirt/files/patch-build-aux_meson.build | 27 | ||||
-rw-r--r-- | devel/libvirt/pkg-plist | 5 |
4 files changed, 11 insertions, 33 deletions
diff --git a/devel/libvirt/Makefile b/devel/libvirt/Makefile index 12c6bae430f8..8ad3b827d507 100644 --- a/devel/libvirt/Makefile +++ b/devel/libvirt/Makefile @@ -1,5 +1,5 @@ PORTNAME= libvirt -DISTVERSION= 11.3.0 +DISTVERSION= 11.6.0 CATEGORIES= devel MASTER_SITES= http://libvirt.org/sources/ \ ftp://libvirt.org/libvirt/ @@ -140,7 +140,7 @@ USE_PERL5= build USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check -SHLIB_VER= 0.11003.0 +SHLIB_VER= 0.11006.0 PLIST_SUB+= SHLIB_VER=${SHLIB_VER} PORTDOCS= * #SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen @@ -150,7 +150,7 @@ SUB_FILES= pkg-message .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} +.if ${PORT_OPTIONS:MBHYVE} || ${PORT_OPTIONS:MQEMU} || ${PORT_OPTIONS:MNSS} LIB_DEPENDS+= libjson-c.so:devel/json-c MESON_ARGS+= -Djson_c=enabled .else diff --git a/devel/libvirt/distinfo b/devel/libvirt/distinfo index 71395f59a4f8..f9ad48c4ab20 100644 --- a/devel/libvirt/distinfo +++ b/devel/libvirt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746184187 -SHA256 (libvirt-11.3.0.tar.xz) = 6bcb0c42c4580436fea262ced56f68a6afe20f7390b1bea2116718cc034a0283 -SIZE (libvirt-11.3.0.tar.xz) = 9801572 +TIMESTAMP = 1754051112 +SHA256 (libvirt-11.6.0.tar.xz) = cc0e8c226559b479833c8bc9c77a8ec301482ab0305fcd98d27f11cc6877fd23 +SIZE (libvirt-11.6.0.tar.xz) = 9960064 diff --git a/devel/libvirt/files/patch-build-aux_meson.build b/devel/libvirt/files/patch-build-aux_meson.build deleted file mode 100644 index 63e689340bbc..000000000000 --- a/devel/libvirt/files/patch-build-aux_meson.build +++ /dev/null @@ -1,27 +0,0 @@ ---- build-aux/meson.build.orig 2025-05-02 07:25:45 UTC -+++ build-aux/meson.build -@@ -13,23 +13,10 @@ if git and tests_enabled[0] - if host_machine.system() == 'freebsd' or host_machine.system() == 'darwin' - make_prog = find_program('gmake') - sed_prog = find_program('gsed') -+ grep_prog = find_program('ggrep') - else - make_prog = find_program('make') - sed_prog = find_program('sed') -- endif -- -- if host_machine.system() == 'freebsd' -- grep_prog = find_program('grep') -- grep_cmd = run_command(grep_prog, '--version', check: true) -- if grep_cmd.stdout().startswith('grep (BSD grep') -- grep_prog = find_program('/usr/local/bin/grep', required: false) -- if not grep_prog.found() -- error('GNU grep not found') -- endif -- endif -- elif host_machine.system() == 'darwin' -- grep_prog = find_program('ggrep') -- else - grep_prog = find_program('grep') - endif - diff --git a/devel/libvirt/pkg-plist b/devel/libvirt/pkg-plist index 7c82c41ac6c6..481b61349968 100644 --- a/devel/libvirt/pkg-plist +++ b/devel/libvirt/pkg-plist @@ -169,6 +169,7 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/cpu_map/arm_vendors.xml %%DATADIR%%/cpu_map/index.xml %%DATADIR%%/cpu_map/ppc64_POWER10.xml +%%DATADIR%%/cpu_map/ppc64_POWER11.xml %%DATADIR%%/cpu_map/ppc64_POWER6.xml %%DATADIR%%/cpu_map/ppc64_POWER7.xml %%DATADIR%%/cpu_map/ppc64_POWER8.xml @@ -354,6 +355,8 @@ share/augeas/lenses/virtvboxd.aug %%DATADIR%%/schemas/storagepool.rng %%DATADIR%%/schemas/storagepoolcaps.rng %%DATADIR%%/schemas/storagevol.rng +%%DATADIR%%/schemas/sysinfo.rng +%%DATADIR%%/schemas/sysinfocommon.rng %%DATADIR%%/test-screenshot.png %%NLS%%share/locale/as/LC_MESSAGES/libvirt.mo %%NLS%%share/locale/bg/LC_MESSAGES/libvirt.mo @@ -411,6 +414,8 @@ lib/libvirt/connection-driver/libvirt_driver_vbox.so %%XEN%%lib/libvirt/connection-driver/libvirt_driver_libxl.so lib/libvirt/storage-backend/libvirt_storage_backend_fs.so %%ZFS%%lib/libvirt/storage-backend/libvirt_storage_backend_zfs.so +%%BHYVE%%@dir /var/lib/libvirt/bhyve/nvram +%%BHYVE%%@dir /var/lib/libvirt/bhyve %%QEMU%%@dir /var/cache/libvirt/qemu %%QEMU%%@dir /var/lib/libvirt/qemu/channel/target %%QEMU%%@dir /var/lib/libvirt/qemu/channel |