40 Commits

Author SHA1 Message Date
abieber
2287dbc158 Update node to 12.16.1. This fixes a number of issues with the port:
- We now ship the -header package instead of including the full distfile.
  This fixes node-gyp builds (as we had the wrong version in there).
- Teach the bundled openssl how to use $MAKE_PROGRAM (patch from Martin Sander).

While here, drop myself as MAINTAINER.

OK denis@
2020-04-04 16:42:57 +00:00
abieber
360ce718ea Bump node to 12.3.1, the latest LTS.
Changelog here:
  - https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V12.md#12.13.1

OK robert@
2019-11-24 18:42:28 +00:00
abieber
faded3ff2c Update node to the latest LTS.
Changelog here: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.16.3

Builds firefox fine. sthen@ tested an i386 build and it went OK.

OK sthen@
2019-09-27 02:07:44 +00:00
abieber
296cf11c2f Bump node to the latest LTS.
Changelog: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V10.md#10.15.0

Thanks to naddy@ for the openssl bits!

Tested on {amd,arm}64.

No objections!
2019-01-21 23:46:01 +00:00
abieber
a097383caa Bump to latest LTS.
Full changelog here: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V8.md#8.12.0

"builds fine for me on amd64" rsadowski@
2018-09-19 19:10:27 +00:00
abieber
f5ef31a8e3 Update to the latest.
- add patch to work around boostrap execpath stuff (api not exposed yet)
- regen patches
- remove upstreamed patches
- remove orig entries in plist (thanks espie@)

No objections.
2018-06-21 23:13:28 +00:00
abieber
57c2c6e156 Jump to 8.9.4, the latest LTS!
- Enable aarch64 build.
- Disable currently broken tests

Chromium build tested by landry@ and myself.

OK phessler@
2018-02-10 14:50:35 +00:00
abieber
c5b7ec51e2 Bump node to the latest LTS
OK awolk@
2018-01-09 02:11:11 +00:00
ajacoutot
2b7b3461f5 @comment beforesubst files.
Should probably be removed in post-install or so but I am lazy... and no
one picked up my mail on ports@
2017-11-19 19:38:46 +00:00
abieber
7af3ddd6a8 Update to v6.11.0
- regen patches (thanks danj@)
- full changelog here: https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V6.md#6.11.0

OK danj@
2017-06-27 12:04:08 +00:00
abieber
d128aa5058 Bump node to latest. Tested on amd64 and i386.
- fix Makefile layout
- back to using internal openssl :(

Rough OK from awolk@, OK fcambus@
2017-01-23 16:47:04 +00:00
abieber
a61cf71ce8 100% more wxneeded! Also fix for the man page that snuck in!
Tested on amd64 and i386

OK jca@
2016-08-17 01:05:38 +00:00
abieber
f1afddb428 Update node to the latest.
Full ChangeLog:
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V4.md#4.4.7

OK juanfra@
2016-08-03 13:56:56 +00:00
abieber
4d473b6917 Bump node to the latest. Full changelog here:
https://github.com/nodejs/node/blob/v4.4.5/CHANGELOG.md

OK awolk@
2016-05-27 23:11:53 +00:00
abieber
6eecfbb3b8 Update node to the latest.
Full changelog here:
https://github.com/nodejs/node/blob/v4.4.3/CHANGELOG.md

OK giovanni
2016-04-19 18:38:06 +00:00
abieber
aa27302904 Update to latest. Nothing special.
ChageLog: https://github.com/nodejs/node/blob/v4.4.0/CHANGELOG.md

OK awolk@
2016-03-12 02:50:36 +00:00
abieber
2215b85517 Add in node-pledge module so users can require() it out of the box.
Build against openssl in ports.
Update to latest stable release of node.

OK giovanni@
2016-01-29 20:12:04 +00:00
abieber
a4dd88e2b0 Update to the latest version.
Full changelog here:
https://github.com/nodejs/node/blob/v4.2.4/CHANGELOG.md

OK juanfra@
2016-01-01 04:47:05 +00:00
sthen
483639e924 This doesn't use NODE_ARCH any more, so remove it, rm some other-OS include
files that aren't needed, and regen plist which fixes a packaging problem
with i386. Cleanup unused CFLAGS from SUBST_VARS as well, and switch run dep
to g++ instead of gcc. OK abieber@
2015-10-27 11:58:01 +00:00
abieber
c620ea808c Finally update node to the latest version, lots of changes:
- Use internal OpenSSL (no LibreSSL :( )
 - Remove node.port.mk as there are no longer any modules in ports.
 - Remove various patches that are now upstream.
 - Fix some tests by telling test.py the fully qualified path to node
 - Add gcc as a RUN dep for building native node modules.
 - Clean up Makefile a bit.

OK juanfra@
2015-10-24 02:46:47 +00:00
abieber
b2b60b6f1a Update to 0.10.32 which removes the need for isolate.h diff.
goahead from landry@ and jasper@
2014-09-24 18:17:27 +00:00
abieber
2479d2c90b Update node to 0.10.28
Changelog: https://raw.githubusercontent.com/joyent/node/v0.10.28/ChangeLog

OK jturner@
2014-05-06 03:10:08 +00:00
abieber
77718fb931 update node to 0.10.24 which has a few fixes for cve-2013-6639 and
cve-2013-6640.

OK jasper@
2014-01-20 19:42:00 +00:00
abieber
0dc18e2f1e Update node to the lastest version.
OK jasper@
2013-12-04 20:20:52 +00:00
abieber
d7581de51b Bring node up to 0.10.20
- use internal libv8

OK sthen@
2013-10-22 15:29:13 +00:00
abieber
dc03ab0038 Update node to 0.10.12
OK jturner@
2013-06-27 13:47:03 +00:00
abieber
1834969470 Bump node.js to the latest version.
OK jeremy@
2013-05-24 13:43:41 +00:00
abieber
a5af302e1f upgrade to 0.8.21
OK jasper@
2013-03-04 14:29:24 +00:00
abieber
47a155ac28 Update node to 0.8.18
OK sthen@
2013-01-27 03:56:06 +00:00
abieber
969471a300 Upgrade node to 0.8.17
- remove two of our patches

OK jasper@
2013-01-13 14:53:40 +00:00
abieber
5ac3eafeb7 Update lang/node to 0.8.15
OK jeremy@
2012-12-12 16:51:23 +00:00
abieber
5d3856066a - update node to 0.8.10
OK jeremy@, jasper@
2012-09-26 17:22:36 +00:00
abieber
2ebb59e099 - update node to 0.8.9
OK jasper@
2012-09-14 22:40:20 +00:00
abieber
518d4efd72 - upgrade node to 0.8.8
OK sthen@, jasper@
2012-08-30 01:13:32 +00:00
abieber
8d0b2ad861 - update node to 0.8.7
- add @mandir to plist
OK sthen@, jasper@
2012-08-23 17:29:44 +00:00
abieber
c18fbf0a5f - update node to 0.8.2
- really remove @extraunexec

ok sthen@, jeremy@
2012-07-10 00:45:10 +00:00
abieber
f253937abb - update node to 0.8.1
- remove @extraunexec

ok jeremy@, sthen@
2012-07-09 13:54:54 +00:00
jasper
e65c567a95 - update node to 0.8.0
* please see this blog post for more details on the changes:
  http://blog.nodejs.org/2012/06/25/node-v0-8-0/
  * the migration wiki can be consulted to port your code to node 0.8:
    https://github.com/joyent/node/wiki/API-changes-between-v0.6-and-v0.8
    - expose node-gyp, so it's now installed into ${LOCALBASE}/bin/ too

    from aaron bieber with tweaks by me
    ok jeremy@
2012-06-28 08:30:28 +00:00
sthen
7a9c056e4c update to Node 0.6.19, from maintainer Aaron Bieber 2012-06-06 20:33:50 +00:00
jasper
5d73d74c96 re-import node into lang, www was poorly chosen at the time of import
from aaron bieber (MAINTAINER), with cluestick hitting by espie@ 
as discussed with and ok sthen@
2012-05-23 15:11:43 +00:00