[med-svn] [Git][med-team/sight][master] Update libboost1.90.patch (Closes: #1129859)
Anton Gladky (@gladk)
gitlab at salsa.debian.org
Mon Mar 23 05:33:08 GMT 2026
Anton Gladky pushed to branch master at Debian Med / sight
Commits:
3dbc7273 by Anton Gladky at 2026-03-23T06:32:58+01:00
Update libboost1.90.patch (Closes: #1129859)
- - - - -
1 changed file:
- debian/patches/libboost1.90.patch
Changes:
=====================================
debian/patches/libboost1.90.patch
=====================================
@@ -1,10 +1,12 @@
-Author: Andreas Tille <tille at debian.org>
-Last-Update: 2026-02-22
-Bug-Debian: https://bugs.debian.org/1128147
+Author: Andreas Tille <tille at debian.org>, Anton Gladky <gladk at debian.org>
+Last-Update: 2026-03-23
+Bug-Debian: https://bugs.debian.org/1128147, https://bugs.debian.org/1129859
Description: Libboost 1.90 has retired system
---- a/cmake/build/macros.cmake
-+++ b/cmake/build/macros.cmake
+Index: sight/cmake/build/macros.cmake
+===================================================================
+--- sight.orig/cmake/build/macros.cmake
++++ sight/cmake/build/macros.cmake
@@ -1613,7 +1613,7 @@ macro(sight_create_pch_target _og)
target_precompile_headers(${SIGHT_PCH_NAME} PUBLIC ${SIGHT_PCH_HEADERS})
@@ -14,3 +16,26 @@ Description: Libboost 1.90 has retired system
target_link_libraries(${SIGHT_PCH_NAME} PUBLIC Boost::date_time Boost::iostreams Boost::log Boost::log_setup)
target_compile_definitions(${SIGHT_PCH_NAME} PUBLIC BOOST_BIND_GLOBAL_PLACEHOLDERS)
+Index: sight/lib/__/core/Dependencies.cmake
+===================================================================
+--- sight.orig/lib/__/core/Dependencies.cmake
++++ sight/lib/__/core/Dependencies.cmake
+@@ -1,4 +1,4 @@
+-find_package(Boost QUIET COMPONENTS system date_time iostreams log log_setup REQUIRED)
++find_package(Boost QUIET COMPONENTS date_time iostreams log log_setup REQUIRED)
+ find_package(LibXml2 QUIET REQUIRED)
+ find_package(OpenSSL COMPONENTS Crypto)
+
+Index: sight/lib/__/core/CMakeLists.txt
+===================================================================
+--- sight.orig/lib/__/core/CMakeLists.txt
++++ sight/lib/__/core/CMakeLists.txt
+@@ -1,7 +1,7 @@
+ sight_add_target(core TYPE LIBRARY OBJECT_LIBRARY ON)
+
+ target_link_libraries(
+- ${TARGET_OBJECT_LIB} PUBLIC Boost::system Boost::date_time Boost::log Boost::log_setup Boost::iostreams
++ ${TARGET_OBJECT_LIB} PUBLIC Boost::date_time Boost::log Boost::log_setup Boost::iostreams
+ )
+
+ target_compile_definitions(${TARGET_OBJECT_LIB} PUBLIC BOOST_BIND_GLOBAL_PLACEHOLDERS)
View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/3dbc7273daa6f3b3d1386b55eaeb9a483e8b4759
--
View it on GitLab: https://salsa.debian.org/med-team/sight/-/commit/3dbc7273daa6f3b3d1386b55eaeb9a483e8b4759
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260323/3db2829b/attachment-0001.htm>
More information about the debian-med-commit
mailing list