Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2024 17:52:27 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: 9392db235120 - main - misc/aichat: Broken on i386
Message-ID:  <202403281752.42SHqR5m001358@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=9392db23512023d67befab94744990efabac0603

commit 9392db23512023d67befab94744990efabac0603
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-03-28 17:52:01 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-03-28 17:52:01 +0000

    misc/aichat: Broken on i386
    
    Reported by:    fallout
---
 misc/aichat/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/aichat/Makefile b/misc/aichat/Makefile
index 04084d2c710d..90f2bda3fdbe 100644
--- a/misc/aichat/Makefile
+++ b/misc/aichat/Makefile
@@ -13,6 +13,8 @@ LICENSE_COMB=	dual
 LICENSE_FILE_APACHE20=	${WRKSRC}/LICENSE-APACHE
 LICENSE_FILE_MIT=	${WRKSRC}/LICENSE-MIT
 
+BROKEN_i386=	compilation fails: evaluation of constant value failed, see https://github.com/briansmith/ring/issues/2006
+
 LIB_DEPENDS=	libonig.so:devel/oniguruma
 
 USES=		cargo



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