svn commit: r502463 - head/security/base

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


Author: tobik
Date: Fri May 24 12:39:28 2019
New Revision: 502463
URL: https://svnweb.freebsd.org/changeset/ports/502463

Log:
  security/base: Remove broken MYSQL option
  
  USE_PHP=mysql no longer works.
  
  PR:		235942

Modified:
  head/security/base/Makefile

Modified: head/security/base/Makefile
==============================================================================
--- head/security/base/Makefile	Fri May 24 12:37:23 2019	(r502462)
+++ head/security/base/Makefile	Fri May 24 12:39:28 2019	(r502463)
@@ -27,9 +27,8 @@ SUB_FILES=	pkg-message
 DOCS=		docs/CHANGELOG docs/CREDITS docs/README docs/README.mssql \
 		docs/TODO docs/UPGRADE docs/GPL docs/base_faq.rtf
 
-OPTIONS_DEFINE=	MYSQL PGSQL PDF DOCS
+OPTIONS_DEFINE=	PGSQL PDF DOCS
 
-MYSQL_USE=	MYSQL=yes PHP=mysql
 PGSQL_USES=	pgsql
 PGSQL_USE=	PHP=pgsql
 PDF_RUN_DEPENDS=${LOCALBASE}/share/fpdf/fpdf.php:print/fpdf


More information about the svn-ports-all mailing list