At the time of this writing, the imported (base) version of Clang (3.2) has a bug which surfaces during the building of the xmlrpc-c-devel port: value.cpp:238:28: error: redefinition of 'datetime4' value_datetime datetime4(value_int(4)); Fix: For now, simply rename the 2nd ``datetime4'' variable (eg. use ``another_datetime4'') to work around the compiler bug. Additionally, someone on #llvm on irc.oftc.net said that this bug "was fixed in trunk about 3-4 weeks ago". The fixing patch can be searched for and backported into the base Clang.
Responsible Changed From-To: freebsd-ports-bugs->garga Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!