diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 10:54:40 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-01-30 11:49:25 +0000 |
commit | ee941efa1036c890bbc0742284afd67aa9a20cd7 (patch) | |
tree | c50de641740a5afbadc6a15c316e1b97cde5d9c7 /emulators | |
parent | 43381f2c8c609e135d7feab7d97f99c5f76d6238 (diff) | |
download | ports-ee941efa1036c890bbc0742284afd67aa9a20cd7.tar.gz ports-ee941efa1036c890bbc0742284afd67aa9a20cd7.zip |
emulators/qemu: Update version 8.2.0=>8.2.1
Changelog: https://wiki.qemu.org/ChangeLog/8.2
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu/Makefile | 3 | ||||
-rw-r--r-- | emulators/qemu/distinfo | 6 | ||||
-rw-r--r-- | emulators/qemu/files/patch-util_cpuinfo-ppc.c | 9 |
3 files changed, 10 insertions, 8 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 3e8031310bdb..56fcd70be858 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -1,6 +1,5 @@ PORTNAME= qemu -PORTVERSION= 8.2.0 -PORTREVISION= 2 +PORTVERSION= 8.2.1 CATEGORIES= emulators MASTER_SITES= https://download.qemu.org/ DIST_SUBDIR= qemu/${PORTVERSION} diff --git a/emulators/qemu/distinfo b/emulators/qemu/distinfo index 52ca4c24b470..4bfecc6fc3ee 100644 --- a/emulators/qemu/distinfo +++ b/emulators/qemu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1703262275 -SHA256 (qemu/8.2.0/qemu-8.2.0.tar.xz) = bf00d2fa12010df8b0ade93371def58e632cb32a6bfdc5f5a0ff8e6a1fb1bf32 -SIZE (qemu/8.2.0/qemu-8.2.0.tar.xz) = 130008888 +TIMESTAMP = 1706609704 +SHA256 (qemu/8.2.1/qemu-8.2.1.tar.xz) = 8562751158175f9d187c5f22b57555abe3c870f0325c8ced12c34c6d987729be +SIZE (qemu/8.2.1/qemu-8.2.1.tar.xz) = 129848448 diff --git a/emulators/qemu/files/patch-util_cpuinfo-ppc.c b/emulators/qemu/files/patch-util_cpuinfo-ppc.c index 499de6e86db0..1de34b02b063 100644 --- a/emulators/qemu/files/patch-util_cpuinfo-ppc.c +++ b/emulators/qemu/files/patch-util_cpuinfo-ppc.c @@ -1,10 +1,13 @@ ---- util/cpuinfo-ppc.c.orig 2023-08-29 11:28:39 UTC +--- util/cpuinfo-ppc.c.orig 2024-01-29 19:13:22 UTC +++ util/cpuinfo-ppc.c -@@ -9,8 +9,14 @@ +@@ -6,11 +6,17 @@ + #include "qemu/osdep.h" + #include "host/cpuinfo.h" + +-#include <asm/cputable.h> #ifdef CONFIG_GETAUXVAL # include <sys/auxv.h> #else --# include <asm/cputable.h> +# ifdef __linux__ +# include <asm/cputable.h> +# endif |