Date: Tue, 6 Dec 2016 17:08:35 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427978 - in head: textproc/pear-Structures_DataGrid_DataSource_RSS textproc/pear-Structures_DataGrid_DataSource_XML www/phpmyfaq Message-ID: <201612061708.uB6H8aRt076646@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612061708.uB6H8aRt076646>