Created attachment 152666 [details] upgrade patch update to 4.89C which includes a fix for the bool issue note to committer: this removes the files/patch-Configure file and the files directory
A commit references this bug: Author: pi Date: Fri Feb 13 19:09:03 UTC 2015 New revision: 378940 URL: https://svnweb.freebsd.org/changeset/ports/378940 Log: sysutils/lsof: 4.89B -> 4.89C - Updated for latest version of FreeBSD 11.0-CURRENT. - Compensated for a missing FreeBSD 10.0 typedef of bool on the i386 architecture. Allen Hewes provided a test system. Andrey Chernov provided useful advice. - Improved tests/Add2TestDB script with a patch from Peter Schiffer. Added patches from Peter to eliminate Linux gcc warnings. Updated Lsof.8 with improvements supplied by Bjarni Ingi Gislason. - Changed FreeBSD global CFLAGS extraction per Terry Kennedy Also made sure -DNEEDS_BOOL_TYPEDEF is #define'd when the resulting CFLAGS doesn't contain it. Terry reported that need. PR: 197388 Submitted by: Larry Rosenman <ler@lerctr.org> (maintainer) Changes: head/sysutils/lsof/Makefile head/sysutils/lsof/distinfo head/sysutils/lsof/files/
Build-tested via poudriere, run-test on 10.1a. Committed, thanks.