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

Larry Rosenman ler at FreeBSD.org
Sun Oct 21 14:25:41 UTC 2018


Author: ler
Date: Sun Oct 21 14:25:40 2018
New Revision: 482676
URL: https://svnweb.freebsd.org/changeset/ports/482676

Log:
  sysutils/lsof: support FreeBSD 13-current

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

Modified: head/sysutils/lsof/Makefile
==============================================================================
--- head/sysutils/lsof/Makefile	Sun Oct 21 14:02:36 2018	(r482675)
+++ head/sysutils/lsof/Makefile	Sun Oct 21 14:25:40 2018	(r482676)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.92B
+PORTREVISION=	1
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ \

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	Sun Oct 21 14:25:40 2018	(r482676)
@@ -0,0 +1,13 @@
+--- Configure.orig	2018-10-21 14:19:32 UTC
++++ Configure
+@@ -1624,6 +1624,10 @@ kernel generation process.
+ 	LSOF_TSTBIGF=" "
+ 	LSOF_VERS=12000
+ 	;;
++      13*)
++	LSOF_TSTBIGF=" "
++	LSOF_VERS=13000
++	;;
+       *)
+ 	echo Unknown FreeBSD release: `uname -r`
+ 	rm -f $LSOF_HLP


More information about the svn-ports-all mailing list