Bugzilla Automation <[email protected]> has asked freebsd-kde (group)
<[email protected]> 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