Skip to content
Snippets Groups Projects
Commit 19c41b21 authored by Muhammad Moinur Rahman's avatar Muhammad Moinur Rahman
Browse files

emulators/qemu: Update version 8.0.4=>8.1.0

parent 074a5818
No related branches found
No related tags found
No related merge requests found
PORTNAME= qemu
PORTVERSION= 8.0.4
PORTVERSION= 8.1.0
CATEGORIES= emulators
MASTER_SITES= https://download.qemu.org/
DIST_SUBDIR= qemu/${PORTVERSION}
......@@ -48,7 +48,8 @@ guestagent_PLIST= ${.CURDIR}/pkg-plist-ga
guestagent_CONFLICTS_INSTALL= qemu qemu-devel qemu-nox11 qemu-tools qemu-utils qemu6* \
qemu7* qemu-guest-agent
USES= cpe gmake gnome ninja perl5 pkgconfig python:build tar:xz
USES= cpe gmake gnome ninja perl5 pkgconfig python:build shebangfix tar:xz
SHEBANG_FILES= scripts/xml-preprocess.py
USE_GNOME= glib20
USE_PERL5= build
.if ${FLAVOR:U} != tools && ${FLAVOR:U} != guestagent
......
TIMESTAMP = 1691878269
SHA256 (qemu/8.0.4/qemu-8.0.4.tar.xz) = 81c817dda38af958be5bef1a6cf55b658bb2d3fb87c1e6a571de6b7b2c44516c
SIZE (qemu/8.0.4/qemu-8.0.4.tar.xz) = 126179324
TIMESTAMP = 1692765555
SHA256 (qemu/8.1.0/qemu-8.1.0.tar.xz) = 710c101198e334d4762eef65f649bc43fa8a5dd75303554b8acfec3eb25f0e55
SIZE (qemu/8.1.0/qemu-8.1.0.tar.xz) = 123550284
--- meson.build.orig 2023-04-19 16:31:47 UTC
+++ meson.build
@@ -2766,14 +2766,10 @@ if have_system
fdt_opt = get_option('fdt')
if fdt_opt in ['enabled', 'auto', 'system']
have_internal = fs.exists(meson.current_source_dir() / 'dtc/libfdt/Makefile.libfdt')
- fdt = cc.find_library('fdt', kwargs: static_kwargs,
+ fdt = cc.find_library('fdt', kwargs: static_kwargs, dirs: '/usr/local/lib/',
required: fdt_opt == 'system' or
- fdt_opt == 'enabled' and not have_internal)
- if fdt.found() and cc.links('''
- #include <libfdt.h>
- #include <libfdt_env.h>
- int main(void) { fdt_find_max_phandle(NULL, NULL); return 0; }''',
- dependencies: fdt)
+ fdt_opt == 'enabled')
+ if fdt.found()
fdt_opt = 'system'
elif fdt_opt == 'system'
error('system libfdt requested, but it is too old (1.5.1 or newer required)')
......@@ -36,8 +36,6 @@ include/qemu-plugin.h
%%DATADIR%%/keymaps/pt
%%DATADIR%%/keymaps/pt-br
%%DATADIR%%/keymaps/ru
%%DATADIR%%/keymaps/sl
%%DATADIR%%/keymaps/sv
%%DATADIR%%/keymaps/th
%%DATADIR%%/keymaps/tr
%%DATADIR%%/trace-events-all
......@@ -43,8 +43,6 @@ include/qemu-plugin.h
%%DATADIR%%/keymaps/pt
%%DATADIR%%/keymaps/pt-br
%%DATADIR%%/keymaps/ru
%%DATADIR%%/keymaps/sl
%%DATADIR%%/keymaps/sv
%%DATADIR%%/keymaps/th
%%DATADIR%%/keymaps/tr
%%DATADIR%%/trace-events-all
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment