From owner-svn-ports-all@freebsd.org Mon Oct 28 18:03:07 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 22A9E158D7C; Mon, 28 Oct 2019 18:03:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4722d704szz4L4g; Mon, 28 Oct 2019 18:03:07 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D94F7D58E; Mon, 28 Oct 2019 18:03:06 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x9SI36eW083670; Mon, 28 Oct 2019 18:03:06 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x9SI36K1083666; Mon, 28 Oct 2019 18:03:06 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201910281803.x9SI36K1083666@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Mon, 28 Oct 2019 18:03:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515923 - in head/sysutils/lsof: . files X-SVN-Group: ports-head X-SVN-Commit-Author: wg X-SVN-Commit-Paths: in head/sysutils/lsof: . files X-SVN-Commit-Revision: 515923 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2019 18:03:07 -0000 Author: wg Date: Mon Oct 28 18:03:06 2019 New Revision: 515923 URL: https://svnweb.freebsd.org/changeset/ports/515923 Log: sysutils/lsof: fix build on (at least) stable/12 Submitted by: mav Approved by: ler (maintainer) Modified: head/sysutils/lsof/Makefile head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h Modified: head/sysutils/lsof/Makefile ============================================================================== --- head/sysutils/lsof/Makefile Mon Oct 28 17:41:27 2019 (r515922) +++ head/sysutils/lsof/Makefile Mon Oct 28 18:03:06 2019 (r515923) @@ -3,7 +3,7 @@ PORTNAME= lsof DISTVERSION= 4.93.2 -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 8 CATEGORIES= sysutils Modified: head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h ============================================================================== --- head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h Mon Oct 28 17:41:27 2019 (r515922) +++ head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h Mon Oct 28 18:03:06 2019 (r515923) @@ -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