From owner-svn-ports-all@freebsd.org Thu May 19 17:27:36 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 A1A69B42BC3; Thu, 19 May 2016 17:27:36 +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 5715D1CA3; Thu, 19 May 2016 17:27:36 +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 u4JHRZ7k040795; Thu, 19 May 2016 17:27:35 GMT (envelope-from sbruno@FreeBSD.org) Received: (from sbruno@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4JHRZb0040793; Thu, 19 May 2016 17:27:35 GMT (envelope-from sbruno@FreeBSD.org) Message-Id: <201605191727.u4JHRZb0040793@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sbruno set sender to sbruno@FreeBSD.org using -f From: Sean Bruno Date: Thu, 19 May 2016 17:27:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415511 - 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.22 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, 19 May 2016 17:27:36 -0000 Author: sbruno Date: Thu May 19 17:27:35 2016 New Revision: 415511 URL: https://svnweb.freebsd.org/changeset/ports/415511 Log: Update qemu-sbruno/qemu-static-user: Disable atomic macros which conflict with C++ QEMU's atomic header defines a few macros which conflict with standard C++ function names, namely atomic_fetch_{add,sub,and,or}. Disable these macros when compiling for C++. PR: 209590 Submitted by: dim Modified: head/emulators/qemu-sbruno/Makefile head/emulators/qemu-sbruno/distinfo Modified: head/emulators/qemu-sbruno/Makefile ============================================================================== --- head/emulators/qemu-sbruno/Makefile Thu May 19 16:41:23 2016 (r415510) +++ head/emulators/qemu-sbruno/Makefile Thu May 19 17:27:35 2016 (r415511) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qemu -PORTVERSION= 2.5.93.g20160428 +PORTVERSION= 2.5.93.g20160518 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= 743fbff +GH_TAGNAME= 0325195 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 May 19 16:41:23 2016 (r415510) +++ head/emulators/qemu-sbruno/distinfo Thu May 19 17:27:35 2016 (r415511) @@ -1,4 +1,4 @@ -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 +SHA256 (qemu/2.5.93.g20160518/seanbruno-qemu-bsd-user-2.5.93.g20160518-0325195_GH0.tar.gz) = d6bc8841139abda8390c6001b51468347e752db254e6866c06103173553a33c0 +SIZE (qemu/2.5.93.g20160518/seanbruno-qemu-bsd-user-2.5.93.g20160518-0325195_GH0.tar.gz) = 12064296 +SHA256 (qemu/2.5.93.g20160518/dtc-v1.4.0.tar.gz) = 39d0713efd82a27adc065ecb9ef36401c53d5ee87ae1764e2bb243fcd97488e3 +SIZE (qemu/2.5.93.g201605/dtc-v1.4.0.tar.gz) = 131893