head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.2 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2025.12.21.14.02.15; author markd; state Exp; branches; next 1.1; commitid siQtKltDU4x1yhnG; 1.1 date 2025.11.30.13.51.28; author wiz; state Exp; branches; next ; commitid wkh63TLLuyYdaAkG; desc @@ 1.2 log @kdepim-runtime: update to 25.08.3 Qt6/KF6 version - Two years of development. @ text @$NetBSD$ No system module in latest Boost --- resources/CMakeLists.txt.orig 2025-10-18 04:13:04.000000000 +0000 +++ resources/CMakeLists.txt @@@@ -43,7 +43,7 @@@@ add_subdirectory(imap) if(Libkolabxml_FOUND) # The boost-provided CMake files are unreliable set(Boost_NO_BOOST_CMAKE ON) - find_package(Boost MODULE REQUIRED COMPONENTS atomic thread system) + find_package(Boost MODULE REQUIRED COMPONENTS atomic thread) unset(Boost_NO_BOOST_CMAKE) add_subdirectory(kolab) endif() @ 1.1 log @kdepim-runtime: fix build with boost 1.89 @ text @d3 1 a3 2 Fix build with boost 1.89. https://github.com/KDE/kdepim-runtime/commit/1dd9b448f724e401f7a610f95a0fbfdcb40d8f7e d5 1 a5 1 --- resources/CMakeLists.txt.orig 2025-11-30 13:40:56.641220028 +0000 d7 2 a8 2 @@@@ -44,7 +44,7 @@@@ add_subdirectory( imap ) if (Libkolabxml_FOUND) d14 1 a14 1 add_subdirectory( kolab ) @