Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 May 2017 15:28:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442016 - head/net-mgmt/zabbix3-server
Message-ID:  <201705291528.v4TFSDbp057858@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705291528.v4TFSDbp057858>