diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 6b93358b9b3a..5be41f537960 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -3,7 +3,7 @@ PORTNAME= lsof DISTVERSION= 4.93.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 8 CATEGORIES= sysutils diff --git a/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h b/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h index f7bb13fdc057..ec64911fbfb3 100644 --- a/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h +++ b/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h @@ -1,6 +1,14 @@ --- dialects/freebsd/dlsof.h.orig 2019-05-08 07:32:25 UTC +++ dialects/freebsd/dlsof.h -@@ -45,6 +45,12 @@ +@@ -38,6 +38,7 @@ + #if !defined(FREEBSD_LSOF_H) + #define FREEBSD_LSOF_H 1 + ++#include + #include + #include + #include +@@ -45,6 +46,12 @@ #include #include @@ -13,7 +21,7 @@ # if FREEBSDV>=4000 # if FREEBSDV>=5000 # if FREEBSDV<6020 -@@ -104,6 +110,12 @@ typedef struct device *device_t; +@@ -104,6 +111,12 @@ typedef struct device *device_t; #include