Date: Sat, 9 Jul 2016 00:41:58 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418252 - in head/sysutils/lsof: . files Message-ID: <201607090041.u690fwfK049240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607090041.u690fwfK049240>