svn commit: r442016 - head/net-mgmt/zabbix3-server

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon May 29 15:28:15 UTC 2017


Author: sunpoet
Date: Mon May 29 15:28:13 2017
New Revision: 442016
URL: https://svnweb.freebsd.org/changeset/ports/442016

Log:
  Fix OPTIONS_DEFAULT: remove IPV6 which is added by framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/net-mgmt/zabbix3-server/Makefile

Modified: head/net-mgmt/zabbix3-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix3-server/Makefile	Mon May 29 15:28:08 2017	(r442015)
+++ head/net-mgmt/zabbix3-server/Makefile	Mon May 29 15:28:13 2017	(r442016)
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+=	--with-net-snmp
 OPTIONS_DEFINE=		IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW \
 			LIBXML2
 
-OPTIONS_DEFAULT=	IPV6 FPING CURL UNIXODBC MYSQL OPENSSL
+OPTIONS_DEFAULT=	FPING CURL UNIXODBC MYSQL OPENSSL
 OPTIONS_SUB=		yes
 
 CURL_DESC=		Support for web monitoring


More information about the svn-ports-all mailing list