Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2024 13:19:35 GMT
From:      Mikael Urankar <mikael@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 18c52fb99052 - main - editors/parinfer-rust: Mark as broken on i386
Message-ID:  <202405201319.44KDJZ75012948@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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