svn commit: r415511 - head/emulators/qemu-sbruno

Sean Bruno sbruno at FreeBSD.org
Thu May 19 17:27:36 UTC 2016


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


More information about the svn-ports-all mailing list