Date: Mon, 16 Dec 2024 20:43:50 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 283368] lang/ghc: remove unused DOCS_BUILD_DEPENDS=xetex Message-ID: <bug-283368-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283368 Bug ID: 283368 Summary: lang/ghc: remove unused DOCS_BUILD_DEPENDS=3Dxetex Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: haskell@FreeBSD.org Reporter: me@svmhdvn.name Assignee: haskell@FreeBSD.org Flags: maintainer-feedback?(haskell@FreeBSD.org) Created attachment 255899 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D255899&action= =3Dedit [PATCH] lang/ghc: remove unused DOCS_BUILD_DEPENDS=3Dxetex lang/ghc currently does not even package its built HTML and PDF docs, so th= ere is no point in building them. Furthermore, users can still generally view P= DF docs using their web browser pointing to upstream PDF URLs at haskell.org. In order to build the PDF docs, it BUILD_DEPENDS on print/tex-xetex, which pulls GBs worth of dependencies and takes quite a long time to build. This patch removes the essentially "unused" dependency on print/tex-xetex and sa= ves on this time and storage cost. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283368-7788>