Bug 197388 - [MAINTAINER] [PATCH] sysutils/lsof update to 4.89C: fix bool issue
Summary: [MAINTAINER] [PATCH] sysutils/lsof update to 4.89C: fix bool issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-07 13:44 UTC by Larry Rosenman
Modified: 2015-02-13 19:10 UTC (History)
1 user (show)

See Also:


Attachments
upgrade patch (1.69 KB, patch)
2015-02-07 13:44 UTC, Larry Rosenman
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.