From owner-svn-ports-head@freebsd.org Tue Jul 11 20:03:11 2017 Return-Path: Delivered-To: svn-ports-head@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 D888EDAB378; Tue, 11 Jul 2017 20:03:11 +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 A4C8C64F5F; Tue, 11 Jul 2017 20:03:11 +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 v6BK3AfQ061435; Tue, 11 Jul 2017 20:03:10 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v6BK3AfB061433; Tue, 11 Jul 2017 20:03:10 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201707112003.v6BK3AfB061433@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 11 Jul 2017 20:03:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445548 - head/emulators/qemu-sbruno X-SVN-Group: ports-head X-SVN-Commit-Author: sbruno X-SVN-Commit-Paths: head/emulators/qemu-sbruno X-SVN-Commit-Revision: 445548 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2017 20:03:12 -0000 Author: sbruno Date: Tue Jul 11 20:03:10 2017 New Revision: 445548 URL: https://svnweb.freebsd.org/changeset/ports/445548 Log: 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 Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Jul 11 19:47:25 2017 (r445547) +++ head/emulators/qemu-sbruno/Makefile Tue Jul 11 20:03:10 2017 (r445548) @@ -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 Modified: head/emulators/qemu-sbruno/distinfo ============================================================================== --- head/emulators/qemu-sbruno/distinfo Tue Jul 11 19:47:25 2017 (r445547) +++ head/emulators/qemu-sbruno/distinfo Tue Jul 11 20:03:10 2017 (r445548) @@ -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