net/ifstat (when built WITH_SNMP=YES) has an incorrect LIB_DEPEND of netsnmp.10, when it should be netsnmp.16. Fix: Patch attached with submission follows: How-To-Repeat: cd /usr/ports/net-mgmt/net-snmp && make install cd /usr/ports/net/ifstat && make WITH_SNMP=yes install
Maintainer of net/ifstat, Please note that PR ports/144991 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/144991 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Hi, On 01:20 Wed 24 Mar, Edwin Groothuis wrote: > Maintainer of net/ifstat, > > Please note that PR ports/144991 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. Thanks Ryan to your attention, I think it is necessary and sufficient condition would be to check any version of libsnmp instead of particular one. So I suggest to remove version number from LIB_DEPENDS at all. Please commit the patch I attached. -- Alexey V. Degtyarev
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it.
wxs 2010-04-11 11:57:21 UTC FreeBSD ports repository Modified files: net/ifstat Makefile Log: - Correct libsnmp major version in LIB_DEPENDS. PR: ports/144991 Submitted by: Ryan Steinmetz <rpsfa@rit.edu> Revision Changes Path 1.15 +1 -1 ports/net/ifstat/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: feedback->closed Committed. Thanks!