mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
devel/libvirt: update to 10.2.0
This commit is contained in:
parent
6ec3a09fb0
commit
e382a74b41
@ -1,5 +1,5 @@
|
|||||||
PORTNAME= libvirt
|
PORTNAME= libvirt
|
||||||
PORTVERSION= 10.1.0
|
PORTVERSION= 10.2.0
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://libvirt.org/sources/ \
|
MASTER_SITES= http://libvirt.org/sources/ \
|
||||||
ftp://libvirt.org/libvirt/
|
ftp://libvirt.org/libvirt/
|
||||||
@ -142,7 +142,7 @@ USE_PERL5= build
|
|||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
SHLIB_VER= 0.10001.0
|
SHLIB_VER= 0.10002.0
|
||||||
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
|
PLIST_SUB+= SHLIB_VER=${SHLIB_VER}
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
#SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen
|
#SHEBANG_FILES= src/keycodemapdb/tools/keymap-gen
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
TIMESTAMP = 1709320848
|
TIMESTAMP = 1712083691
|
||||||
SHA256 (libvirt-10.1.0.tar.xz) = 36d9077e2b0ef6b0c6df3b42e42a67411b6ce3b1564b427b55e65019dde60eed
|
SHA256 (libvirt-10.2.0.tar.xz) = 215772bc5dc4a672e67ffa9de3774f05ed4b7ed282dbe296ec5c9fec01dd7ae3
|
||||||
SIZE (libvirt-10.1.0.tar.xz) = 9444244
|
SIZE (libvirt-10.2.0.tar.xz) = 9466588
|
||||||
SHA256 (dcfe548cb0.patch) = 9211f318e0508a7b390c656c036240b168591d3aebf5d485a6ac10b18301797a
|
|
||||||
SIZE (dcfe548cb0.patch) = 4967
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- src/util/virprocess.c.orig 2021-12-14 12:38:57 UTC
|
|
||||||
+++ src/util/virprocess.c
|
|
||||||
@@ -480,7 +480,7 @@ int virProcessKillPainfully(pid_t pid, bool force)
|
|
||||||
return virProcessKillPainfullyDelay(pid, force, 0, false);
|
|
||||||
}
|
|
||||||
|
|
||||||
-#if WITH_DECL_CPU_SET_T
|
|
||||||
+#if WITH_DECL_CPU_SET_T && defined(__linux__)
|
|
||||||
|
|
||||||
int virProcessSetAffinity(pid_t pid, virBitmap *map, bool quiet)
|
|
||||||
{
|
|
Loading…
Reference in New Issue
Block a user