Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 May 2019 14:46:18 +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: r502273 - in head/sysutils/lsof: . files
Message-ID:  <201905221446.x4MEkI08087695@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ler
Date: Wed May 22 14:46:18 2019
New Revision: 502273
URL: https://svnweb.freebsd.org/changeset/ports/502273

Log:
  sysutils/lsof: shut up warning about unsupported version.

Added:
  head/sysutils/lsof/files/patch-Configure   (contents, props changed)
Modified:
  head/sysutils/lsof/Makefile

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Wed May 22 14:44:42 2019	(r502272)
+++ head/sysutils/lsof/Makefile	Wed May 22 14:46:18 2019	(r502273)
@@ -3,7 +3,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.93.2
-PORTREVISION=	1
+PORTREVISION=	2
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 

Added: head/sysutils/lsof/files/patch-Configure
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/lsof/files/patch-Configure	Wed May 22 14:46:18 2019	(r502273)
@@ -0,0 +1,11 @@
+--- Configure.orig	2019-05-22 14:43:59 UTC
++++ Configure
+@@ -1639,7 +1639,7 @@ kernel generation process.
+     # Clear LSOF_UNSUP message for supported versions of FreeBSD.
+     
+     case $LSOF_VERS in  # {
+-    4090|8020|8030|8040|9000|10000|11000|12000)
++    4090|8020|8030|8040|9000|10000|11000|12000|13000)
+       LSOF_UNSUP=""
+       ;;
+     esac	# }



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