git: 27bfbb729627 - main - editors/lapce: Mark broken on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Oct 2022 14:57:06 UTC
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