diff options
author | Sean Bruno <sbruno@FreeBSD.org> | 2016-05-19 17:27:35 +0000 |
---|---|---|
committer | Sean Bruno <sbruno@FreeBSD.org> | 2016-05-19 17:27:35 +0000 |
commit | e430a29bd0b1ef345efd433987f459bc3d57eecb (patch) | |
tree | e8abd145075dc68bb3d4b27f03495cee1ef886eb | |
parent | Add a new port textproc/rubygem-pretty-xml (diff) |
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
Notes
Notes:
svn path=/head/; revision=415511
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu-sbruno/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index 2e4e680e052b..a4742e5d89a3 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -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-user branch 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 diff --git a/emulators/qemu-sbruno/distinfo b/emulators/qemu-sbruno/distinfo index e7e62396c8ed..1850ebeb5fc6 100644 --- a/emulators/qemu-sbruno/distinfo +++ b/emulators/qemu-sbruno/distinfo @@ -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 |