Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2022 22:48:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 261333] graphics/qgis: pulls in misc/qt5-doc, but is devel/qt5-qdoc needed instead?
Message-ID:  <bug-261333-7788-0jauekcsDD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261333-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261333-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261333

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 *recen=
t*
documentation, since it was pinned to 5.12 when the docs tarball was droppe=
d 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 engi=
nes
(one of which is seriously depreated). Something to prod upstream about.
- designer should be a _build dep, it is *extremely* rare that an applicati=
on
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.

--=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-261333-7788-0jauekcsDD>