[Bug 216071] dns/powerdns and dns/powerdns-recursor: fail to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 20 19:39:34 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216071
--- Comment #8 from commit-hook at freebsd.org ---
A commit references this bug:
Author: cpm
Date: Fri Jan 20 19:38:57 UTC 2017
New revision: 431990
URL: https://svnweb.freebsd.org/changeset/ports/431990
Log:
dns/powerdns and dns/powerdns-recursor: unbreak build with clang 4.0
json11.cpp:153:24: error: invalid operands to binary expression ('nullptr_t'
and 'nullptr_t')
return m_value < static_cast<const Value<tag, T> *>(other)->m_value;
~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
json11.cpp:209:5: note: in instantiation of member function
'json11::Value<json11::Json::Type::NUL,
nullptr_t>::less' requested here
JsonNull() : Value(nullptr) {}
^
PR: 216071
Submitted by: cpm
Reported by: jbeich
Reviewed by: jbeich
Approved by: Ralf van der Enden <tremere at cainites.net> (maintainer)
Obtained from: upstream
MFH: 2017Q1 (blanket)
Changes:
head/dns/powerdns/Makefile
head/dns/powerdns/files/patch-ext_json11_json11.cpp
head/dns/powerdns-recursor/Makefile
head/dns/powerdns-recursor/files/patch-ext_json11_json11.cpp
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list