[Bug 289200] devel/qt5-assistant

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 31 08:07:40 BST 2025


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289200

            Bug ID: 289200
           Summary: devel/qt5-assistant
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: kde at FreeBSD.org
          Reporter: ralph at zitz.dk
             Flags: maintainer-feedback?(kde at FreeBSD.org)
          Assignee: kde at FreeBSD.org

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

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


More information about the kde-freebsd mailing list