I've run into the issue discussed in many places online where Node.js addons require symbols in the v8 JavaScript engine to be exposed. There is a description of the solution needed in the FreeBSD ports at http://www.freebsd.org/cgi/query-pr.cgi?pr=157875
What is necessary in our ports system to issue this compile directive in to v8? When I look at the Makefile for /usr/ports/www/node (for a snapshot of current from a couple of weeks ago) I don't see any SCONS directives there; I'm not sure how the handling of dependencies is done in our OpenBSD ports system, i.e. where the SCONS directive should be placed. -- devin