[Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 23 Jan 2022 22:48:34 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261333

Adriaan de Groot <adridg@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adridg@freebsd.org

--- Comment #3 from Adriaan de Groot <adridg@freebsd.org> ---
To fill this out:

- misc/qt5-doc is the HTML documentation of Qt itself. It's not even *recent*
documentation, since it was pinned to 5.12 when the docs tarball was dropped by
upstream.
- misc/qt5-qdoc is the documentation-generation tool.

Looking at `USE_QT` though:
- there is a dep on webkit, *and* webengine. Yay, two complete browser engines
(one of which is seriously depreated). Something to prod upstream about.
- designer should be a _build dep, it is *extremely* rare that an application
needs to have a UI-design-tool installed (like linguist is a _build dep: you
don't need the UI-translation-helper-application for translators)
- doc should most likely be qdoc_build. You don't need the docs-generation
tools at runtime.
- testlib should be testlib_build, unless running the tests at runtime is an
important thing.
- uitools should be uitools_build, same reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.