head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.16 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.14 pkgsrc-2025Q4-base:1.1 pkgsrc-2025Q3:1.1.0.12 pkgsrc-2025Q3-base:1.1 pkgsrc-2025Q2:1.1.0.10 pkgsrc-2025Q2-base:1.1 pkgsrc-2025Q1:1.1.0.8 pkgsrc-2025Q1-base:1.1 pkgsrc-2024Q4:1.1.0.6 pkgsrc-2024Q4-base:1.1 pkgsrc-2024Q3:1.1.0.4 pkgsrc-2024Q3-base:1.1 pkgsrc-2024Q2:1.1.0.2 pkgsrc-2024Q2-base:1.1; locks; strict; comment @// @; 1.1 date 2024.05.26.12.15.22; author markd; state Exp; branches; next ; commitid 5hTv49RzbgGapvbF; desc @@ 1.1 log @kf6-threadweaver: add version 6.2.0 KDE Frameworks 6 threadweaver. ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. You simply divide the workload into jobs, state the dependencies between the jobs and ThreadWeaver will work out the most efficient way of dividing the work between threads within a set of resource limits. @ text @$NetBSD: patch-examples_ThumbNailer_AverageLoadManager.cpp,v 1.1 2022/05/13 16:06:46 jperkin Exp $ SunOS needs sys/loadavg.h for getloadavg(). --- examples/ThumbNailer/AverageLoadManager.cpp.orig 2022-04-02 10:06:45.000000000 +0000 +++ examples/ThumbNailer/AverageLoadManager.cpp @@@@ -1,3 +1,8 @@@@ +#ifdef __sun +#include +#include +#endif + #ifdef Q_OS_UNIX #include #endif @