Date: Sat, 9 Mar 2024 17:59:22 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 5a41bf324270 - 2024Q1 - www/node20: remove ELFv1 support Message-ID: <202403091759.429HxMnw006601@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q1 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a41bf324270c8b43a2fccb6f1f1e7b525bd214b commit 5a41bf324270c8b43a2fccb6f1f1e7b525bd214b Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2024-01-05 20:52:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-03-09 17:46:59 +0000 www/node20: remove ELFv1 support (cherry picked from commit 67c8561377343a86df1411effc7cd507ebc62c3b) --- www/node20/Makefile | 4 ---- www/node20/files/{extra-patch-common.gypi => patch-common.gypi} | 0 2 files changed, 4 deletions(-) diff --git a/www/node20/Makefile b/www/node20/Makefile index f23b9ea0e310..450eacd2335b 100644 --- a/www/node20/Makefile +++ b/www/node20/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/node20/files/extra-patch-common.gypi b/www/node20/files/patch-common.gypi similarity index 100% rename from www/node20/files/extra-patch-common.gypi rename to www/node20/files/patch-common.gypi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091759.429HxMnw006601>