Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2016 21:01:45 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414239 - head/emulators/qemu-sbruno
Message-ID:  <201604282101.u3SL1j7U079848@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Thu Apr 28 21:01:44 2016
New Revision: 414239
URL: https://svnweb.freebsd.org/changeset/ports/414239

Log:
  Update qemu-sbruno to track upstream at version 2.5.93.
  
  Fix aarch64 bsd-user by aligning the stack properly.  (andy turner).
  https://github.com/seanbruno/qemu-bsd-user/commit/743fbfffc13f5717a8611e7a128c39dd9e3495d7
  
  Fix bsd-user syscall implementation of renameat.  (mikael urankar).
  https://github.com/seanbruno/qemu-bsd-user/pull/20/commits/aa90a1b960f96738ae80778ac13b95508b83842a
  
  Fix bsd-user log_file argument handling now that handling of NULL isn't
  being done by the called functions.
  https://github.com/seanbruno/qemu-bsd-user/commit/e3d069e8b149b7a1027837cce81b9fe68de85bf1
  
  PR:		208952

Modified:
  head/emulators/qemu-sbruno/Makefile
  head/emulators/qemu-sbruno/distinfo
  head/emulators/qemu-sbruno/pkg-plist

Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile	Thu Apr 28 20:27:15 2016	(r414238)
+++ head/emulators/qemu-sbruno/Makefile	Thu Apr 28 21:01:44 2016	(r414239)
@@ -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
 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

Modified: head/emulators/qemu-sbruno/distinfo
==============================================================================
--- head/emulators/qemu-sbruno/distinfo	Thu Apr 28 20:27:15 2016	(r414238)
+++ head/emulators/qemu-sbruno/distinfo	Thu Apr 28 21:01:44 2016	(r414239)
@@ -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

Modified: head/emulators/qemu-sbruno/pkg-plist
==============================================================================
--- head/emulators/qemu-sbruno/pkg-plist	Thu Apr 28 20:27:15 2016	(r414238)
+++ head/emulators/qemu-sbruno/pkg-plist	Thu Apr 28 21:01:44 2016	(r414239)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604282101.u3SL1j7U079848>