svn commit: r456703 - head/net-p2p/retroshare

Jan Beich jbeich at FreeBSD.org
Sat Dec 23 23:40:13 UTC 2017


Mark Linimon <linimon at lonesome.com> writes:

> It seems likely that the subsequent commit by dim may have already
> fixed the underlying problem:
>
>   https://svnweb.freebsd.org/ports/head/net-p2p/retroshare/Makefile?revision=456947&view=markup

Only Clang 4.0 i.e., for FreeBSD 11.1+ amd64/i386/aarch64/armv6.
libc++ 5.0 is still broken i.e., FreeBSD 11.2+ amd64/i386/aarch64/armv6/armv7
To fix just drop #define nullptr but you'd probably want to consult dim@
about the best way to do it. Keep in mind, libc++ leaks nullptr even in
C++98 mode (Clang default) which would defeat #if __cplusplus < 201103L check.

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p457015_s327097/logs/errors/retroshare-0.6.1_9.log
http://beefy11.nyi.freebsd.org/data/head-i386-default/p457015_s327097/logs/errors/retroshare-0.6.1_9.log


More information about the svn-ports-head mailing list