Bug 103554 - net/libnids: Run dependency on libnet breaks dsniff
Summary: net/libnids: Run dependency on libnet breaks dsniff
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-24 10:40 UTC by Tilman Keskinoz
Modified: 2006-09-27 14:02 UTC (History)
0 users

See Also:


Attachments
patch-libnids (497 bytes, text/plain)
2006-09-24 10:40 UTC, Tilman Keskinoz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tilman Keskinoz freebsd_committer freebsd_triage 2006-09-24 10:40:19 UTC
	The last commit to libnids added a rundependency on libnet without
	further explanation. It should not be necessary to run-depend on a 
	static library.
	Additional this change breaks dsniff because dsniff now depends
	on two conflicting ports.

	If there is a reason to run-depend on libnet, the port should depend
	on libnet10, because two ports in the portstree, that use libnids,
	(dsniff and pynids) use the old version of libnids
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-24 10:40:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-27 13:50:48 UTC
roam        2006-09-27 12:50:34 UTC

  FreeBSD ports repository

  Modified files:
    net/libnids          Makefile 
  Log:
  Remove the mistaken run-dependency on libnet, since it causes conflicts
  in dependent ports.  Also, reinstitute the choice between libnet-1.0 and
  1.1, since the dependent ports seem to actually like libnet-1.0 better.
  
  PR:             103554
  Submitted by:   arved
  
  Revision  Changes    Path
  1.18      +7 -2      ports/net/libnids/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2006-09-27 14:02:28 UTC
State Changed
From-To: open->closed

I believe I've fixed the conflicting dependencies; sorry for introducing 
them in the first place!