svn commit: r502457 - head/www/Stikked
Tobias Kortkamp
tobik at FreeBSD.org
Fri May 24 12:23:37 UTC 2019
Author: tobik
Date: Fri May 24 12:23:35 2019
New Revision: 502457
URL: https://svnweb.freebsd.org/changeset/ports/502457
Log:
www/Stikked: Mark MYSQL option as broken
USE_PHP=mysql no longer works.
PR: 238101
Modified:
head/www/Stikked/Makefile
Modified: head/www/Stikked/Makefile
==============================================================================
--- head/www/Stikked/Makefile Fri May 24 12:22:09 2019 (r502456)
+++ head/www/Stikked/Makefile Fri May 24 12:23:35 2019 (r502457)
@@ -29,10 +29,12 @@ MYSQL_DESC= Include the PHP shared extension for MySQL
PGSQL_DESC= Include the PHP shared extension for PostgreSQL
SQLITE_DESC= Include the PHP shared extension for SQLite3
+MYSQL_BROKEN= USE_PHP=mysql no longer supported, unclear if USE_PHP=mysqli works
+
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MMYSQL}
-USE_PHP+= mysql
+#USE_PHP+= mysql
.endif
.if ${PORT_OPTIONS:MPGSQL}
More information about the svn-ports-all
mailing list