Date: Wed, 13 Nov 2019 06:29:35 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r517358 - in branches/2019Q4/sysutils/lsof: . files Message-ID: <201911130629.xAD6TZqc023983@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Wed Nov 13 06:29:35 2019 New Revision: 517358 URL: https://svnweb.freebsd.org/changeset/ports/517358 Log: MFH: r515923 sysutils/lsof: fix build on (at least) stable/12 Submitted by: mav Approved by: ler (maintainer) Modified: branches/2019Q4/sysutils/lsof/Makefile branches/2019Q4/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h Directory Properties: branches/2019Q4/ (props changed) Modified: branches/2019Q4/sysutils/lsof/Makefile ============================================================================== --- branches/2019Q4/sysutils/lsof/Makefile Wed Nov 13 03:33:36 2019 (r517357) +++ branches/2019Q4/sysutils/lsof/Makefile Wed Nov 13 06:29:35 2019 (r517358) @@ -3,7 +3,7 @@ PORTNAME= lsof DISTVERSION= 4.93.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 8 CATEGORIES= sysutils Modified: branches/2019Q4/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h ============================================================================== --- branches/2019Q4/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h Wed Nov 13 03:33:36 2019 (r517357) +++ branches/2019Q4/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h Wed Nov 13 06:29:35 2019 (r517358) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911130629.xAD6TZqc023983>