[Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 23 22:48:34 GMT 2022
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261333
Adriaan de Groot <adridg at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adridg at freebsd.org
--- Comment #3 from Adriaan de Groot <adridg at 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 on the CC list for the bug.
More information about the kde-freebsd
mailing list