Date: Mon, 24 Nov 2014 19:05:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195344] New: net/zebra with SNMP option fails to built. Message-ID: <bug-195344-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195344 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@FreeBSD.org Reporter: crest@sahiro.org Assignee: bdrewery@FreeBSD.org Flags: maintainer-feedback?(bdrewery@FreeBSD.org) Created attachment 149786 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D149786&action= =3Dedit 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+=3D libsnmp.so:${PORTSDIR}/net-mgmt/net-snmp > SNMP_LIB_DEPENDS+=3D libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer bdrewery@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-195344-13>