Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 May 2026 08:06:40 +0000
From:      Olivier Cochard <olivier@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 31350371dade - main - sysutils/lsof: Fix build on main
Message-ID:  <69f70210.44863.7f1257b1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by olivier:

URL: https://cgit.FreeBSD.org/ports/commit/?id=31350371dade0f126c734b40aff9e910d4e126b4

commit 31350371dade0f126c734b40aff9e910d4e126b4
Author:     Olivier Cochard <olivier@FreeBSD.org>
AuthorDate: 2026-05-03 08:02:43 +0000
Commit:     Olivier Cochard <olivier@FreeBSD.org>
CommitDate: 2026-05-03 08:02:43 +0000

    sysutils/lsof: Fix build on main
    
    PR:             294023
    Reported by:    dim
    Approved by:    maintainer timeout
---
 sysutils/lsof/files/patch-lib_dialects_freebsd_dlsof.h | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sysutils/lsof/files/patch-lib_dialects_freebsd_dlsof.h b/sysutils/lsof/files/patch-lib_dialects_freebsd_dlsof.h
new file mode 100644
index 000000000000..788ca976508f
--- /dev/null
+++ b/sysutils/lsof/files/patch-lib_dialects_freebsd_dlsof.h
@@ -0,0 +1,10 @@
+--- lib/dialects/freebsd/dlsof.h.orig	2026-03-25 16:34:30 UTC
++++ lib/dialects/freebsd/dlsof.h
+@@ -147,6 +147,7 @@ int getmntinfo(struct statfs **, int);
+ #    include <netinet/ip.h>
+ #    include <net/route.h>
+ #    define _WANT_INPCB /* for FreeBSD 12 and above */
++#    include <sys/ck.h>
+ #    include <netinet/in_pcb.h>
+ #    include <netinet/ip_var.h>
+ #    include <netinet/tcp.h>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f70210.44863.7f1257b1>