git: f6743cbbf975 - 2024Q1 - www/node18: remove ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 17:59:18 UTC
The branch 2024Q1 has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f6743cbbf97524daf3ca4a3e0db884d43a1fd5a0
commit f6743cbbf97524daf3ca4a3e0db884d43a1fd5a0
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 20:49:07 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-03-09 17:46:34 +0000
www/node18: remove ELFv1 support
(cherry picked from commit 336c0f12b9f20e5aa47b359d5502883e23a14a30)
---
www/node18/Makefile | 4 ----
www/node18/files/{extra-patch-common.gypi => patch-common.gypi} | 0
2 files changed, 4 deletions(-)
diff --git a/www/node18/Makefile b/www/node18/Makefile
index 2b6a599d9477..590f9fd36e2b 100644
--- a/www/node18/Makefile
+++ b/www/node18/Makefile
@@ -72,10 +72,6 @@ NLS_LIB_DEPENDS= libicui18n.so:devel/icu
CXXFLAGS+= -Wno-error=enum-constexpr-conversion
.endif
-.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/node18/files/extra-patch-common.gypi b/www/node18/files/patch-common.gypi
similarity index 100%
rename from www/node18/files/extra-patch-common.gypi
rename to www/node18/files/patch-common.gypi