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

Cy Schubert cy at FreeBSD.org
Sat Jul 9 00:41:59 UTC 2016


Author: cy
Date: Sat Jul  9 00:41:57 2016
New Revision: 418252
URL: https://svnweb.freebsd.org/changeset/ports/418252

Log:
  Fix build under 12.0-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	Sat Jul  9 00:10:54 2016	(r418251)
+++ head/sysutils/lsof/Makefile	Sat Jul  9 00:41:57 2016	(r418252)
@@ -3,6 +3,7 @@
 
 PORTNAME=	lsof
 DISTVERSION=	4.90B
+PORTREVISION=	1
 PORTEPOCH=	8
 CATEGORIES=	sysutils
 MASTER_SITES=	http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/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	Sat Jul  9 00:41:57 2016	(r418252)
@@ -0,0 +1,13 @@
+--- Configure.orig	2016-01-05 10:31:36.000000000 -0800
++++ Configure	2016-07-08 17:39:09.137355000 -0700
+@@ -1620,6 +1620,10 @@
+ 	LSOF_TSTBIGF=" "
+ 	LSOF_VERS=11000
+ 	;;
++      12*)
++	LSOF_TSTBIGF=" "
++	LSOF_VERS=12000
++	;;
+       *)
+ 	echo Unknown FreeBSD release: `uname -r`
+ 	rm -f $LSOF_HLP


More information about the svn-ports-all mailing list