Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 12:37:23 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502462 - head/security/snortreport
Message-ID:  <201905241237.x4OCbNjK056206@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri May 24 12:37:23 2019
New Revision: 502462
URL: https://svnweb.freebsd.org/changeset/ports/502462

Log:
  security/snortreport: Mark MYSQL option as broken
  
  PR:		238102

Modified:
  head/security/snortreport/Makefile

Modified: head/security/snortreport/Makefile
==============================================================================
--- head/security/snortreport/Makefile	Fri May 24 12:34:58 2019	(r502461)
+++ head/security/snortreport/Makefile	Fri May 24 12:37:23 2019	(r502462)
@@ -26,7 +26,8 @@ FTYPES=		css html js php phps png sample
 
 USES=		php:web
 
-MYSQL_USE=	php=mysql
+MYSQL_BROKEN=	USE_PHP=mysql no longer supported
+#MYSQL_USE=	php=mysql
 PGSQL_USE=	php=pgsql
 
 pre-everything::



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