git: 8459b9062f6b - 2024Q1 - www/node21: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 17:59:27 UTC
The branch 2024Q1 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8459b9062f6b1493622a1a675477e9ed46efa428 commit 8459b9062f6b1493622a1a675477e9ed46efa428 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-05 20:56:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:47:01 +0000 www/node21: remove ELFv1 support (cherry picked from commit 6f057ad831003e5941668bf4c38fa4e7a01464f3) --- www/node21/Makefile | 4 ---- www/node21/files/{extra-patch-common.gypi => patch-common.gypi} | 0 2 files changed, 4 deletions(-) diff --git a/www/node21/Makefile b/www/node21/Makefile index 5b0fc6daf501..d0b6b1020e54 100644 --- a/www/node21/Makefile +++ b/www/node21/Makefile @@ -67,10 +67,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu .include "Makefile.version" .include <bsd.port.options.mk> -.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - .if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 CONFIGURE_ARGS+=--openssl-no-asm .endif diff --git a/www/node21/files/extra-patch-common.gypi b/www/node21/files/patch-common.gypi similarity index 100% rename from www/node21/files/extra-patch-common.gypi rename to www/node21/files/patch-common.gypi