git: 18c52fb99052 - main - editors/parinfer-rust: Mark as broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 May 2024 13:19:35 UTC
The branch main has been updated by mikael: URL: https://cgit.FreeBSD.org/ports/commit/?id=18c52fb9905291070134cf3fb33b99f8f0409a9e commit 18c52fb9905291070134cf3fb33b99f8f0409a9e Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-05-20 13:18:29 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-05-20 13:19:15 +0000 editors/parinfer-rust: Mark as broken on i386 --- editors/parinfer-rust/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index ee0252a7c504..856f7b122757 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -11,6 +11,8 @@ WWW= https://github.com/eraserhd/parinfer-rust LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE.md +BROKEN_i386= error: casting references to a bigger memory layout than the backing allocation is undefined behavior, even if the reference is unused + BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} USES= cargo