svn commit: r427978 - in head: textproc/pear-Structures_DataGrid_DataSource_RSS textproc/pear-Structures_DataGrid_DataSource_XML www/phpmyfaq

Mathieu Arnold mat at FreeBSD.org
Tue Dec 6 17:08:37 UTC 2016


Author: mat
Date: Tue Dec  6 17:08:35 2016
New Revision: 427978
URL: https://svnweb.freebsd.org/changeset/ports/427978

Log:
  PHP 7.0 does not have a mysql extension, ignore those with it.
  
  Sponsored by:	Absolight

Modified:
  head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile   (contents, props changed)
  head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile   (contents, props changed)
  head/www/phpmyfaq/Makefile   (contents, props changed)

Modified: head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile
==============================================================================
--- head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile	Tue Dec  6 16:57:13 2016	(r427977)
+++ head/textproc/pear-Structures_DataGrid_DataSource_RSS/Makefile	Tue Dec  6 17:08:35 2016	(r427978)
@@ -13,5 +13,6 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataG
 
 USES=	pear
 USE_PHP=	mysql
+IGNORE_WITH_PHP=70
 
 .include <bsd.port.mk>

Modified: head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile
==============================================================================
--- head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile	Tue Dec  6 16:57:13 2016	(r427977)
+++ head/textproc/pear-Structures_DataGrid_DataSource_XML/Makefile	Tue Dec  6 17:08:35 2016	(r427978)
@@ -13,5 +13,6 @@ RUN_DEPENDS=	${PEARDIR}/Structures/DataG
 
 USES=	pear
 USE_PHP=	mysql
+IGNORE_WITH_PHP=70
 
 .include <bsd.port.mk>

Modified: head/www/phpmyfaq/Makefile
==============================================================================
--- head/www/phpmyfaq/Makefile	Tue Dec  6 16:57:13 2016	(r427977)
+++ head/www/phpmyfaq/Makefile	Tue Dec  6 17:08:35 2016	(r427978)
@@ -17,6 +17,7 @@ USE_PHP=	filter json mysql pcre pdf sess
 FAQ_DIR=	attachments data images inc pdf xml
 NO_BUILD=	YES
 NO_ARCH=	YES
+IGNORE_WITH_PHP=70
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${WWWDIR}


More information about the svn-ports-head mailing list