jasper
0b067a06c4
- ensure the node version with fixed node-gyp is required
...
- fix some whitespace
ok MAINTAINER, sthen@
2012-05-08 17:10:43 +00:00
sthen
7b5d1808c7
Fix node-gyp for native builds by using gmake (and add a run dep).
...
From Aaron Bieber, I also added a comment to the RUN_DEPENDS line.
2012-05-08 15:38:01 +00:00
jasper
fb4a988c0c
Make sure node-gyp is able to find a python executable.
...
ok MAINTAINER
2012-05-07 20:11:47 +00:00
jasper
4a1b9539c3
regen patches
2012-05-07 18:11:29 +00:00
sthen
7ef0b473d3
update to Node.js 0.6.17, from maintainer Aaron Bieber
...
* Upgrade npm to 1.1.21
* uv: Add support for EROFS errors (Ben Noordhuis, Maciej Małecki)
* uv: Add support for EIO and ENOSPC errors (Fedor Indutny)
* http: Fix client memory leaks (isaacs, Vincent Voyer)
* fs: fix file descriptor leak in sync functions (Ben Noordhuis)
* fs: fix ReadStream / WriteStream double close bug (Ben Noordhuis)
2012-05-05 15:29:27 +00:00
rpointel
6d7faeae62
Update node to 0.6.16, from Aaron Bieber (maintainer).
...
ok jasper@, sthen@.
2012-05-03 17:16:27 +00:00
sthen
5edd20d744
update to node 0.6.15, from Aaron Bieber
...
- Thanks for the great book Aaron!
2012-04-12 10:16:50 +00:00
ajacoutot
39247360ed
Pick a less generic variable for a MODULE: VERSION -> NPM_VERSION
...
no objection from jeremy@
2012-04-04 05:48:15 +00:00
jeremy
cd034fd16a
Add www/node module for packaging nodejs libraries that are typically
...
installed via npm install.
OK sthen@, Aaron Bieber (www/node MAINTAINER)
2012-04-03 18:32:12 +00:00
sthen
1f9a9fac09
update to node.js 0.6.14, from maintainer Aaron Bieber.
2012-03-26 20:53:32 +00:00
sthen
2933db748d
update to node.js 0.6.13; mainly npm fixes. From maintainer Aaron Bieber.
2012-03-15 22:05:51 +00:00
sthen
0eaea01e98
bytecode-compile the wafadmin python files, ok Aaron Bieber (maintainer).
2012-03-15 21:23:43 +00:00
sthen
5bfea6f3c5
update to node.js 0.6.12, from maintainer Aaron Bieber
2012-03-03 10:58:00 +00:00
sthen
3024d5c1b8
update to node 0.6.10, from maintainer Aaron Bieber
2012-02-17 15:38:47 +00:00
sthen
6e15a3787e
update to node 0.6.8 from maintainer Aaron Bieber
2012-01-24 10:03:55 +00:00
sthen
583cd757dd
- update to node.js 0.67, from maintainer Aaron Bieber
...
- fix following kinfo_proc2 removal
2012-01-10 14:35:55 +00:00
jeremy
d1b65f8d65
Add LOCALBASE/lib/node_modules to the list of directories to check
...
for modules, since that is the location where npm installs modules
globally. Removes the need to use npm link to link global modules
into each project.
OK Aaron Bieber (MAINTAINER)
2012-01-05 20:36:53 +00:00
sthen
c6486bfebe
update to node 0.6.6, from maintainer Aaron Bieber
2011-12-21 09:56:54 +00:00
sthen
30956f5d8b
add Aaron Bieber as MAINTAINER.
2011-12-20 14:50:54 +00:00
sthen
56ff6b4040
update to node 0.6.5, from Aaron Bieber, discussed with jasper@ and schwarze@
...
- also sync WANTLIB (now pulls in libz)
2011-12-18 13:37:35 +00:00
sthen
5b3ad39bdf
update to node 0.6.3, parts from Aaron Bieber
...
(further update 0.6.5 to be done soonish, but let's get this in first)
2011-12-07 12:18:01 +00:00
espie
58fffade54
normalize pkgpath
2011-09-16 12:00:05 +00:00
jasper
9db21c53af
- bugfix update to 0.4.9
2011-06-29 18:44:07 +00:00
rpointel
d9c94aa811
bump after default python version switch
2011-06-08 18:15:28 +00:00
robert
c480666f7d
Instead of reserving 32MB of virtual memory let's reserve the quarter of
...
RLIMIT_DATA (ulimit -d) if RLIMIT_DATA is not 0 (unlimited).
If RLIMIT_DATA is 0 then the default 512MB reservation will be used.
Using 32MB made v8 use less memory for sure but it was a huge performance
loss too.
2011-06-02 07:21:14 +00:00
robert
ba1ed4f32a
Make v8 pre-allocate at least 32M of virtual memory to avoid
...
crashing with vmmap. This is needed because of their JIT is
not fully 64-bit.
2011-05-31 07:55:04 +00:00
sthen
a632efd7e6
- update node to 0.4.8
...
- pull across a patch from www/chromium to use the same memory allocation
policy on amd64 as is currently used on i386, this seriously reduces the
amount of virtual memory required
2011-05-21 20:32:54 +00:00
jasper
888cb1b180
Zap zoom zoom (-O3)
...
prompted by zthen@
2011-04-29 07:41:15 +00:00
jasper
a8ed53e972
- update to 0.4.7
...
i386 build test by sthen@, thanks
2011-04-28 22:02:44 +00:00
jasper
ad71fd2c04
- update to 0.4.5
2011-04-12 10:32:49 +00:00
jasper
2457d75b8d
- don't force -Werror, fixes build on i386.
...
reported by STeve Andre', fix suggested by aja@
2011-04-12 08:05:05 +00:00
jasper
e01aeceefd
hookup some regression tests
2011-03-30 20:54:13 +00:00
jasper
c5d1b1f208
- update node to 0.4.4 with various patches from chrome to make this build
2011-03-30 19:54:29 +00:00
jasper
a87f904c7a
- the issues some people have been seeing with the build crashing in v8, is
...
related to too low limits, so remove the comment and set VMEM_WARNING instead.
(ports is unlocked, but no new files/directories/imports!, if in doubt, ask!)
2011-03-02 06:29:44 +00:00
jasper
50f9688070
- and another chunk bites the dust
2011-01-03 10:50:51 +00:00
jasper
19860cb9ec
- update node.js to 0.2.6
2011-01-03 10:22:29 +00:00
jasper
eddfe1e804
Enable node and add a note as to why it's using the bundled libcares
2010-12-30 08:54:52 +00:00
jasper
d6b8f76bab
- this won't work on ARM untill __ARM_NR_cacheflush is implemented/worked-around in the v8 code.
2010-12-29 17:49:41 +00:00
jasper
968ba62354
- honor CXXFLAGS with this utterly retarded and stupid "build system"
...
(though this fix was simple, i take every opportunity to rant at scons)
2010-12-29 15:06:48 +00:00
jasper
f346c0f658
- don't link with -lpthread
2010-12-29 12:24:39 +00:00
jasper
ddbc876d2c
- remove unneeded patches
2010-12-29 12:06:32 +00:00
jasper
dbf085daa1
import WIP node.js 0.2.5
...
Node.js is an evented I/O framework for the V8 JavaScript engine. It is
intended for writing scalable network programs such as web servers.
As there are still some issues to resolve, this won't be hooked up yet.
ok landry@
2010-12-28 18:19:28 +00:00