Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2026 16:31:58 +0000
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Cc:        Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
Subject:   git: 72554c124105 - main - security/openvpn: Fix detection of native inotify on FreeBSD 15
Message-ID:  <6999ddfe.33b5d.4329fe80@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=72554c1241058010e9e2cc276e6f773abf1fa2aa

commit 72554c1241058010e9e2cc276e6f773abf1fa2aa
Author:     Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
AuthorDate: 2026-02-21 15:41:36 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2026-02-21 16:30:42 +0000

    security/openvpn: Fix detection of native inotify on FreeBSD 15
    
    This fixes build when ASYNC_PUSH option is enabled
    
    Fixed upstream in commit 38243844f225517fa1d288517db9a34a33c5ad13
    
    Reference:
    https://github.com/OpenVPN/openvpn/commit/38243844f225517fa1d288517db9a34a33c5ad13
    
    PR:             293176
    Reported by:    Ivo Karabojkov
    Approved by:    mandree@ (via Matrix)
---
 security/openvpn/files/patch-inotify | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/security/openvpn/files/patch-inotify b/security/openvpn/files/patch-inotify
new file mode 100644
index 000000000000..0f4a7fb66134
--- /dev/null
+++ b/security/openvpn/files/patch-inotify
@@ -0,0 +1,11 @@
+--- configure.orig	2026-02-14 15:09:42.270539000 +0100
++++ configure	2026-02-14 15:14:09.452731000 +0100
+@@ -19732,7 +19732,7 @@
+ 
+ if test "${enable_async_push}" = "yes"; then
+ 	case "$host" in
+-		*-*-freebsd*)
++		*-*-freebsd1[3-4]*)
+ 
+ pkg_failed=no
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for libinotify" >&5


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6999ddfe.33b5d.4329fe80>