Bug 244151 - net/sngrep: Allow base ncurses
Summary: net/sngrep: Allow base ncurses
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-16 01:26 UTC by Talal Al Dik
Modified: 2020-02-17 02:20 UTC (History)
1 user (show)

See Also:


Attachments
update default config options and remove dependency to devel/ncurses (851 bytes, text/plain)
2020-02-16 01:26 UTC, Talal Al Dik
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Talal Al Dik 2020-02-16 01:26:41 UTC
Created attachment 211682 [details]
update default config options and remove dependency to devel/ncurses

changed default config options:
- added EEP
- added OPENSSL
- added UNICODE

removed devel/ncurses dependencies as per PR-244141
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-02-17 00:27:24 UTC
A commit references this bug:

Author: swills
Date: Mon Feb 17 00:26:20 UTC 2020
New revision: 526332
URL: https://svnweb.freebsd.org/changeset/ports/526332

Log:
  net/sngrep: allow base ncurses [1]

  While here:

  * Update default options [2]
  * Remove REINPLACE_CMD which was no longer necessary

  PR:		244141 [1]
  PR:		244151 [2]
  Approved by:	Talal Al Dik <tad@vif.com> (maintainer) [1]
  Submitted by:	Talal Al Dik <tad@vif.com> (maintainer) [2]

Changes:
  head/net/sngrep/Makefile
Comment 2 Steve Wills freebsd_committer freebsd_triage 2020-02-17 00:28:04 UTC
Committed, thanks!