summaryrefslogtreecommitdiff
path: root/www/domoticz-devel
diff options
context:
space:
mode:
Diffstat (limited to 'www/domoticz-devel')
-rw-r--r--www/domoticz-devel/Makefile4
-rw-r--r--www/domoticz-devel/files/patch-asio-deadline_timer20
2 files changed, 22 insertions, 2 deletions
diff --git a/www/domoticz-devel/Makefile b/www/domoticz-devel/Makefile
index 3fec67a31882..1ef50995004d 100644
--- a/www/domoticz-devel/Makefile
+++ b/www/domoticz-devel/Makefile
@@ -1,6 +1,6 @@
PORTNAME= domoticz
PORTVERSION= 2024.7.${DOMOTICZ_REL}
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
PKGNAMESUFFIX= -devel
@@ -12,7 +12,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/License.txt
LIB_DEPENDS= libcurl.so:ftp/curl \
- libboost_system.so:devel/boost-libs \
+ libboost_thread.so:devel/boost-libs \
libjsoncpp.so:devel/jsoncpp \
libmosquitto.so:net/mosquitto
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"