mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
emulators/qemu: Update version 9.1.2=>9.2.0
Changelog: https://wiki.qemu.org/ChangeLog/9.2
This commit is contained in:
parent
dfd828c687
commit
57e7f9cc44
3 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= qemu
|
||||
DISTVERSION= 9.1.2
|
||||
DISTVERSION= 9.2.0
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://download.qemu.org/
|
||||
DIST_SUBDIR= qemu/${PORTVERSION}
|
||||
|
@ -120,6 +120,8 @@ CONFIGURE_ARGS+= --enable-tools
|
|||
CFLAGS:= ${CFLAGS:C/-fno-tree-vrp//}
|
||||
WITHOUT_CPU_CFLAGS= yes #to avoid problems with register allocation
|
||||
|
||||
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
||||
|
||||
PORTDOCS= .buildinfo _static/* about/* dbus-dbusindex.html devel/* docs \
|
||||
genindex.html index.html interop/* objects.inv search.html \
|
||||
searchindex.js specs/* system/* tools/* user/*
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1734729117
|
||||
SHA256 (qemu/9.1.2/qemu-9.1.2.tar.xz) = 19fd9d7535a54d6e044e186402aa3b3b1bdfa87c392ec8884855592c8510c96f
|
||||
SIZE (qemu/9.1.2/qemu-9.1.2.tar.xz) = 132481332
|
||||
TIMESTAMP = 1734924302
|
||||
SHA256 (qemu/9.2.0/qemu-9.2.0.tar.xz) = f859f0bc65e1f533d040bbe8c92bcfecee5af2c921a6687c652fb44d089bd894
|
||||
SIZE (qemu/9.2.0/qemu-9.2.0.tar.xz) = 135188800
|
||||
|
|
|
@ -8,11 +8,11 @@ bin/qemu-io
|
|||
%%GTK3%%bin/qemu-keymap
|
||||
bin/qemu-nbd
|
||||
bin/qemu-storage-daemon
|
||||
%%BSDUSER%%%%NO_X86_TARGETS%%bin/qemu-riscv64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-aarch64
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-alpha
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-avr
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-arm
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-cris
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-hppa
|
||||
bin/qemu-system-i386
|
||||
%%NO_X86_TARGETS%%bin/qemu-system-loongarch64
|
||||
|
@ -64,6 +64,8 @@ include/qemu-plugin.h
|
|||
%%DATADIR%%/edk2-i386-secure-code.fd
|
||||
%%DATADIR%%/edk2-i386-vars.fd
|
||||
%%DATADIR%%/edk2-licenses.txt
|
||||
%%DATADIR%%/edk2-loongarch64-code.fd
|
||||
%%DATADIR%%/edk2-loongarch64-vars.fd
|
||||
%%DATADIR%%/edk2-riscv-code.fd
|
||||
%%DATADIR%%/edk2-riscv-vars.fd
|
||||
%%DATADIR%%/edk2-x86_64-code.fd
|
||||
|
@ -81,6 +83,7 @@ include/qemu-plugin.h
|
|||
%%DATADIR%%/firmware/60-edk2-aarch64.json
|
||||
%%DATADIR%%/firmware/60-edk2-arm.json
|
||||
%%DATADIR%%/firmware/60-edk2-i386.json
|
||||
%%DATADIR%%/firmware/60-edk2-loongarch64.json
|
||||
%%DATADIR%%/firmware/60-edk2-x86_64.json
|
||||
%%DATADIR%%/hppa-firmware.img
|
||||
%%DATADIR%%/hppa-firmware64.img
|
||||
|
@ -140,7 +143,6 @@ include/qemu-plugin.h
|
|||
%%DATADIR%%/qemu-nsis.bmp
|
||||
%%DATADIR%%/qemu_vga.ndrv
|
||||
%%DATADIR%%/s390-ccw.img
|
||||
%%DATADIR%%/s390-netboot.img
|
||||
%%DATADIR%%/slof.bin
|
||||
%%DATADIR%%/u-boot-sam460-20100605.bin
|
||||
%%DATADIR%%/vgabios.bin
|
||||
|
|
Loading…
Add table
Reference in a new issue