On Tue, Nov 5, 2013 at 9:30 AM, <openda...@hushmail.com> wrote: > Hello again, > > On 5. november 2013 at 2:31 PM, "Aaron" <def...@gmail.com> wrote: >> >>The problem is because node's gyp was not taught (my bad - I fixed >>it for next release) what OpenBSD boxes are. >> >>To fix it - simply `pkg_add gyp` (obviously you will need to have >>PKG_PATH set). Once gyp is installed the "['OS == "openbsd"', >>{'defines': ['CORO_ASM']}]," line will actually be picked up. > > Any chance you could bump the version to 1.0.1?
It's at 1.0.1 in -current, but backporting is probably out of the question. > > My `npm install` still trying to install node-fibers after installing it via > ports, probably because the parent Node package requires Fibers 1.0.1 as > opposed to 0.6.8p0 in ports. If you need 1.0.1, I would recommend pkg_delete'ing the port version - and letting npm install it (just make sure gyp is installed). > > Thanks. > > O.D.