git: f662512e63b8 - 2024Q2 - lang/eisl: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Apr 2024 09:09:14 UTC
The branch 2024Q2 has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f662512e63b80e3f5334a1964c755b7608f6e875 commit f662512e63b80e3f5334a1964c755b7608f6e875 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-04-28 09:08:22 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-04-28 09:09:06 +0000 lang/eisl: Broken on armv7 Reported by: fallout (cherry picked from commit 51e2287bed38d48d7a4f48492849026d8087a833) --- lang/eisl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 9a9e8ee43d85..c2648632b04b 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -10,6 +10,7 @@ WWW= https://github.com/sasagawa888/eisl LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/license.txt +BROKEN_armv7= stage breaks: Abort trap (likely due to the memory allocation problem) BROKEN_i386= stage breaks: data segment of more than 500GB is required, see https://github.com/sasagawa888/eisl/issues/218 TEST_DEPENDS= cppcheck:devel/cppcheck