Bug 197388

Summary: [MAINTAINER] [PATCH] sysutils/lsof update to 4.89C: fix bool issue
Product: Ports & Packages Reporter: Larry Rosenman <ler>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: pi
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
upgrade patch none

Description Larry Rosenman freebsd_committer freebsd_triage 2015-02-07 13:44:55 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-02-13 19:09:20 UTC
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/
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2015-02-13 19:10:00 UTC
Build-tested via poudriere, run-test on 10.1a. Committed, thanks.