svn commit: r353512 - head/net-mgmt/zabbix2-server

Bryan Drewery bdrewery at FreeBSD.org
Fri May 9 20:14:48 UTC 2014


Author: bdrewery
Date: Fri May  9 20:14:47 2014
New Revision: 353512
URL: http://svnweb.freebsd.org/changeset/ports/353512
QAT: https://qat.redports.org/buildarchive/r353512/

Log:
  - Remove redundnat MYSQL option. It's already defined in the DB SINGLE.
    This fixes older poudriere continually rebuilding this pacakge every
    build.

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

Modified: head/net-mgmt/zabbix2-server/Makefile
==============================================================================
--- head/net-mgmt/zabbix2-server/Makefile	Fri May  9 20:01:57 2014	(r353511)
+++ head/net-mgmt/zabbix2-server/Makefile	Fri May  9 20:14:47 2014	(r353512)
@@ -67,7 +67,7 @@ CONFIGURE_ARGS+=	--with-net-snmp
 
 OPTIONSFILE=	${PORT_DBDIR}/${PORTNAME}${PKGNAMESUFFIX}/options
 
-OPTIONS_DEFINE=	IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW MYSQL
+OPTIONS_DEFINE=	IPV6 FPING JABBER CURL LDAP IPMI SSH NMAP JAVAGW
 OPTIONS_DEFAULT=	MYSQL IPV6 FPING JABBER CURL
 
 CURL_DESC=	Support for web monitoring


More information about the svn-ports-all mailing list