Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Oct 2022 14:57:06 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27bfbb729627 - main - editors/lapce: Mark broken on arm64
Message-ID:  <202210051457.295Ev6EP028220@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=27bfbb729627812b89a4f0202b6dda0dbf9232d5

commit 27bfbb729627812b89a4f0202b6dda0dbf9232d5
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-10-05 14:54:46 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-10-05 14:56:54 +0000

    editors/lapce: Mark broken on arm64
    
     - process_path-0.1.4 crate doesn't build on arm64
       https://github.com/lapce/lapce/issues/1185
---
 editors/lapce/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/editors/lapce/Makefile b/editors/lapce/Makefile
index d18e6b467e96..ddc29ed9c3bf 100644
--- a/editors/lapce/Makefile
+++ b/editors/lapce/Makefile
@@ -9,8 +9,9 @@ WWW=		https://lapce.dev/
 
 LICENSE=	APACHE20
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	i386 arm64
 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_arm64=	doesn't build: https://github.com/lapce/lapce/issues/1185
 
 BUILD_DEPENDS=	p5-Cairo-GObject>0:devel/p5-Cairo-GObject \
 		p5-FindBin-libs>0:devel/p5-FindBin-libs



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