Bug 195344 - net/zebra with SNMP option fails to built.
Summary: net/zebra with SNMP option fails to built.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-24 19:05 UTC by SASAKI Katuhiro
Modified: 2014-11-24 19:45 UTC (History)
0 users

See Also:
crest: maintainer-feedback? (bdrewery)


Attachments
This is a patch for net/zebra. (515 bytes, patch)
2014-11-24 19:05 UTC, SASAKI Katuhiro
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description SASAKI Katuhiro 2014-11-24 19:05:58 UTC
Created attachment 149786 [details]
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 Bugzilla Automation freebsd_committer freebsd_triage 2014-11-24 19:05:58 UTC
Auto-assigned to maintainer bdrewery@FreeBSD.org
Comment 2 Bryan Drewery freebsd_committer freebsd_triage 2014-11-24 19:44:48 UTC
Thanks, committed.
Comment 3 commit-hook freebsd_committer freebsd_triage 2014-11-24 19:45:04 UTC
A commit references this bug:

Author: bdrewery
Date: Mon Nov 24 19:44:40 UTC 2014
New revision: 373365
URL: https://svnweb.freebsd.org/changeset/ports/373365

Log:
  - Fix build for SNMP

  PR:		195344
  Submitted by:	SASAKI Katuhiro <crest@sahiro.org>

Changes:
  head/net/zebra/Makefile