head 1.4; access; symbols pkgsrc-2026Q1:1.4.0.58 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.56 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.54 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.4.0.52 pkgsrc-2025Q2-base:1.4 pkgsrc-2025Q1:1.4.0.50 pkgsrc-2025Q1-base:1.4 pkgsrc-2024Q4:1.4.0.48 pkgsrc-2024Q4-base:1.4 pkgsrc-2024Q3:1.4.0.46 pkgsrc-2024Q3-base:1.4 pkgsrc-2024Q2:1.4.0.44 pkgsrc-2024Q2-base:1.4 pkgsrc-2024Q1:1.4.0.42 pkgsrc-2024Q1-base:1.4 pkgsrc-2023Q4:1.4.0.40 pkgsrc-2023Q4-base:1.4 pkgsrc-2023Q3:1.4.0.38 pkgsrc-2023Q3-base:1.4 pkgsrc-2023Q2:1.4.0.36 pkgsrc-2023Q2-base:1.4 pkgsrc-2023Q1:1.4.0.34 pkgsrc-2023Q1-base:1.4 pkgsrc-2022Q4:1.4.0.32 pkgsrc-2022Q4-base:1.4 pkgsrc-2022Q3:1.4.0.30 pkgsrc-2022Q3-base:1.4 pkgsrc-2022Q2:1.4.0.28 pkgsrc-2022Q2-base:1.4 pkgsrc-2022Q1:1.4.0.26 pkgsrc-2022Q1-base:1.4 pkgsrc-2021Q4:1.4.0.24 pkgsrc-2021Q4-base:1.4 pkgsrc-2021Q3:1.4.0.22 pkgsrc-2021Q3-base:1.4 pkgsrc-2021Q2:1.4.0.20 pkgsrc-2021Q2-base:1.4 pkgsrc-2021Q1:1.4.0.18 pkgsrc-2021Q1-base:1.4 pkgsrc-2020Q4:1.4.0.16 pkgsrc-2020Q4-base:1.4 pkgsrc-2020Q3:1.4.0.14 pkgsrc-2020Q3-base:1.4 pkgsrc-2020Q2:1.4.0.12 pkgsrc-2020Q2-base:1.4 pkgsrc-2020Q1:1.4.0.8 pkgsrc-2020Q1-base:1.4 pkgsrc-2019Q4:1.4.0.10 pkgsrc-2019Q4-base:1.4 pkgsrc-2019Q3:1.4.0.6 pkgsrc-2019Q3-base:1.4 pkgsrc-2019Q2:1.4.0.4 pkgsrc-2019Q2-base:1.4 pkgsrc-2019Q1:1.4.0.2 pkgsrc-2019Q1-base:1.4 pkgsrc-2018Q4:1.3.0.2 pkgsrc-2018Q4-base:1.3 pkgsrc-2018Q3:1.2.0.6 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.4 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.2 pkgsrc-2018Q1-base:1.2; locks; strict; comment @# @; 1.4 date 2019.03.26.11.14.17; author adam; state Exp; branches; next 1.3; commitid MsdQkN9UMK7tKRgB; 1.3 date 2018.12.18.09.57.18; author adam; state Exp; branches; next 1.2; commitid 5krex6Do2TLDtg4B; 1.2 date 2018.03.01.20.09.49; author adam; state Exp; branches; next 1.1; commitid 0Q0i8QfqGPzGfNsA; 1.1 date 2018.01.20.11.00.38; author markd; state Exp; branches; next ; commitid OTqd0ILntjp3vBnA; desc @@ 1.4 log @qt5: updated to 5.12.2 5.12.2: While not adding new features, the Qt 5.12.2 release provides a number of bug fixes and other improvements. Compared to Qt 5.12.1, the new Qt 5.12.2 contains more than 250 bug fixes. For details of the most important changes, please check the Change files of Qt 5.12.2. With Qt 5.12.2 we bring back widely asked MinGW 32 bit prebuild binaries in addition to 64 bit ones. Qt 5.12 LTS will receive many more patch releases throughout the coming years and we recommend all active developed projects to migrate to Qt 5.12 LTS. Qt 5.9 LTS is currently in ‘Strict’ phase and receives only the selected important bug and security fixes, while Qt 5.12 LTS is currently receiving all the bug fixes. With Qt 5.6 Support ending in March 2019 all active projects still using Qt 5.6 LTS should now migrate to a later version of Qt. @ text @$NetBSD: patch-src_location_configure.json,v 1.3 2018/12/18 09:57:18 adam Exp $ Only try building mapboxgl on Linux. --- src/location/configure.json.orig 2019-02-27 12:00:32.000000000 +0000 +++ src/location/configure.json @@@@ -44,7 +44,7 @@@@ "features.gui", "features.opengl", "features.c++14", - "!config.intel_icc && (!config.win32 || config.mingw)" + "config.linux && !config.intel_icc && (!config.win32 || config.mingw)" ], "output": [ "privateFeature" ] }, @ 1.3 log @qt5: updated to 5.12.0 Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches @ text @d1 1 a1 1 $NetBSD: patch-src_location_configure.json,v 1.2 2018/03/01 20:09:49 adam Exp $ d5 1 a5 1 --- src/location/configure.json.orig 2018-12-13 07:36:23.000000000 +0000 d7 2 a8 2 @@@@ -43,7 +43,7 @@@@ "condition": [ @ 1.2 log @qt5: updated to 5.10.1 5.10.1: Bug fix release. @ text @d1 1 a1 1 $NetBSD: patch-src_location_configure.json,v 1.1 2018/01/20 11:00:38 markd Exp $ d5 1 a5 1 --- src/location/configure.json.orig 2018-02-08 16:42:15.000000000 +0000 d7 1 a7 1 @@@@ -37,7 +37,7 @@@@ d11 2 a12 2 - "!config.qnx && !config.intel_icc && (!config.win32 || config.mingw)" + "config.linux && !config.qnx && !config.intel_icc && (!config.win32 || config.mingw)" @ 1.1 log @qt5-qtlocation: Missed copying a patch from wip. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Only try building mapboxgl on linux d5 1 a5 1 --- src/location/configure.json.orig 2017-12-27 21:34:22.148504065 +0000 d11 2 a12 2 - "!config.qnx && (!config.win32 || config.mingw)" + "config.linux && !config.qnx && (!config.win32 || config.mingw)" @