head 1.3; access; symbols pkgsrc-2020Q4:1.2.0.22 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.20 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.18 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.14 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.16 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.12 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.10 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.8 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.6 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.4 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.2 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.1.0.4 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2021.02.16.13.16.38; author adam; state dead; branches; next 1.2; commitid opL7PiySmt5S9WHC; 1.2 date 2018.05.16.18.41.54; author fhajny; state Exp; branches; next 1.1; commitid GXvjooFKddV7kyCA; 1.1 date 2017.11.01.12.07.31; author fhajny; state Exp; branches; next ; commitid rqbEx9jmq62ArkdA; desc @@ 1.3 log @nodejs8: removed @ text @$NetBSD: patch-common.gypi,v 1.2 2018/05/16 18:41:54 fhajny Exp $ Add support for NetBSD. --- common.gypi.orig 2018-05-15 19:09:33.000000000 +0000 +++ common.gypi @@@@ -285,7 +285,7 @@@@ 'cflags': [ '-pthread' ], 'ldflags': [ '-pthread' ], }], - [ 'OS in "linux freebsd openbsd solaris android aix"', { + [ 'OS in "linux freebsd openbsd netbsd solaris android aix"', { 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ], 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++0x' ], 'ldflags': [ '-rdynamic' ], @ 1.2 log @lang/nodejs8: Update to 8.11.2. deps: - update node-inspect to 1.11.3 - update nghttp2 to 1.29.0 http2: - Sync with current release stream n-api: - Sync with current release stream @ text @d1 1 a1 1 $NetBSD: patch-common.gypi,v 1.1 2017/11/01 12:07:31 fhajny Exp $ @ 1.1 log @Import nodejs-8.9.0 (LTS) as lang/nodejs8. Changes since nodejs 8.8.1: - doc: add Gibson Fahnestock to Release team - deps: update npm to 5.5.1 - http2: The exposed http2 socket is no longer manipulatable - module: support custom paths to require.resolve() - util: util.TextEncoder and util.TextDecoder are no longer experimental. There will no longer be a warning when they are used @ text @d1 1 a1 1 $NetBSD: patch-common.gypi,v 1.4 2015/09/17 10:42:34 fhajny Exp $ d5 1 a5 1 --- common.gypi.orig 2015-09-08 15:30:34.000000000 +0000 d7 2 a8 2 @@@@ -221,7 +221,7 @@@@ 'cflags': [ '-pthread', ], d12 1 a12 1 + [ 'OS in "linux freebsd openbsd solaris android aix netbsd"', { @