Bug 144991 - [patch] Fix net-snmp dependancy for net/ifstat
Summary: [patch] Fix net-snmp dependancy for net/ifstat
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: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-24 01:20 UTC by Ryan Steinmetz
Modified: 2010-04-11 13:00 UTC (History)
0 users

See Also:


Attachments
file.diff (425 bytes, patch)
2010-03-24 01:20 UTC, Ryan Steinmetz
no flags Details | Diff
ifstat-libdepend.patch (391 bytes, patch)
2010-03-24 11:36 UTC, Alexey Degtyarev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Steinmetz 2010-03-24 01:20:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-24 01:20:15 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-03-24 01:20:17 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Alexey Degtyarev 2010-03-24 11:36:07 UTC
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
Comment 4 Wesley Shields freebsd_committer freebsd_triage 2010-03-24 13:52:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->wxs

I'll take it.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-04-11 12:57:29 UTC
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"
Comment 6 Wesley Shields freebsd_committer freebsd_triage 2010-04-11 12:59:17 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!