sysutils/fswatch: Update to 1.18.3

ok semarie@
This commit is contained in:
volker
2025-03-26 18:15:18 +00:00
parent 8fcf373462
commit 768ec526e6
4 changed files with 16 additions and 6 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
COMMENT = file change monitor
DISTNAME = fswatch-${V}
V = 1.17.1
V = 1.18.3
SHARED_LIBS += fswatch 0.0 # 13.0
SHARED_LIBS += fswatch 0.1 # 13.0
CATEGORIES = sysutils
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (fswatch-1.17.1.tar.gz) = w440HFZ/Xxa/pkty/Ei7pek4c9hXJSLmcObzILvCEi8=
SIZE (fswatch-1.17.1.tar.gz) = 853852
SHA256 (fswatch-1.18.3.tar.gz) = CLE8Dg+SvV7uWjELtY/Dc/DNqDBPnezDTPq8Qq346co=
SIZE (fswatch-1.18.3.tar.gz) = 815588
@@ -0,0 +1,12 @@
Index: libfswatch/src/libfswatch/c++/kqueue_monitor.cpp
--- libfswatch/src/libfswatch/c++/kqueue_monitor.cpp.orig
+++ libfswatch/src/libfswatch/c++/kqueue_monitor.cpp
@@ -131,7 +131,7 @@ namespace fsw
nanoseconds *= 1000000000;
struct timespec ts{};
- ts.tv_sec = static_cast<__darwin_time_t>(seconds);
+ ts.tv_sec = seconds;
ts.tv_nsec = static_cast<long>(nanoseconds);
return ts;
-2
View File
@@ -6,8 +6,6 @@ include/libfswatch/c++/event.hpp
include/libfswatch/c++/filter.hpp
include/libfswatch/c++/kqueue_monitor.hpp
include/libfswatch/c++/libfswatch_exception.hpp
include/libfswatch/c++/libfswatch_map.hpp
include/libfswatch/c++/libfswatch_set.hpp
include/libfswatch/c++/monitor.hpp
include/libfswatch/c++/monitor_factory.hpp
include/libfswatch/c++/path_utils.hpp