diff options
author | William Grzybowski <wg@FreeBSD.org> | 2019-10-28 18:03:06 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2019-10-28 18:03:06 +0000 |
commit | f1d8f8513686696613137ed9b93c35d79e625055 (patch) | |
tree | facbf596a1600a010ec9e2ef681d855e6dec94f1 | |
parent | e8a5ea6f2044d367ac79ea5ab3bfc750b028c6f1 (diff) | |
download | ports-f1d8f8513686696613137ed9b93c35d79e625055.tar.gz ports-f1d8f8513686696613137ed9b93c35d79e625055.zip |
Notes
-rw-r--r-- | sysutils/lsof/Makefile | 2 | ||||
-rw-r--r-- | sysutils/lsof/files/patch-dialects-freebsd-dlsof.h | 12 |
2 files changed, 11 insertions, 3 deletions
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 <stddef.h> + #include <stdlib.h> + #include <dirent.h> + #include <nlist.h> +@@ -45,6 +46,12 @@ #include <signal.h> #include <unistd.h> @@ -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 <sys/conf.h> |