mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
emulators/qemu: Update version 8.2.0=>8.2.1
Changelog: https://wiki.qemu.org/ChangeLog/8.2
This commit is contained in:
parent
43381f2c8c
commit
ee941efa10
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= qemu
|
PORTNAME= qemu
|
||||||
PORTVERSION= 8.2.0
|
PORTVERSION= 8.2.1
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= https://download.qemu.org/
|
MASTER_SITES= https://download.qemu.org/
|
||||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1703262275
|
TIMESTAMP = 1706609704
|
||||||
SHA256 (qemu/8.2.0/qemu-8.2.0.tar.xz) = bf00d2fa12010df8b0ade93371def58e632cb32a6bfdc5f5a0ff8e6a1fb1bf32
|
SHA256 (qemu/8.2.1/qemu-8.2.1.tar.xz) = 8562751158175f9d187c5f22b57555abe3c870f0325c8ced12c34c6d987729be
|
||||||
SIZE (qemu/8.2.0/qemu-8.2.0.tar.xz) = 130008888
|
SIZE (qemu/8.2.1/qemu-8.2.1.tar.xz) = 129848448
|
||||||
|
|
|
@ -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
|
+++ 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
|
#ifdef CONFIG_GETAUXVAL
|
||||||
# include <sys/auxv.h>
|
# include <sys/auxv.h>
|
||||||
#else
|
#else
|
||||||
-# include <asm/cputable.h>
|
|
||||||
+# ifdef __linux__
|
+# ifdef __linux__
|
||||||
+# include <asm/cputable.h>
|
+# include <asm/cputable.h>
|
||||||
+# endif
|
+# endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue