git: 147ef96dc717 - main - devel/hs-ghcprofview: Mark BROKEN.

From: Gleb Popov <arrowd_at_FreeBSD.org>
Date: Thu, 07 Jul 2022 10:26:08 UTC
The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=147ef96dc71760bbc73391d7498082650dd98c31

commit 147ef96dc71760bbc73391d7498082650dd98c31
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2022-07-07 10:17:02 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2022-07-07 10:24:42 +0000

    devel/hs-ghcprofview: Mark BROKEN.
    
    The haskell-gi binding generator fails after recent freetype2/harfbuzz update.
    The port should wait until upstream fixes the issue.
---
 devel/hs-ghcprofview/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/hs-ghcprofview/Makefile b/devel/hs-ghcprofview/Makefile
index 774ebf8db4b6..d4a6448834b4 100644
--- a/devel/hs-ghcprofview/Makefile
+++ b/devel/hs-ghcprofview/Makefile
@@ -7,6 +7,9 @@ COMMENT=	Graphical viewer for GHC profile files
 
 LICENSE=	BSD3CLAUSE
 
+# Upstream issue: https://github.com/haskell-gi/haskell-gi/issues/385
+BROKEN=		bindings fail to compile with recent freetype2/harfbuzz
+
 LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz
 
 USES=		cabal gnome pkgconfig