Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 14:25:40 +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: r482676 - in head/sysutils/lsof: . files
Message-ID:  <201810211425.w9LEPeDd065223@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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