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 |
State Changed From-To: open->feedback Does the maintainer approve of this change? (He does not appear to have been Cc:ed). State Changed From-To: feedback->closed Committed, thanks! |
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