Bug 64325

Summary: ports/net-mgmt/zabbix Makefile incorrect configure argument
Product: Ports & Packages Reporter: Sascha Luck <sascha>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Sascha Luck 2004-03-16 11:20:18 UTC
In ports/net-mgmt/zabbix, the following:
 CONFIGURE_ARGS+=--with-netsnmp
is incorrect. The correct argument is: CONFIGURE_ARGS+=--with-net-snmp.

This bug prevents the zabbix port from building with SNMP support, thus SNMP monitoring is not supported.

Fix: 

57c57
< CONFIGURE_ARGS+=--with-netsnmp
---
> CONFIGURE_ARGS+=--with-net-snmp
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2004-03-17 12:51:31 UTC
State Changed
From-To: open->feedback

Does the maintainer approve of this change?  (He does not 
appear to have been Cc:ed).
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2004-04-10 16:39:27 UTC
State Changed
From-To: feedback->closed

Committed, thanks!