pkgsrc/lang/nodejs/Makefile
fhajny 7bff9d6467 Update lang/nodejs to 9.3.0.
async_hooks:
- add trace events to async_hooks
- add provider types for net server

console:
- console.debug can now be used outside of the inspector

deps:
- upgrade libuv to 1.18.0
- patch V8 to 6.2.414.46

module:
- module.builtinModules will return a list of built in modules

n-api:
- add helper for addons to get the event loop

process:
- process.setUncaughtExceptionCaptureCallback can now be used to
  customize behavior for --abort-on-uncaught-exception
- A signal handler is now able to receive the signal code that
  triggered the handler.

src:
- embedders can now use Node::CreatePlatform to create an instance of
  NodePlatform

stream:
- writable.writableHighWaterMark and readable.readableHighWaterMark
  will return the values the stream object was instantiated with
2017-12-15 21:29:25 +00:00

12 lines
302 B
Makefile

# $NetBSD: Makefile,v 1.116 2017/12/15 21:29:25 fhajny Exp $
DISTNAME= node-v9.3.0
# Stated by the changelog as of 8.2.0
GCC_REQD+= 4.9.4
CONFIGURE_ARGS+= --with-intl=system-icu
.include "../../lang/nodejs/Makefile.common"
.include "../../textproc/icu/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"