Bug 224241

Summary: sysutils/htop: Make lsof optional
Product: Ports & Packages Reporter: Tobias Kortkamp <tobik>
Component: Individual Port(s)Assignee: Tobias Kortkamp <tobik>
Status: Closed FIXED    
Severity: Affects Only Me CC: gaod
Priority: --- Keywords: patch
Version: LatestFlags: bugzilla: maintainer-feedback? (gaod)
Hardware: Any   
OS: Any   
Attachments:
Description Flags
htop.diff tobik: maintainer-approval? (gaod)

Description Tobias Kortkamp freebsd_committer freebsd_triage 2017-12-11 10:31:45 UTC
Created attachment 188708 [details]
htop.diff

htop only requires lsof for it's open files view.

The attached patch adds a new default LSOF option.  Users who build their
own packages can then choose if they want to have the lsof run dependency
or not.
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-12-25 04:46:31 UTC
A commit references this bug:

Author: tobik
Date: Mon Dec 25 04:45:33 UTC 2017
New revision: 457204
URL: https://svnweb.freebsd.org/changeset/ports/457204

Log:
  sysutils/htop: Add a new default LSOF option

  htop only requires lsof for its open files view.  Move the lsof run
  dependency to an option so that it can be removed by users.

  While here

  - Add LICENSE_FILE
  - Follow http://htop.sourceforge.net/ redirect to
    http://hisham.hm/htop/ and update WWW

  PR:		224241
  Approved by:	gaod@hychen.org (maintainer timeout, 2 weeks)

Changes:
  head/sysutils/htop/Makefile
  head/sysutils/htop/pkg-descr