head 1.3; access; symbols pkgsrc-2025Q1:1.2.0.16 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.14 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.12 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.10 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.8 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.6 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.4 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.2 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.1.0.4 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.2 pkgsrc-2022Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2025.05.07.05.57.56; author adam; state dead; branches; next 1.2; commitid 7UcA9tWwGD1kcWTF; 1.2 date 2023.04.19.17.40.30; author adam; state Exp; branches; next 1.1; commitid T0es3kmhnY6N9KlE; 1.1 date 2022.12.03.16.59.22; author adam; state Exp; branches; next ; commitid gW7euvk8GZqWk84E; desc @@ 1.3 log @nodejs18: removed; end of life @ text @$NetBSD: patch-common.gypi,v 1.2 2023/04/19 17:40:30 adam Exp $ Add support for NetBSD. --- common.gypi.orig 2023-04-12 04:09:10.000000000 +0000 +++ common.gypi @@@@ -393,11 +393,11 @@@@ 'BUILDING_UV_SHARED=1', ], }], - [ 'OS in "linux freebsd openbsd solaris aix os400"', { + [ 'OS in "linux freebsd netbsd openbsd solaris aix os400"', { 'cflags': [ '-pthread' ], 'ldflags': [ '-pthread' ], }], - [ 'OS in "linux freebsd openbsd solaris android aix os400 cloudabi"', { + [ 'OS in "linux freebsd netbsd openbsd solaris android aix os400 cloudabi"', { 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ], 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++17' ], 'defines': [ '__STDC_FORMAT_MACROS' ], @ 1.2 log @nodejs18: updated to 18.16.0 Version 18.16.0 'Hydrogen' (LTS) Notable changes Add initial support for single executable applications Replace url parser with Ada buffer: (SEMVER-MINOR) add Buffer.copyBytesFrom(...) (James M Snell) doc: add marco-ippolito to collaborators (Marco Ippolito) add debadree25 to collaborators (Debadree Chatterjee) add deokjinkim to collaborators (Deokjin Kim) events: (SEMVER-MINOR) add listener argument to listenerCount (Paolo Insogna) lib: (SEMVER-MINOR) add AsyncLocalStorage.bind() and .snapshot() (flakey5) (SEMVER-MINOR) add aborted() utility function (Debadree Chatterjee) src: (SEMVER-MINOR) allow optional Isolate termination in node::Stop() (Shelley Vohr) (SEMVER-MINOR) allow embedder control of code generation policy (Shelley Vohr) stream: (SEMVER-MINOR) add abort signal for ReadableStream and WritableStream (Debadree Chatterjee) tls: (SEMVER-MINOR) support automatic DHE (Tobias Nießen) url: (SEMVER-MINOR) implement URLSearchParams size getter (James M Snell) worker: (SEMVER-MINOR) add support for worker name in inspector and trace_events (Debadree Chatterjee) @ text @d1 1 a1 1 $NetBSD: patch-common.gypi,v 1.1 2022/12/03 16:59:22 adam Exp $ @ 1.1 log @nodejs18: moved from nodejs, version 18.2.1 @ text @d1 1 a1 1 $NetBSD: patch-common.gypi,v 1.10 2022/05/05 07:08:06 adam Exp $ d5 1 a5 1 --- common.gypi.orig 2022-05-03 08:18:07.000000000 +0000 d7 1 a7 1 @@@@ -394,11 +394,11 @@@@ d11 2 a12 2 - [ 'OS in "linux freebsd openbsd solaris aix"', { + [ 'OS in "linux freebsd openbsd netbsd solaris aix"', { d16 2 a17 2 - [ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', { + [ 'OS in "linux freebsd openbsd netbsd netbsd solaris android aix cloudabi"', { @