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
Responsible Changed From-To: freebsd-ports-bugs->roam Over to maintainer
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"
State Changed From-To: open->closed I believe I've fixed the conflicting dependencies; sorry for introducing them in the first place!