head 1.2; access; symbols pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2020.01.24.18.57.09; author adam; state dead; branches; next 1.1; commitid 9ij9Dn9NQW4NxYTB; 1.1 date 2019.12.09.20.05.40; author adam; state Exp; branches; next ; commitid Ppzma7qzoJGDo4OB; desc @@ 1.2 log @nodejs10: updated to 10.18.1 Version 10.18.1 'Dubnium': Notable changes http2: fix session memory accounting after pausing n-api: correct bug in napi_get_last_error tools: update tzdata to 2019c @ text @$NetBSD: patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi,v 1.1 2019/12/09 20:05:40 adam Exp $ --- deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi.orig 2019-05-28 21:32:15.000000000 +0000 +++ deps/openssl/config/archs/linux-elf/asm/openssl-cl.gypi @@@@ -30,8 +30,16 @@@@ '-pthread', '-Wall -O3 -fomit-frame-pointer', ], - 'openssl_ex_libs_linux-elf': [ - '-ldl -pthread', + 'conditions': [ + ['OS=="linux"', { + 'openssl_ex_libs_linux-elf': [ + '-ldl -pthread', + ], + }, { + 'openssl_ex_libs_linux-elf': [ + '', + ], + }], ], 'openssl_cli_srcs_linux-elf': [ 'openssl/apps/asn1pars.c', @ 1.1 log @nodejs: added version 12.13.1, removed version 6.14.3 Moved nodejs to nodejs10 - version 10.17.0 Version 12.13.1 'Erbium' (LTS): Notable changes Experimental support for building Node.js with Python 3 is improved. ICU time zone data is updated to version 2019c. This fixes the date offset in Brazil. @ text @d1 1 a1 1 $NetBSD: patch-deps_openssl_config_archs_linux-elf_asm_openssl-cl.gypi,v 1.2 2019/05/31 20:52:00 adam Exp $ @