head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.16 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.14 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.12 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.10 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.8 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.6 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.4 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.2 pkgsrc-2024Q2-base:1.2 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.2 date 2024.05.20.15.53.42; author nia; state Exp; branches; next 1.1; commitid lJuqj4gKmpU5OKaF; 1.1 date 2023.03.07.10.28.02; author jperkin; state Exp; branches; next ; commitid 17tgZoPGVCyj9bgE; desc @@ 1.2 log @mariadb105: Update to 10.5.25 Fixes various reliability problems and CVE-2024-21096. Mess around with the patches, since apparently some quite invasive build system changes are being committed to these old LTS branches. @ text @$NetBSD: patch-storage_columnstore_CMakeLists.txt,v 1.1 2023/03/07 10:28:02 jperkin Exp $ Support SunOS. --- storage/columnstore/CMakeLists.txt.orig 2024-05-08 18:05:55.000000000 +0000 +++ storage/columnstore/CMakeLists.txt @@@@ -12,7 +12,8 @@@@ macro(APPEND_FOR_CPACK V) endmacro() IF(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" OR -CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64") + CMAKE_SYSTEM_NAME STREQUAL "SunOS" OR + CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64") # https://jira.mariadb.org/browse/MCOL-5611 FIND_PACKAGE(Boost 1.53 COMPONENTS system filesystem thread regex date_time chrono atomic) @ 1.1 log @mariadb105: Various SunOS fixes. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- storage/columnstore/CMakeLists.txt.orig 2022-11-02 12:37:21.000000000 +0000 d7 1 a7 1 @@@@ -12,6 +12,7 @@@@ macro(APPEND_FOR_CPACK V) d11 1 d13 1 a13 2 CMAKE_SYSTEM_PROCESSOR STREQUAL "amd64") add_subdirectory(columnstore) d15 2 @