Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jan 2024 21:05:11 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82162fd9a312 - main - www/node16: remove ELFv1 support
Message-ID:  <202401052105.405L5Bqg013376@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82162fd9a31221ead11c76e180fdfd07b5654b85

commit 82162fd9a31221ead11c76e180fdfd07b5654b85
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-05 20:44:55 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:04:25 +0000

    www/node16: remove ELFv1 support
---
 www/node16/Makefile                                             | 4 ----
 www/node16/files/{extra-patch-common.gypi => patch-common.gypi} | 0
 2 files changed, 4 deletions(-)

diff --git a/www/node16/Makefile b/www/node16/Makefile
index 266c7beb34e6..5263bfbe0375 100644
--- a/www/node16/Makefile
+++ b/www/node16/Makefile
@@ -86,10 +86,6 @@ PREFIX_RELDEST=	${PREFIX:S,^${DESTDIR},,}
 
 .include <bsd.port.pre.mk>
 
-.if (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le
-EXTRA_PATCHES=	${PATCHDIR}/extra-patch-common.gypi
-.endif
-
 .if ${ARCH} == armv6 || ${ARCH} == armv7
 EXTRA_PATCHES=	${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp
 .endif
diff --git a/www/node16/files/extra-patch-common.gypi b/www/node16/files/patch-common.gypi
similarity index 100%
rename from www/node16/files/extra-patch-common.gypi
rename to www/node16/files/patch-common.gypi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401052105.405L5Bqg013376>