pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

prusaslicer: add patch line missed from previous



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Sun Apr 6 14:36:13 2025 +1000
Changeset:	38a1e93f67220e45e4c73a11c928465da8b9a99f

Modified Files:
	prusaslicer/distinfo
	prusaslicer/patches/patch-src_slic3r_Utils_Bonjour.cpp

Log Message:
prusaslicer: add patch line missed from previous

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=38a1e93f67220e45e4c73a11c928465da8b9a99f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prusaslicer/distinfo                                   | 2 +-
 prusaslicer/patches/patch-src_slic3r_Utils_Bonjour.cpp | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/prusaslicer/distinfo b/prusaslicer/distinfo
index 7f8a3c6e1d..dc405a7ac0 100644
--- a/prusaslicer/distinfo
+++ b/prusaslicer/distinfo
@@ -60,7 +60,7 @@ SHA1 (patch-src_slic3r_GUI_UserAccountCommunication.cpp) = 1467c25ad13aae19bf6e1
 SHA1 (patch-src_slic3r_GUI_WipeTowerDialog.cpp) = fc6fd1bfee7001c268bf50209bcfd1cb96f6a9ad
 SHA1 (patch-src_slic3r_GUI_wxExtensions.cpp) = d6e807f3dd1f18fa9c703798067fa1e808112891
 SHA1 (patch-src_slic3r_GUI_wxExtensions.hpp) = 356da6dbd7ca7f60fa8a73c51533a1c1ad1530c1
-SHA1 (patch-src_slic3r_Utils_Bonjour.cpp) = 0c1d80f258ff00bf44df658682a2ef62b3414aba
+SHA1 (patch-src_slic3r_Utils_Bonjour.cpp) = cae6032d0ec4a7975dae82c14d6d1f969ac74ac3
 SHA1 (patch-src_slic3r_Utils_Bonjour.hpp) = 698bfb239d07da387846c64f42e671d1df71e36f
 SHA1 (patch-src_slic3r_Utils_FontConfigHelp.hpp) = 807c71e904bb5b5c882bc6a72161a5276d1ab4d3
 SHA1 (patch-src_slic3r_Utils_Serial.cpp) = 797684a2f75e99fe9de32ab89fc45afd67945f8e
diff --git a/prusaslicer/patches/patch-src_slic3r_Utils_Bonjour.cpp b/prusaslicer/patches/patch-src_slic3r_Utils_Bonjour.cpp
index 13aa8614e6..b2069c342d 100644
--- a/prusaslicer/patches/patch-src_slic3r_Utils_Bonjour.cpp
+++ b/prusaslicer/patches/patch-src_slic3r_Utils_Bonjour.cpp
@@ -3,7 +3,7 @@ $NetBSD$
 Fix boost 1.87 compatibility.
 https://github.com/prusa3d/PrusaSlicer/issues/13799
 
---- src/slic3r/Utils/Bonjour.cpp.orig	2025-04-06 03:06:15.057212033 +0000
+--- src/slic3r/Utils/Bonjour.cpp.orig	2025-03-10 13:20:54.000000000 +0000
 +++ src/slic3r/Utils/Bonjour.cpp
 @@ -624,11 +624,11 @@ UdpSession::UdpSession(Bonjour::ReplyFn 
  	buffer.resize(DnsMessage::MAX_SIZE);
@@ -40,7 +40,7 @@ https://github.com/prusa3d/PrusaSlicer/issues/13799
  	// from boost documentation io_service::post:
  	// The io_service guarantees that the handler will only be called in a thread in which the run(), run_one(), poll() or poll_one() member functions is currently being invoked.
 -	io_service->post(boost::bind(&UdpSession::handle_receive, session, error, bytes));
-+	io_context->post(boost::bind(&UdpSession::handle_receive, session, error, bytes));
++        boost::asio::post(*io_context, boost::bind(&UdpSession::handle_receive, session, error, bytes));
  	// immediately accept new datagrams
  	async_receive();
  }


Home | Main Index | Thread Index | Old Index