ports/64325: ports/net-mgmt/zabbix Makefile incorrect configure argument

Sascha Luck sascha at c4inet.net
Tue Mar 16 11:20:19 UTC 2004


>Number:         64325
>Category:       ports
>Synopsis:       ports/net-mgmt/zabbix Makefile incorrect configure argument
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 16 03:20:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Sascha Luck
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
>Environment:
System: FreeBSD saoirse.c4inet.net 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Sat Feb 14 04:37:06 GMT 2004 root at saoirse.c4inet.net:/usr/obj/usr/src/sys/SAOIRSE i386

>Description:

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.

>How-To-Repeat:

>Fix:

57c57
< CONFIGURE_ARGS+=--with-netsnmp
---
> CONFIGURE_ARGS+=--with-net-snmp
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list