[Bug 283368] lang/ghc: remove unused DOCS_BUILD_DEPENDS=xetex
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 283368] lang/ghc: remove unused DOCS_BUILD_DEPENDS=xetex"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 17 Dec 2024 18:40:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283368
Gleb Popov <arrowd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arrowd@FreeBSD.org
Flags|maintainer-feedback?(haskel |maintainer-feedback+
|l@FreeBSD.org) |
--- Comment #1 from Gleb Popov <arrowd@FreeBSD.org> ---
> lang/ghc currently does not even package its built HTML and PDF docs, so there is no point in building them.
It doesn't seem to be true:
$ pkg info -l ghc | grep pdf
/usr/local/share/doc/ghc/Haddock.pdf
/usr/local/share/doc/ghc/html/users_guide/_static/logo.pdf
/usr/local/share/doc/ghc/html/users_guide/_static/prof_scc.pdf
/usr/local/share/doc/ghc/users_guide.pdf
$ pkg info -l ghc | grep html | wc -l
5069
--
You are receiving this mail because:
You are the assignee for the bug.