[Bug 195344] New: net/zebra with SNMP option fails to built.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 24 19:05:58 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195344

            Bug ID: 195344
           Summary: net/zebra with SNMP option fails to built.
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bdrewery at FreeBSD.org
          Reporter: crest at sahiro.org
          Assignee: bdrewery at FreeBSD.org
             Flags: maintainer-feedback?(bdrewery at FreeBSD.org)

Created attachment 149786
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149786&action=edit
This is a patch for net/zebra.

In Makefile of net/zebra, SNMP_LIB_DEPEND require libsnmp.so as part of
net-mgmt/net-snmp. Of course, net-mgmt/net-snmp does not provide libsnmp.so but
libnetsnmp.so. So, next line should be replaced by following line.
< SNMP_LIB_DEPENDS+=        libsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
> SNMP_LIB_DEPENDS+=		libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp

--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer bdrewery at FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list