Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2024 03:45: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: f6b56c7afcd6 - main - www/deno-dom: Broken on i386
Message-ID:  <202408240345.47O3jl8g001183@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=f6b56c7afcd671e5a2ff4fed7e5c042c3a89e2ba

commit f6b56c7afcd671e5a2ff4fed7e5c042c3a89e2ba
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-08-24 02:24:46 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-08-24 03:45:44 +0000

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

diff --git a/www/deno-dom/Makefile b/www/deno-dom/Makefile
index 67aafcef24cd..b84e1374e9c8 100644
--- a/www/deno-dom/Makefile
+++ b/www/deno-dom/Makefile
@@ -10,6 +10,8 @@ WWW=		https://jsr.io/@b-fuze/deno-dom
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation fails, mismatched types, see https://github.com/b-fuze/deno-dom/issues/178
+
 USES=		cargo
 
 USE_GITHUB=	yes



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