pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/krita
Module Name: pkgsrc
Committed By: mrg
Date: Mon Oct 13 02:46:50 UTC 2025
Modified Files:
pkgsrc/graphics/krita: distinfo
Added Files:
pkgsrc/graphics/krita/patches: patch-CMakeLists.txt
Log Message:
New boost obsoleted "boost_system", so look for a different component.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/krita/distinfo
cvs rdiff -u -r0 -r1.5 pkgsrc/graphics/krita/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/krita/distinfo
diff -u pkgsrc/graphics/krita/distinfo:1.20 pkgsrc/graphics/krita/distinfo:1.21
--- pkgsrc/graphics/krita/distinfo:1.20 Thu Aug 14 12:10:38 2025
+++ pkgsrc/graphics/krita/distinfo Mon Oct 13 02:46:50 2025
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.20 2025/08/14 12:10:38 wiz Exp $
+$NetBSD: distinfo,v 1.21 2025/10/13 02:46:50 mrg Exp $
BLAKE2s (krita-5.2.11.tar.xz) = 6679f736ef1d6f74ea28c9078b5301d9647f2b1b2656aac4364c230d3626ba69
SHA512 (krita-5.2.11.tar.xz) = 1c388380f366118452f33ca028b4fb9ea134d8cd519f7878cc61d4f4fbd1d0fe51894fee9be8d4bed864d5d0df546986fae05812c9e25011516ce1000dd221de
Size (krita-5.2.11.tar.xz) = 190966516 bytes
+SHA1 (patch-CMakeLists.txt) = 81149c534f67fc278421e0db83994452802d652f
SHA1 (patch-cmake_modules_FindLibMyPaint.cmake) = 4d2273db42e4427f1ec2f4f2e1c86d976c0e24f3
SHA1 (patch-krita_data_CMakeLists.txt) = bc0a37c1a60a2e0702c4a87b70ae0abf8359cc45
SHA1 (patch-plugins_dockers_CMakeLists.txt) = 67623184a85eea82727e67eb076cc7b7c772d348
Added files:
Index: pkgsrc/graphics/krita/patches/patch-CMakeLists.txt
diff -u /dev/null pkgsrc/graphics/krita/patches/patch-CMakeLists.txt:1.5
--- /dev/null Mon Oct 13 02:46:50 2025
+++ pkgsrc/graphics/krita/patches/patch-CMakeLists.txt Mon Oct 13 02:46:50 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-CMakeLists.txt,v 1.5 2025/10/13 02:46:50 mrg Exp $
+
+Newer boost obsoleted "boost_system", so look for a different component.
+
+
+--- CMakeLists.txt.orig 2025-07-12 12:30:12.000000000 -0700
++++ CMakeLists.txt 2025-10-12 17:43:55.295154207 -0700
+@@ -813,7 +813,7 @@ if (MINGW AND CMAKE_CXX_COMPILER_ID STRE
+ set(Boost_COMPILER "mgw${KRITA_boost_COMPILER_VERSION}")
+ endif()
+
+-find_package(Boost 1.65 REQUIRED COMPONENTS system)
++find_package(Boost 1.65 REQUIRED COMPONENTS process)
+ set_package_properties(Boost PROPERTIES
+ DESCRIPTION "Boost provides free peer-reviewed portable C++ source libraries."
+ URL "https://www.boost.org"
Home |
Main Index |
Thread Index |
Old Index