K 10 svn:author V 5 koobs K 8 svn:date V 27 2015-12-28T08:46:41.412849Z K 7 svn:log V 506 www/node: Fix build on FreeBSD 9.x Patch log-utils.h in the in-tree v8 source code, allowing it to compile using G++ 4.8 on FreeBSD 9.x. The code unfortunately relies on compiler intrinsics instead of including the necessary standard headers for handling C-style I/O and variadic arguments in its internal logging functions. This commit log and the code changes were provided by: Brendan Molloy (fmtq via IRC) - Thank you! PR: 205401 Reported by: JSG (via freenode IRC) Approved by: blanket (portmgr) END