git: 7e127fe1ea48 - main - editors/lapce: not for armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jul 2026 16:53:25 UTC
The branch main has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e127fe1ea485dada73bbef855fe60d4aa9b7e6f
commit 7e127fe1ea485dada73bbef855fe60d4aa9b7e6f
Author: Robert Clausecker <fuz@FreeBSD.org>
AuthorDate: 2026-07-27 09:28:49 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2026-07-30 16:52:40 +0000
editors/lapce: not for armv7
Approved by: portmgr (build fix blanket)
MFH: 2026Q3
---
editors/lapce/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index ca06d28ff1d4..60b77f6166b5 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -11,8 +11,10 @@ WWW= https://lapce.dev/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS= armv7 i386
+NOT_FOR_ARCHS_REASON_armv7= [cranelift-codegen 0.101.4] error when identifying target: "no supported isa found for arch `armv7`"
NOT_FOR_ARCHS_REASON_i386= doesn't build: [zstd-sys 2.0.1+zstd.1.5.2] AR_i686_unknown_freebsd = None
+NOT_FOR_ARCHS_REASON= ${NOT_FOR_ARCHS_REASON_${ARCH}}
LIB_DEPENDS= libssh2.so:security/libssh2 \
libgit2.so:devel/libgit2