Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 May 2016 16:12:59 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r416207 - branches/2016Q2/net-mgmt/cacti
Message-ID:  <201605311612.u4VGCxgL088332@repo.freebsd.org>

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



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