diff options
author | sbruno <sbruno@FreeBSD.org> | 2017-07-12 04:03:10 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2017-07-12 04:03:10 +0800 |
commit | 2383dcff2f507921ab81d28dd07a710c23e43a32 (patch) | |
tree | 64901e982fed8d6aaff4d438c36fa0ed74716117 /emulators | |
parent | 590287cb91825c25e2baa2e05e9dcf679a865576 (diff) | |
download | freebsd-ports-gnome-2383dcff2f507921ab81d28dd07a710c23e43a32.tar.gz freebsd-ports-gnome-2383dcff2f507921ab81d28dd07a710c23e43a32.tar.zst freebsd-ports-gnome-2383dcff2f507921ab81d28dd07a710c23e43a32.zip |
Bump after pull requests.
- add strace logging for new syscalls after ino64 update
- sync mmap() code with linux-user
- implement posix_fallocate()
-- this should help building aarch64 ports a bit.
- tcg: add handling for EXCP_ATOMIC
Submitted by: Mikael Urankanar <mikael.urankar@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 41b43182e1d2..aa3b00b7f982 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.9.50.g20170707 +PORTVERSION= 2.9.50.g20170711 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -19,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= 4be4b3a +GH_TAGNAME= 1c182c5 HAS_CONFIGURE= yes USES= gmake pkgconfig bison perl5 python:2,build USE_PERL5= build diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index bebfa0a380ca..3081e599c45d 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1499451913 -SHA256 (qemu/2.9.50.g20170707/seanbruno-qemu-bsd-user-2.9.50.g20170707-4be4b3a_GH0.tar.gz) = 7ea2d985cbee9e28c2c1052556911205ef4822f5bd706da4a217b7367e655ef4 -SIZE (qemu/2.9.50.g20170707/seanbruno-qemu-bsd-user-2.9.50.g20170707-4be4b3a_GH0.tar.gz) = 14207104 -SHA256 (qemu/2.9.50.g20170707/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.9.50.g20170707/dtc-v1.4.0.tar.gz) = 131893 +TIMESTAMP = 1499792378 +SHA256 (qemu/2.9.50.g20170711/seanbruno-qemu-bsd-user-2.9.50.g20170711-1c182c5_GH0.tar.gz) = 2abe9de521335fcf7b596ec344e11d394a185851f0e1ff49b67855087c87a973 +SIZE (qemu/2.9.50.g20170711/seanbruno-qemu-bsd-user-2.9.50.g20170711-1c182c5_GH0.tar.gz) = 14209487 +SHA256 (qemu/2.9.50.g20170711/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.9.50.g20170711/dtc-v1.4.0.tar.gz) = 131893 |