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.32 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.30 pkgsrc-2024Q2-base:1.1 pkgsrc-2024Q1:1.1.0.28 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.26 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.24 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.22 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.20 pkgsrc-2023Q1-base:1.1 pkgsrc-2022Q4:1.1.0.18 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.16 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.14 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.12 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.10 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.8 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.6 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.4 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.2 pkgsrc-2020Q4-base:1.1; locks; strict; comment @// @; 1.3 date 2025.01.24.11.54.37; 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 2020.11.07.09.23.55; author wiz; state Exp; branches; next ; commitid iRR9qnQsCndh7WuC; 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_WebCore_platform_text_TextCodecICU.cpp,v 1.1 2020/11/07 09:23:55 wiz Exp $ Compatibility with icu-68. --- Source/WebCore/platform/text/TextCodecICU.cpp.orig 2020-03-04 17:16:37.000000000 +0000 +++ Source/WebCore/platform/text/TextCodecICU.cpp @@@@ -308,7 +308,7 @@@@ void TextCodecICU::createICUConverter() m_converterICU = ucnv_open(m_canonicalConverterName, &err); ASSERT(U_SUCCESS(err)); if (m_converterICU) - ucnv_setFallback(m_converterICU, TRUE); + ucnv_setFallback(m_converterICU, true); } int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) @ 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 build with icu-68 based on webkit-gtk patches @ text @d1 1 a1 1 $NetBSD$ @