diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 15:56:16 -0600 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-12-31 15:59:03 -0600 |
commit | 044c0a783c36b3ac2244c44e7af78fe158c599af (patch) | |
tree | 75622499e91380ba78d213151cedb24066dde884 /emulators/qemu | |
parent | devel/py-vcrpy: Update version 4.1.1=>4.2.1 (diff) |
emulators/qemu: Update version 7.1.0=>7.2.0
- Disable guest-agent
Relnotes: https://wiki.qemu.org/ChangeLog/7.2
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h | 14 | ||||
-rw-r--r-- | emulators/qemu/files/patch-bsd-user_host_x86__64_host-signal.h | 12 |
4 files changed, 11 insertions, 24 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index f8a6cadf93e4..ca35689d0ee8 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,5 +1,5 @@ PORTNAME= qemu -PORTVERSION= 7.1.0 +PORTVERSION= 7.2.0 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -51,6 +51,7 @@ USE_GNOME+= cairo HAS_CONFIGURE= yes CONFIGURE_ARGS+= --cc=${CC} \ + --disable-guest-agent \ --disable-kvm \ --disable-linux-aio \ --disable-linux-user \ diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 9198e302707a..4c78a00d35ff 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662663519 -SHA256 (qemu/7.1.0/qemu-7.1.0.tar.xz) = a0634e536bded57cf38ec8a751adb124b89c776fe0846f21ab6c6728f1cbbbe6 -SIZE (qemu/7.1.0/qemu-7.1.0.tar.xz) = 121833004 +TIMESTAMP = 1672435961 +SHA256 (qemu/7.2.0/qemu-7.2.0.tar.xz) = 5b49ce2687744dad494ae90a898c52204a3406e84d072482a1e1be854eeb2157 +SIZE (qemu/7.2.0/qemu-7.2.0.tar.xz) = 122408576 diff --git a/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h b/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h index 06a07c0f9425..524ffb667f50 100644 --- a/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h +++ b/emulators/qemu/files/patch-bsd-user_host_i386_host-signal.h @@ -1,12 +1,10 @@ ---- bsd-user/host/i386/host-signal.h.orig 2022-09-08 16:00:45 UTC +--- bsd-user/host/i386/host-signal.h.orig 2022-12-14 16:28:45 UTC +++ bsd-user/host/i386/host-signal.h -@@ -9,6 +9,9 @@ - #ifndef I386_HOST_SIGNAL_H - #define I386_HOST_SIGNAL_H - -+#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__NetBSD__) || defined(__OpenBSD__) -+#include <sys/param.h> -+#endif +@@ -13,6 +13,7 @@ #include <sys/ucontext.h> #include <machine/trap.h> #include <vm/pmap.h> ++#include <vm/vm.h> + #include <machine/pmap.h> + + static inline uintptr_t host_signal_pc(ucontext_t *uc) diff --git a/emulators/qemu/files/patch-bsd-user_host_x86__64_host-signal.h b/emulators/qemu/files/patch-bsd-user_host_x86__64_host-signal.h deleted file mode 100644 index 1864eb788f03..000000000000 --- a/emulators/qemu/files/patch-bsd-user_host_x86__64_host-signal.h +++ /dev/null @@ -1,12 +0,0 @@ ---- bsd-user/host/x86_64/host-signal.h.orig 2022-04-19 19:10:27 UTC -+++ bsd-user/host/x86_64/host-signal.h -@@ -9,6 +9,9 @@ - #ifndef X86_64_HOST_SIGNAL_H - #define X86_64_HOST_SIGNAL_H - -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - #include <sys/ucontext.h> - #include <machine/trap.h> - #include <vm/pmap.h> |