Bug 224241 - sysutils/htop: Make lsof optional
Summary: sysutils/htop: Make lsof optional
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: Tobias Kortkamp
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-12-11 10:31 UTC by Tobias Kortkamp
Modified: 2017-12-25 04:46 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (gaod)


Attachments
htop.diff (453 bytes, patch)
2017-12-11 10:31 UTC, Tobias Kortkamp
tobik: maintainer-approval? (gaod)
Details | Diff

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