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

Guido Falsi madpilot at FreeBSD.org
Wed Jun 1 15:18:09 UTC 2016


On 05/19/16 19:27, Sean Bruno wrote:
> 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
> 

I have just noticed the port still fails.

I investigated a little:

Looking at the source code with make extract, the #ifdefs which were
added on github at [1] are not present in the tarball downloaded by the
port. Maybe a wrong GH_TAGNAME was committed?

[1]
https://github.com/seanbruno/qemu-bsd-user/commit/58f6139b0d41213fc918bada2fbca75892818535

-- 
Guido Falsi <madpilot at FreeBSD.org>


More information about the svn-ports-head mailing list