Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2019 12:27:57 +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: r502458 - head/www/pivotx
Message-ID:  <201905241227.x4OCRvPW046425@repo.freebsd.org>

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



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