Bug 226947 - net-mgmt/etherape: dependency on libgnomeui missing
Summary: net-mgmt/etherape: dependency on libgnomeui missing
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: Ben Woods
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-26 12:57 UTC by Martin Birgmeier
Modified: 2018-03-26 15:32 UTC (History)
0 users

See Also:
woodsb02: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Birgmeier 2018-03-26 12:57:07 UTC
Between r383745 and head, etherape lost the dependency on libgnomeui. However without it etherape coredumps.

Please re-add.

-- Martin
Comment 1 Ben Woods freebsd_committer freebsd_triage 2018-03-26 14:45:23 UTC
Committed - thanks for reporting this!
Comment 2 commit-hook freebsd_committer freebsd_triage 2018-03-26 14:45:40 UTC
A commit references this bug:

Author: woodsb02
Date: Mon Mar 26 14:45:02 UTC 2018
New revision: 465601
URL: https://svnweb.freebsd.org/changeset/ports/465601

Log:
  net-mgmt/etherape: Re-add libgnomeui dependency

  EtherApe crashes at runtime if libgnomeui is not installed, despite
  the 0.9.16 release notes stating it is no longer required.

  PR:		226947
  Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>

Changes:
  head/net-mgmt/etherape/Makefile
Comment 3 Martin Birgmeier 2018-03-26 15:32:20 UTC
Thanks for the quick fix.

Following your remark I have skimmed through etherape's commit log, and they indeed claim that gnomeui is not necessary anymore. Maybe something else pulls in gnomeui if it is installed.

-- Martin