Update qemu-sbruno to track upstream at version 2.5.93.
Fix aarch64 bsd-user by aligning the stack properly. (andy turner).743fbfffc1
Fix bsd-user syscall implementation of renameat. (mikael urankar).aa90a1b960
Fix bsd-user log_file argument handling now that handling of NULL isn't being done by the called functions.e3d069e8b1
PR: 208952
This commit is contained in:
parent
591ec4af87
commit
0aa0f23bcf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414239
3 changed files with 13 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qemu
|
||||
PORTVERSION= 2.5.50.g20160425
|
||||
PORTVERSION= 2.5.93.g20160428
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= GH \
|
||||
LOCAL/nox:dtc \
|
||||
|
@ -18,7 +18,7 @@ COMMENT?= QEMU CPU Emulator - github bsd-user branch
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= seanbruno
|
||||
GH_PROJECT= ${PORTNAME}-bsd-user
|
||||
GH_TAGNAME= 36f4c00
|
||||
GH_TAGNAME= 743fbff
|
||||
HAS_CONFIGURE= yes
|
||||
USES= gmake pkgconfig bison perl5 python:2,build
|
||||
USE_PERL5= build
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SHA256 (qemu/2.5.50.g20160425/seanbruno-qemu-bsd-user-2.5.50.g20160425-36f4c00_GH0.tar.gz) = 7b27aba83a3f29b089bf0ff678beaf4e6961d23a76597ec080b902f1acafd8da
|
||||
SIZE (qemu/2.5.50.g20160425/seanbruno-qemu-bsd-user-2.5.50.g20160425-36f4c00_GH0.tar.gz) = 11855943
|
||||
SHA256 (qemu/2.5.50.g20160425/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
|
||||
SIZE (qemu/2.5.50.g20160425/dtc-v1.4.0.tar.gz) = 131893
|
||||
SHA256 (qemu/2.5.93.g20160428/seanbruno-qemu-bsd-user-2.5.93.g20160428-743fbff_GH0.tar.gz) = 6c46f608839b84540c56679ba2ccacd68fdd12e7ec2ea222a8e0b9e864bea33a
|
||||
SIZE (qemu/2.5.93.g20160428/seanbruno-qemu-bsd-user-2.5.93.g20160428-743fbff_GH0.tar.gz) = 12063690
|
||||
SHA256 (qemu/2.5.93.g20160428/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3
|
||||
SIZE (qemu/2.5.93.g201604/dtc-v1.4.0.tar.gz) = 131893
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
%%SOFTMMU%%bin/ivshmem-client
|
||||
%%SOFTMMU%%bin/ivshmem-server
|
||||
%%SOFTMMU%%bin/qemu-ga
|
||||
%%SOFTMMU%%bin/qemu-img
|
||||
%%SOFTMMU%%bin/qemu-io
|
||||
%%SOFTMMU%%bin/qemu-nbd
|
||||
%%SOFTMMU%%bin/ivshmem-client
|
||||
%%SOFTMMU%%bin/ivshmem-server
|
||||
%%NONX86%%bin/qemu-system-aarch64
|
||||
%%NONX86%%bin/qemu-system-alpha
|
||||
%%NONX86%%bin/qemu-system-arm
|
||||
|
@ -29,6 +29,9 @@
|
|||
%%NONX86%%bin/qemu-system-sparc64
|
||||
%%NONX86%%bin/qemu-system-tricore
|
||||
%%NONX86%%bin/qemu-system-unicore32
|
||||
%%SOFTMMU%%bin/qemu-system-x86_64
|
||||
%%NONX86%%bin/qemu-system-xtensa
|
||||
%%NONX86%%bin/qemu-system-xtensaeb
|
||||
%%BSD_USER64%%bin/qemu-aarch64%%STATIC%%
|
||||
%%BSD_USER%%bin/qemu-arm%%STATIC%%
|
||||
%%BSD_USER%%bin/qemu-i386%%STATIC%%
|
||||
|
@ -41,19 +44,15 @@
|
|||
%%BSD_USER%%bin/qemu-sparc%%STATIC%%
|
||||
%%BSD_USER64%%bin/qemu-sparc64%%STATIC%%
|
||||
%%BSD_USER64%%bin/qemu-x86_64%%STATIC%%
|
||||
%%SOFTMMU%%bin/qemu-system-x86_64
|
||||
%%NONX86%%bin/qemu-system-xtensa
|
||||
%%NONX86%%bin/qemu-system-xtensaeb
|
||||
%%SOFTMMU%%@sample etc/qemu-ifup.sample
|
||||
%%SOFTMMU%%@sample etc/qemu-ifdown.sample
|
||||
%%SOFTMMU%%man/man1/qemu.1.gz
|
||||
%%SOFTMMU%%man/man1/qemu-img.1.gz
|
||||
%%SOFTMMU%%man/man8/qemu-ga.8.gz
|
||||
%%SOFTMMU%%man/man8/qemu-nbd.8.gz
|
||||
%%SOFTMMU%%@sample etc/qemu-ifup.sample
|
||||
%%SOFTMMU%%@sample etc/qemu-ifdown.sample
|
||||
%%SOFTMMU%%%%DATADIR%%/QEMU,tcx.bin
|
||||
%%SOFTMMU%%%%DATADIR%%/QEMU,cgthree.bin
|
||||
%%SOFTMMU%%%%DATADIR%%/acpi-dsdt.aml
|
||||
%%SOFTMMU%%%%DATADIR%%/q35-acpi-dsdt.aml
|
||||
%%SOFTMMU%%%%DATADIR%%/bios-256k.bin
|
||||
%%SOFTMMU%%%%DATADIR%%/bios.bin
|
||||
%%SOFTMMU%%%%DATADIR%%/efi-e1000.rom
|
||||
|
|
Loading…
Reference in a new issue