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.55.49; author adam; state dead; branches; next 1.1; commitid hMKlF8cSy1bhxYTB; 1.1 date 2019.12.09.20.05.40; author adam; state Exp; branches; next ; commitid Ppzma7qzoJGDo4OB; desc @@ 1.2 log @nodejs12: use external OpenSSL; bump revision @ text @$NetBSD: patch-deps_openssl_openssl-cl__asm.gypi,v 1.1 2019/12/09 20:05:40 adam Exp $ Support NetBSD/arm,aarch64,i386,amd64 (and hopefully other ILP32 archs) XXX Change default to linux-elf instead of linux-x86_64 (from FreeBSD ports) --- deps/openssl/openssl-cl_asm.gypi.orig 2019-11-19 08:29:07.000000000 +0000 +++ deps/openssl/openssl-cl_asm.gypi @@@@ -31,6 +31,12 @@@@ 'includes': ['config/archs/linux-elf/asm/openssl-cl.gypi'], }, 'target_arch=="x64" and OS=="freebsd"', { 'includes': ['config/archs/BSD-x86_64/asm/openssl-cl.gypi'], + }, 'target_arch=="arm" and OS=="netbsd"', { + 'includes': ['config/archs/linux-armv4/asm/openssl-cl.gypi'], + }, 'target_arch=="arm64" and OS=="netbsd"', { + 'includes': ['config/archs/linux-aarch64/asm/openssl-cl.gypi'], + }, 'target_arch=="x64" and OS=="netbsd"', { + 'includes': ['config/archs/BSD-x86_64/asm/openssl-cl.gypi'], }, 'target_arch=="x64" and OS=="mac"', { 'includes': ['config/archs/darwin64-x86_64-cc/asm/openssl-cl.gypi'], }, 'target_arch=="x64" and OS=="solaris"', { @@@@ -43,7 +49,7 @@@@ 'includes': ['config/archs/linux64-mips64/asm/openssl-cl.gypi'], },{ # Other architectures don't use assembly - 'includes': ['config/archs/linux-x86_64/asm/openssl-cl.gypi'], + 'includes': ['config/archs/linux-elf/asm/openssl-cl.gypi'], }], ], } @ 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_openssl-cl__asm.gypi,v 1.3 2019/02/24 12:18:55 rin Exp $ @