Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 10:53:09 GMT
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4490d188fb28 - main - graphics/blend2d: mark BROKEN
Message-ID:  <202302201053.31KAr9DF089933@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4490d188fb28536f9982378ccda3da8cb02cbafc

commit 4490d188fb28536f9982378ccda3da8cb02cbafc
Author:     Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-20 10:40:21 +0000
Commit:     Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-20 10:40:21 +0000

    graphics/blend2d: mark BROKEN
    
    /wrkdirs/usr/ports/graphics/blend2d/work/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/./raster/../pipegen/../pipegen/pipegencore_p.h:68:37: error: no member named 'kGroupVirt' in 'asmjit::BaseReg'
    
    Reported by:    pkg-fallout
---
 graphics/blend2d/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/blend2d/Makefile b/graphics/blend2d/Makefile
index 8e1d9010fa7b..784bf1f026a2 100644
--- a/graphics/blend2d/Makefile
+++ b/graphics/blend2d/Makefile
@@ -9,6 +9,8 @@ WWW=		https://blend2d.com/
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libasmjit.so:devel/asmjit
 
 USES=		cmake localbase



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