From owner-svn-ports-all@freebsd.org Thu Apr 28 21:01:46 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2E6AEB1FE4A; Thu, 28 Apr 2016 21:01:46 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0A9571021; Thu, 28 Apr 2016 21:01:45 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3SL1jc1079851; Thu, 28 Apr 2016 21:01:45 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3SL1j7U079848; Thu, 28 Apr 2016 21:01:45 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201604282101.u3SL1j7U079848@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 28 Apr 2016 21:01:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414239 - head/emulators/qemu-sbruno X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2016 21:01:46 -0000 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