head 1.3; access; symbols pkgsrc-2026Q1:1.3.0.10 pkgsrc-2026Q1-base:1.3 pkgsrc-2025Q4:1.3.0.8 pkgsrc-2025Q4-base:1.3 pkgsrc-2025Q3:1.3.0.6 pkgsrc-2025Q3-base:1.3 pkgsrc-2025Q2:1.3.0.4 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.2 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q3:1.1.0.14 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.12 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2025.01.24.11.54.38; author wiz; state Exp; branches; next 1.2; commitid d1wxrHF9omEWtJGF; 1.2 date 2024.11.13.14.22.38; author wiz; state dead; branches; next 1.1; commitid 8ULNVD1Tk3S5CuxF; 1.1 date 2022.12.30.20.19.10; author adam; state Exp; branches; next ; commitid czVoCeMsQs4GzC7E; desc @@ 1.3 log @x11/qt5-qtwebkit: import qt5-qtwebkit-5.212.0.alpha4nb29 Restore by request from nia@@, set MAINTAINER to nia@@. WebKit is an open source web browser engine. WebKit's HTML and JavaScript code began as a branch of the KHTML and KJS libraries from KDE. As part of KDE framework KHTML was based on Qt but during their porting efforts Apple's engineers made WebKit toolkit independent. QtWebKit is a project aiming at porting this fabulous engine back to Qt. WARNING: This release is based on an old WebKit revision with known unpatched vulnerabilities. Please use it carefully and avoid visiting untrusted websites and using it for transmission of sensitive data. @ text @$NetBSD: patch-Source_WebKit_qt_declarative_CMakeLists.txt,v 1.1 2022/12/30 20:19:10 adam Exp $ Link against WebKit2 library. --- Source/WebKit/qt/declarative/CMakeLists.txt.orig 2022-12-30 10:44:44.000000000 +0000 +++ Source/WebKit/qt/declarative/CMakeLists.txt @@@@ -23,7 +23,7 @@@@ include_directories(SYSTEM add_library(qmlwebkitplugin MODULE plugin.cpp) target_link_libraries(qmlwebkitplugin - WebKit Qt5::Quick) + WebKit2 Qt5::Quick) set(qmlwebkit_output_dir "${CMAKE_BINARY_DIR}/imports/QtWebKit") set(qmlwebkit_install_dir "${QML_INSTALL_DIR}/QtWebKit") @ 1.2 log @qt5-qtwebkit: remove Dead upstream, everyone should have (and most have) switch to qtwebengine instead. @ text @@ 1.1 log @qt5-qtwebkit: fix building on Darwin; cleanups @ text @d1 1 a1 1 $NetBSD$ @