From owner-svn-ports-all@freebsd.org Tue Mar 7 18:44:47 2017 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 EDDCFD00899; Tue, 7 Mar 2017 18:44:47 +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 A3F3F123B; Tue, 7 Mar 2017 18:44:47 +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 v27Iikqm001065; Tue, 7 Mar 2017 18:44:46 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v27Iik1R001062; Tue, 7 Mar 2017 18:44:46 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201703071844.v27Iik1R001062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Tue, 7 Mar 2017 18:44:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435636 - 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.23 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: Tue, 07 Mar 2017 18:44:48 -0000 Author: sbruno Date: Tue Mar 7 18:44:46 2017 New Revision: 435636 URL: https://svnweb.freebsd.org/changeset/ports/435636 Log: Disable FPU on 32 bit mips. This will cause some additional breakage in pkg building on mips. Some ports errneously try and use FPU instructions and will insta-crash when run on real hardware. This change will identify those ports that have these types of instructions so they can be fixed. - dnelson Add handler for fdatasync(). Quiesce noise about missing handler. - jkim Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Tue Mar 7 18:43:13 2017 (r435635) +++ head/emulators/qemu-sbruno/Makefile Tue Mar 7 18:44:46 2017 (r435636) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.8.50.g20170301 +PORTVERSION= 2.8.50.g20170307 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= fba0ea7 +GH_TAGNAME= c0989c8 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 Mar 7 18:43:13 2017 (r435635) +++ head/emulators/qemu-sbruno/distinfo Tue Mar 7 18:44:46 2017 (r435636) @@ -1,5 +1,5 @@ -TIMESTAMP = 1482956267 -SHA256 (qemu/2.8.50.g20170301/seanbruno-qemu-bsd-user-2.8.50.g20170301-fba0ea7_GH0.tar.gz) = 2a597c859ea8911b282e0b6af3c4864eb268d4ceeeb62a3117c9acf46ab90dad -SIZE (qemu/2.8.50.g20170301/seanbruno-qemu-bsd-user-2.8.50.g20170301-fba0ea7_GH0.tar.gz) = 13675325 -SHA256 (qemu/2.8.50.g20170301/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 -SIZE (qemu/2.8.50.g20170301/dtc-v1.4.0.tar.gz) = 131893 +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