Date: Mon, 12 Jun 2017 14:35:10 +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: r443450 - head/emulators/qemu-sbruno Message-ID: <201706121435.v5CEZAWD031595@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Mon Jun 12 14:35:10 2017 New Revision: 443450 URL: https://svnweb.freebsd.org/changeset/ports/443450 Log: Update qemu-sbruno and qemu-user-static to 2.9.50 - Fix handling of ino64 changes in head (Michal Meloun) - Don't return 0 if pending signal is detected before call to real select(). This causes cmake timeout failures - a select() with NULL as timeout argument returns (erroneously) 0. (Michal Meloun) - Allow users to compile bsd-user dynamically (Michal Meloun) 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 Mon Jun 12 14:33:13 2017 (r443449) +++ head/emulators/qemu-sbruno/Makefile Mon Jun 12 14:35:10 2017 (r443450) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170307 -PORTREVISION= 3 +PORTVERSION= 2.9.50.g20170611 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -20,7 +19,7 @@ LICENSE= GPLv2 USE_GITHUB= yes GH_ACCOUNT= seanbruno GH_PROJECT= ${PORTNAME}-bsd-user -GH_TAGNAME= c0989c8 +GH_TAGNAME= 43acb36 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 Mon Jun 12 14:33:13 2017 (r443449) +++ head/emulators/qemu-sbruno/distinfo Mon Jun 12 14:35:10 2017 (r443450) @@ -1,5 +1,5 @@ -TIMESTAMP = 1488912218 -SHA256 (qemu/2.8.50.g20170307/seanbruno-qemu-bsd-user-2.8.50.g20170307-c0989c8_GH0.tar.gz) = a697518d04ae095f9217a33a43ab18eaf699e12c3fafc395844d121f56506d8b -SIZE (qemu/2.8.50.g20170307/seanbruno-qemu-bsd-user-2.8.50.g20170307-c0989c8_GH0.tar.gz) = 13675867 -SHA256 (qemu/2.8.50.g20170307/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170307/dtc-v1.4.0.tar.gz) = 131893 +TIMESTAMP = 1497278071 +SHA256 (qemu/2.9.50.g20170611/seanbruno-qemu-bsd-user-2.9.50.g20170611-43acb36_GH0.tar.gz) = a3d9aebb2ad5e43ff679dc21cf3d0a5bf18f1d3796e79a97514d093759f465f8 +SIZE (qemu/2.9.50.g20170611/seanbruno-qemu-bsd-user-2.9.50.g20170611-43acb36_GH0.tar.gz) = 14024085 +SHA256 (qemu/2.9.50.g20170611/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.9.50.g20170611/dtc-v1.4.0.tar.gz) = 131893 Modified: head/emulators/qemu-sbruno/pkg-plist ============================================================================== --- head/emulators/qemu-sbruno/pkg-plist Mon Jun 12 14:33:13 2017 (r443449) +++ head/emulators/qemu-sbruno/pkg-plist Mon Jun 12 14:35:10 2017 (r443450) @@ -18,7 +18,6 @@ %%NONX86%%bin/qemu-system-mips64el %%NONX86%%bin/qemu-system-mipsel %%NONX86%%bin/qemu-system-moxie -%%NONX86%%bin/qemu-system-or32 %%NONX86%%bin/qemu-system-ppc %%NONX86%%bin/qemu-system-ppc64 %%NONX86%%bin/qemu-system-ppcemb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201706121435.v5CEZAWD031595>