Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Jul 2019 13:59:14 +0000 (UTC)
From:      Larry Rosenman <ler@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507357 - in head/sysutils/lsof: . files
Message-ID:  <201907261359.x6QDxEFb012318@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Fri Jul 26 13:59:14 2019
New Revision: 507357
URL: https://svnweb.freebsd.org/changeset/ports/507357

Log:
  sysutils/lsof: add <stdbool.h> to support recent -CURRENT.

Modified:
  head/sysutils/lsof/Makefile
  head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Fri Jul 26 13:44:31 2019	(r507356)
+++ head/sysutils/lsof/Makefile	Fri Jul 26 13:59:14 2019	(r507357)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.93.2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 

Modified: head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h
==============================================================================
--- head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h	Fri Jul 26 13:44:31 2019	(r507356)
+++ head/sysutils/lsof/files/patch-dialects-freebsd-dlsof.h	Fri Jul 26 13:59:14 2019	(r507357)
@@ -1,4 +1,4 @@
---- dialects/freebsd/dlsof.h.orig	2019-05-22 14:37:20 UTC
+--- dialects/freebsd/dlsof.h.orig	2019-05-08 07:32:25 UTC
 +++ dialects/freebsd/dlsof.h
 @@ -45,6 +45,12 @@
  #include <signal.h>
@@ -13,3 +13,16 @@
  # if	FREEBSDV>=4000
  #  if	FREEBSDV>=5000
  #   if	FREEBSDV<6020
+@@ -104,6 +110,12 @@ typedef	struct device	*device_t;
+ 
+ 
+ #include <sys/conf.h>
++
++/* 
++ * include <stdbool.h> for refcount(9)
++ */
++#include <stdbool.h>
++ 
+ 
+ #  if	defined(HAS_VM_MEMATTR_T)
+ #undef	vm_memattr_t



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907261359.x6QDxEFb012318>