git: 4490d188fb28 - main - graphics/blend2d: mark BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 10:53:09 UTC
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