git: c0bfdb775f45 - main - devel/electron{32,33}: mark as BROKEN on aarch64 platform
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Feb 2025 08:27:59 UTC
The branch main has been updated by tagattie: URL: https://cgit.FreeBSD.org/ports/commit/?id=c0bfdb775f45d2fc52a79c96c71cb87d5b9d063f commit c0bfdb775f45d2fc52a79c96c71cb87d5b9d063f Author: Hiroki Tagato <tagattie@FreeBSD.org> AuthorDate: 2025-02-19 08:23:18 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2025-02-19 08:27:52 +0000 devel/electron{32,33}: mark as BROKEN on aarch64 platform In file included from ../../third_party/unrar/src/crypt.cpp:1: In file included from ../../third_party/unrar/src/rar.hpp:6: ../../third_party/unrar/src/os.hpp:167:10: fatal error: 'asm/hwcap.h' file not found 167 | #include <asm/hwcap.h> | ^~~~~~~~~~~~~ 1 error generated. Reported by: Mark Millard <marklmi@yahoo.com> (via ports@) --- devel/electron32/Makefile | 1 + devel/electron33/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/devel/electron32/Makefile b/devel/electron32/Makefile index d2e6e1a78a54..cb9ecf8985ac 100644 --- a/devel/electron32/Makefile +++ b/devel/electron32/Makefile @@ -26,6 +26,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/electron/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 +BROKEN_aarch64= fails to build: fatal error: 'asm/hwcap.h' file not found FETCH_DEPENDS= yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX} EXTRACT_DEPENDS=yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX} diff --git a/devel/electron33/Makefile b/devel/electron33/Makefile index b7508f009164..577b5d6e97aa 100644 --- a/devel/electron33/Makefile +++ b/devel/electron33/Makefile @@ -26,6 +26,7 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/electron/LICENSE ONLY_FOR_ARCHS= aarch64 amd64 i386 +BROKEN_aarch64= fails to build: fatal error: 'asm/hwcap.h' file not found FETCH_DEPENDS= yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX} EXTRACT_DEPENDS=yarn${NODEJS_SUFFIX}>0:www/yarn${NODEJS_SUFFIX}