git: e644957e573c - 2025Q4 - www/rubygem-passenger: Fix 26914af758edf9ba27a782664da60e5998eb4074
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Oct 2025 19:30:56 UTC
The branch 2025Q4 has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e644957e573c9005af6eec2125bf527adb0030a5
commit e644957e573c9005af6eec2125bf527adb0030a5
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-06 10:21:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-06 19:30:44 +0000
www/rubygem-passenger: Fix 26914af758edf9ba27a782664da60e5998eb4074
(cherry picked from commit 8fc058d09f643344c3837dfd146e846ff6927df8)
---
www/rubygem-passenger/files/patch-libev | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/www/rubygem-passenger/files/patch-libev b/www/rubygem-passenger/files/patch-libev
index b7c89c1af886..b55c954c2e07 100644
--- a/www/rubygem-passenger/files/patch-libev
+++ b/www/rubygem-passenger/files/patch-libev
@@ -1,9 +1,10 @@
---- src/cxx_supportlib/vendor-modified/libev/ev.c.orig 2025-07-13 19:43:52 UTC
+--- src/cxx_supportlib/vendor-modified/libev/ev.c.orig 2025-10-04 10:15:47 UTC
+++ src/cxx_supportlib/vendor-modified/libev/ev.c
-@@ -421,6 +421,11 @@
+@@ -420,7 +420,11 @@
+ #endif
#if EV_USE_INOTIFY
- # include <sys/statfs.h>
+-# include <sys/statfs.h>
+# ifdef __FreeBSD__
+# include <sys/mount.h>
+# else
@@ -12,7 +13,7 @@
# include <sys/inotify.h>
/* some very old inotify.h headers don't have IN_DONT_FOLLOW */
# ifndef IN_DONT_FOLLOW
-@@ -2753,7 +2758,7 @@ ev_recommended_backends (void) EV_THROW
+@@ -2753,7 +2757,7 @@ ev_recommended_backends (void) EV_THROW
{
unsigned int flags = ev_supported_backends ();