Date: Wed, 22 Oct 2025 00:04:37 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: 6b1fb7940677 - main - www/domoticz-devel: fix build with Boost-1.89 (+) Message-ID: <202510220004.59M04bZP044939@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=6b1fb794067702544e3564402271365eaad2efe2 commit 6b1fb794067702544e3564402271365eaad2efe2 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2025-10-21 23:48:09 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2025-10-22 00:04:21 +0000 www/domoticz-devel: fix build with Boost-1.89 (+) add missed #include <boost/asio/deadline_timer.hpp> Reported by: fallout --- www/domoticz-devel/files/patch-asio-deadline_timer | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/www/domoticz-devel/files/patch-asio-deadline_timer b/www/domoticz-devel/files/patch-asio-deadline_timer new file mode 100644 index 000000000000..ffb192872cf7 --- /dev/null +++ b/www/domoticz-devel/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.59M04bZP044939>
