Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 11:30:21 +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: r502451 - head/www/codeigniter
Message-ID:  <201905241130.x4OBULR4014555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri May 24 11:30:21 2019
New Revision: 502451
URL: https://svnweb.freebsd.org/changeset/ports/502451

Log:
  www/codeigniter: Drop broken MYSQL option
  
  USE_PHP=mysql no longer works.
  
  PR:		235942

Modified:
  head/www/codeigniter/Makefile

Modified: head/www/codeigniter/Makefile
==============================================================================
--- head/www/codeigniter/Makefile	Fri May 24 10:22:59 2019	(r502450)
+++ head/www/codeigniter/Makefile	Fri May 24 11:30:21 2019	(r502451)
@@ -42,14 +42,13 @@ CI_CONF_FILES=	application/config/autoload.php \
 		application/config/user_agents.php \
 		index.php
 
-OPTIONS_DEFINE=	APACHE DOCS MSSQL MYSQL MYSQLI ODBC PGSQL SQLITE
+OPTIONS_DEFINE=	APACHE DOCS MSSQL MYSQLI ODBC PGSQL SQLITE
 OPTIONS_SUB=	yes
 
 SUB_FILES=	pkg-message
 
 APACHE_DESC=	Configure for Apache-2.x
 MSSQL_DESC=	Install MSSQL support for PHP
-MYSQL_DESC=	Install MySQL support for PHP
 MYSQLI_DESC=	Install MySQLi support for PHP
 ODBC_DESC=	Install ODBC support for PHP
 PGSQL_DESC=	Install PostgreSQL support for PHP
@@ -60,7 +59,6 @@ APACHE_USES=	apache:run
 DOCS_VARS=	SUB_LIST+=HASHMARK=
 DOCS_VARS_OFF=	SUB_LIST+=HASHMARK=\#
 MSSQL_USE=	PHP=mssql
-MYSQL_USE=	PHP=mysql
 MYSQLI_USE=	PHP=mysqli
 ODBC_USE=	PHP=odbc
 PGSQL_USE=	PHP=pgsql



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