Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 12:23:36 +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: r502457 - head/www/Stikked
Message-ID:  <201905241223.x4OCNapi046134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



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