maintainer-feedback requested: [Bug 289200] devel/qt5-assistant
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Aug 31 08:07:40 BST 2025
Bugzilla Automation <bugzilla at FreeBSD.org> has asked freebsd-kde (group)
<kde at FreeBSD.org> for maintainer-feedback:
Bug 289200: devel/qt5-assistant
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289200
--- Description ---
The patch file patch-src_assistant_assistant_assistant.pro in the ports "files"
directory does not apply cleanly and therefore the port does not build.
ports tree version: git rev-parse --short HEAD: 398b3e83cfaa
The content of the patch file is:
Do not use QtWebKit even if it is present to reduce the port's dependencies.
--- src/assistant/assistant/assistant.pro
+++ src/assistant/assistant/assistant.pro
@@ -1,8 +1,4 @@
-qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) {
- BROWSER = qtwebkit
-} else {
- BROWSER = qtextbrowser
-}
+BROWSER = qtextbrowser
QT += widgets network help sql help
qtHaveModule(printsupport): QT += printsupport
Please notice the duplicate word "help" on the second last line in the patch
file. This prevents the patch from applying cleanly
More information about the kde-freebsd
mailing list