mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -04:00
devel/libvirt: update to 7.1.0
This commit is contained in:
parent
34b1a8d927
commit
49a4f7c7b3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567315
5 changed files with 35 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libvirt
|
||||
PORTVERSION= 7.0.0
|
||||
PORTVERSION= 7.1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libvirt.org/sources/ \
|
||||
ftp://libvirt.org/libvirt/
|
||||
|
@ -104,7 +104,7 @@ USE_PERL5= build
|
|||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check
|
||||
SHLIB_VER= 0.7000.0
|
||||
SHLIB_VER= 0.7001.0
|
||||
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
|
||||
PORTDOCS= *
|
||||
SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1611050862
|
||||
SHA256 (libvirt-7.0.0.tar.xz) = ca3833844d08c22867f1d1a46edc36bda7d6fe1a4f267e7d77100b79fc9ddd89
|
||||
SIZE (libvirt-7.0.0.tar.xz) = 8567648
|
||||
TIMESTAMP = 1614610282
|
||||
SHA256 (libvirt-7.1.0.tar.xz) = 870f180d80256411c5afc39bc5aac4f8acca04a4e0725c576ad24053dc64a06c
|
||||
SIZE (libvirt-7.1.0.tar.xz) = 8645944
|
||||
|
|
11
devel/libvirt/files/patch-src_util_meson.build
Normal file
11
devel/libvirt/files/patch-src_util_meson.build
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/util/meson.build.orig 2021-03-01 10:56:13 UTC
|
||||
+++ src/util/meson.build
|
||||
@@ -168,6 +168,8 @@ foreach name : keyname_list
|
||||
)
|
||||
endforeach
|
||||
|
||||
+keycode_dep = declare_dependency(sources: keycode_gen_sources)
|
||||
+
|
||||
io_helper_sources = [
|
||||
'iohelper.c',
|
||||
]
|
10
devel/libvirt/files/patch-tools_meson.build
Normal file
10
devel/libvirt/files/patch-tools_meson.build
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- tools/meson.build.orig 2021-03-01 10:56:13 UTC
|
||||
+++ tools/meson.build
|
||||
@@ -186,6 +186,7 @@ executable(
|
||||
tools_dep,
|
||||
readline_dep,
|
||||
thread_dep,
|
||||
+ keycode_dep,
|
||||
],
|
||||
link_args: [
|
||||
coverage_flags,
|
|
@ -34,6 +34,14 @@ man/man7/virkeyname-win32.7.gz
|
|||
man/man8/libvirtd.8.gz
|
||||
man/man8/virtlockd.8.gz
|
||||
man/man8/virtlogd.8.gz
|
||||
man/man8/virtnetworkd.8.gz
|
||||
man/man8/virtproxyd.8.gz
|
||||
man/man8/virtsecretd.8.gz
|
||||
man/man8/virtstoraged.8.gz
|
||||
man/man8/virtvboxd.8.gz
|
||||
%%BHYVE%%man/man8/virtbhyved.8.gz
|
||||
%%QEMU%%man/man8/virtqemud.8.gz
|
||||
%%XEN%%man/man8/virtxend.8.gz
|
||||
@sample %%ETCDIR%%/libvirt-admin.conf.sample
|
||||
@sample %%ETCDIR%%/libvirt.conf.sample
|
||||
@sample %%ETCDIR%%/libvirtd.conf.sample
|
||||
|
@ -274,6 +282,7 @@ share/augeas/lenses/virtvboxd.aug
|
|||
%%NLS%%share/locale/sv/LC_MESSAGES/libvirt.mo
|
||||
%%NLS%%share/locale/ta/LC_MESSAGES/libvirt.mo
|
||||
%%NLS%%share/locale/te/LC_MESSAGES/libvirt.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/libvirt.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/libvirt.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/libvirt.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/libvirt.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue