svn commit: r502273 - in head/sysutils/lsof: . files

Larry Rosenman ler at FreeBSD.org
Wed May 22 14:46:19 UTC 2019


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	# }


More information about the svn-ports-all mailing list