head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.60 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.58 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.56 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.54 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.52 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.50 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.48 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.46 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.44 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.42 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.40 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.38 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.36 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.34 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.32 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.30 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.28 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.26 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.24 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.22 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.20 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.18 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.16 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.14 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.10 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.12 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.8 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.6 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.4 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.2 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.1.0.6 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.4 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.2 pkgsrc-2018Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2018.10.01.17.44.48; author adam; state Exp; branches; next 1.1; commitid ZUELy4P84tEtzhUA; 1.1 date 2018.01.17.19.30.48; author markd; state Exp; branches; next ; commitid spdRQpEmKELRpgnA; desc @@ 1.2 log @qt5: updated to 5.11.2 Qt 5.11.2 Released Qt 5.11.2 is released today. As a patch release it does not add any new functionality, but provides important bug fixes, security updates and other improvements. Compared to Qt 5.11.1, the Qt 5.11.2 release provides fixes for more than 250 bugs and it contains around 800 changes in total. For details of the most important changes, please check the Change files of Qt 5.11.2. @ text @$NetBSD: patch-src_assistant_assistant_assistant.pro,v 1.1 2018/01/17 19:30:48 markd Exp $ Don't build webkit dependent parts even if webkit detected. --- src/assistant/assistant/assistant.pro.orig 2018-09-03 15:13:05.000000000 +0000 +++ src/assistant/assistant/assistant.pro @@@@ -1,8 +1,4 @@@@ -qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) { - BROWSER = qtwebkit -} else { BROWSER = qtextbrowser -} QT += widgets network help sql qtHaveModule(printsupport): QT += printsupport @ 1.1 log @qt5: update to 5.10.0 2+ years worth of bug fixes and feature enhancements @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- src/assistant/assistant/assistant.pro.orig 2017-06-23 12:03:39.000000000 +0000 d7 1 a7 1 @@@@ -1,8 +1,8 @@@@ a10 3 +#qtHaveModule(webkitwidgets):!contains(QT_CONFIG, static) { +# BROWSER = qtwebkit +#} else { a12 1 +#} d14 1 a14 1 QT += widgets network help sql help @