Date: Thu, 7 Jul 2022 10:26:08 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 147ef96dc717 - main - devel/hs-ghcprofview: Mark BROKEN. Message-ID: <202207071026.267AQ8jH096432@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207071026.267AQ8jH096432>