svn commit: r416207 - branches/2016Q2/net-mgmt/cacti

Kurt Jaeger pi at FreeBSD.org
Tue May 31 16:13:00 UTC 2016


Author: pi
Date: Tue May 31 16:12:58 2016
New Revision: 416207
URL: https://svnweb.freebsd.org/changeset/ports/416207

Log:
  net-mgmt/cacti: fix INDEX in quarterly branch
  
  - no USES=mysql allowed in the quarterly branch
  
  PR:		209809
  Submitted by:	antoine
  Approved by:	ports-secteam (feld)

Modified:
  branches/2016Q2/net-mgmt/cacti/Makefile

Modified: branches/2016Q2/net-mgmt/cacti/Makefile
==============================================================================
--- branches/2016Q2/net-mgmt/cacti/Makefile	Tue May 31 15:57:12 2016	(r416206)
+++ branches/2016Q2/net-mgmt/cacti/Makefile	Tue May 31 16:12:58 2016	(r416207)
@@ -15,8 +15,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rrdtool:databases/rrdtool
 
-USES=		cpe mysql shebangfix
+USES=		cpe shebangfix
 USE_PHP=	mysqli pcre session sockets snmp xml
+USE_MYSQL=	yes
 WANT_PHP_WEB=	yes
 NO_ARCH=	yes
 NO_BUILD=	yes


More information about the svn-ports-all mailing list