Date: Wed, 22 Oct 2025 00:04:36 GMT From: Dima Panov <fluffy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 7a1ebe0726fe - main - www/domoticz: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04ad1044900@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7a1ebe0726fe57df7bac012b0374b70e21395b32 commit 7a1ebe0726fe57df7bac012b0374b70e21395b32 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:46:45 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:21 +0000 www/domoticz: fix build with Boost-1.89 (+) add missed #include <boost/asio/deadline_timer.hpp> Reported by: fallout --- www/domoticz/files/patch-asio-deadline_timer | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/www/domoticz/files/patch-asio-deadline_timer b/www/domoticz/files/patch-asio-deadline_timer new file mode 100644 index 000000000000..ffb192872cf7 --- /dev/null +++ b/www/domoticz/files/patch-asio-deadline_timer @@ -0,0 +1,20 @@ +--- webserver/cWebem.h.orig 2024-07-13 14:59:31 UTC ++++ webserver/cWebem.h +@@ -1,6 +1,7 @@ + #pragma once + + #include <boost/asio.hpp> ++#include <boost/asio/deadline_timer.hpp> + #include <boost/thread.hpp> + #include "server.hpp" + #include "session_store.hpp" +--- webserver/connection.hpp.orig 2024-07-13 14:59:31 UTC ++++ webserver/connection.hpp +@@ -12,6 +12,7 @@ + #define HTTP_CONNECTION_HPP + + #include <boost/asio.hpp> ++#include <boost/asio/deadline_timer.hpp> + #include <deque> + #include <fstream> + #include "reply.hpp"home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510220004.59M04ad1044900>
