svn commit: r502458 - head/www/pivotx

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


Author: tobik
Date: Fri May 24 12:27:57 2019
New Revision: 502458
URL: https://svnweb.freebsd.org/changeset/ports/502458

Log:
  www/pivotx: Remove broken MYSQL option
  
  USE_PHP=mysql no longer exists.
  
  PR:		238100

Modified:
  head/www/pivotx/Makefile

Modified: head/www/pivotx/Makefile
==============================================================================
--- head/www/pivotx/Makefile	Fri May 24 12:23:35 2019	(r502457)
+++ head/www/pivotx/Makefile	Fri May 24 12:27:57 2019	(r502458)
@@ -22,8 +22,7 @@ PORTEXAMPLES=	example.htaccess example.web.config
 # Requirements:
 # http://book.pivotx.net/index.php?page=app-e#anchor-determining-if-your-server-meets-pivotxs-requirements
 
-OPTIONS_DEFINE=	MYSQL PHPDOM DOCS EXAMPLES
-MYSQL_DESC=	Use MySQL instead of flat files
+OPTIONS_DEFINE=	PHPDOM DOCS EXAMPLES
 PHPDOM_DESC=	Use PHP:DOM instead of SimpleXML
 
 USES+=		cpe php:web tar:tgz
@@ -35,11 +34,6 @@ USE_PHP=	session gettext xml tokenizer gd pcre
 USE_PHP+=	dom
 .else
 USE_PHP+=	simplexml
-.endif
-
-.if ${PORT_OPTIONS:MMYSQL}
-USE_MYSQL=	client
-USE_PHP+=	mysql
 .endif
 
 NO_BUILD=	YES


More information about the svn-ports-all mailing list