On Fri, Mar 20 2020, Rafael Sadowski <[email protected]> wrote: > On Mon Mar 16, 2020 at 06:17:38AM +0100, Rafael Sadowski wrote: >> Simple update qtwebkit to the latest version 5.212.0 Alpha 4: >> >> Release log: >> - https://github.com/qtwebkit/qtwebkit/releases/tag/qtwebkit-5.212.0-alpha4 >> >> Port changes: >> - Add missing python model after reading release notes "QtWebKit does >> not require Python 2 anymore for building and can use Python 3 >> instead" >> - removed icu patched, it has been merged upstream. >> >> Tested with otter-browser on amd64. >> > > I would like to see this in the next release.
make configure difference: --8<-- [...] -- The C compiler identification is Clang 8.0.1 -- The CXX compiler identification is Clang 8.0.1 -- Check for working C compiler: /usr/ports/pobj/qtwebkit-5.212.0/bin/cc @@ -45,12 +423,15 @@ -- Found ICU libraries: /usr/local/lib/libicuuc.so.17.0 -- Found LibXml2: /usr/local/lib/libxml2.so.16.1 (found suitable version "2.9.10", minimum required is "2.8.0") -- Found LibXslt: /usr/local/lib/libxslt.so.4.0 (found suitable version "1.1.34", minimum required is "1.1.7") +-- Could NOT find Dwz (missing: DWZ_EXECUTABLE) (Required is at least version "0.13") -- Found WebP: /usr/local/include -- Qt OpenGL implementation: GL -- Qt OpenGL libraries: Qt5::Gui_GL -- Qt EGL libraries: Qt5::Gui_EGL -- Performing Test Qt5Gui_PRIVATE_HEADER_FOUND -- Performing Test Qt5Gui_PRIVATE_HEADER_FOUND - Success +-- Performing Test Qt5Network_PRIVATE_HEADER_FOUND +-- Performing Test Qt5Network_PRIVATE_HEADER_FOUND - Success -- Performing Test Qt5Quick_PRIVATE_HEADER_FOUND -- Performing Test Qt5Quick_PRIVATE_HEADER_FOUND - Success -- Found X11: /usr/X11R6/include @@ -127,29 +508,33 @@ * GStreamer (required version >= 1.0.3) * Hyphen +-- The following OPTIONAL packages have not been found: + + * Dwz (required version >= 0.13) + [...] -->8-- We have no dwz package so this looks rather safe. Your choice. ;) -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE
