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-deps_uv_common.gypi,v 1.2 2023/04/19 17:40:30 adam Exp $ Add support for NetBSD. --- deps/uv/common.gypi.orig 2023-04-12 04:09:14.000000000 +0000 +++ deps/uv/common.gypi @@@@ -135,7 +135,7 @@@@ }] ] }], - ['OS in "freebsd dragonflybsd linux openbsd solaris android aix os400"', { + ['OS in "freebsd netbsd dragonflybsd linux openbsd solaris android aix os400"', { 'cflags': [ '-Wall' ], 'cflags_cc': [ '-fno-rtti', '-fno-exceptions' ], 'target_conditions': [ @ 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-deps_uv_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-deps_uv_common.gypi,v 1.4 2018/05/03 21:19:16 fhajny Exp $ d5 1 a5 1 --- deps/uv/common.gypi.orig 2018-04-24 14:41:22.000000000 +0000 d7 1 a7 1 @@@@ -134,7 +134,7 @@@@ d11 2 a12 2 - ['OS in "freebsd dragonflybsd linux openbsd solaris android aix"', { + ['OS in "freebsd dragonflybsd linux openbsd netbsd solaris android aix"', { @