svn commit: r502462 - head/security/snortreport

Tobias Kortkamp tobik at FreeBSD.org
Fri May 24 12:37:24 UTC 2019


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::


More information about the svn-ports-all mailing list