Date: Wed, 7 Sep 2022 02:51:47 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 055c08e08451 - main - lang/eisl: Broken on i386 Message-ID: <202209070251.2872plpp089827@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=055c08e084514415e41789eec53513f7de92e06c commit 055c08e084514415e41789eec53513f7de92e06c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-09-07 02:47:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-09-07 02:51:45 +0000 lang/eisl: Broken on i386 Reported by: fallout --- lang/eisl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/eisl/Makefile b/lang/eisl/Makefile index 95096d20d9c8..61df7e277d54 100644 --- a/lang/eisl/Makefile +++ b/lang/eisl/Makefile @@ -9,6 +9,8 @@ COMMENT= Interpreter and compiler compatible with ISLisp standard LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/documents/license.txt +BROKEN_i386= stage breaks: Abort trap, see https://github.com/sasagawa888/eisl/issues/218 + TEST_DEPENDS= cppcheck:devel/cppcheck USES= gmake ncurses:port # port because tests need ncurses6-config
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209070251.2872plpp089827>