Bug 64325 - ports/net-mgmt/zabbix Makefile incorrect configure argument
Summary: ports/net-mgmt/zabbix Makefile incorrect configure argument
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-16 11:20 UTC by Sascha Luck
Modified: 2004-04-10 16:39 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!