svn commit: r411714 - head/databases/php5-pdo_cassandra
Mathieu Arnold
mat at FreeBSD.org
Wed Mar 23 14:20:21 UTC 2016
Author: mat
Date: Wed Mar 23 14:20:20 2016
New Revision: 411714
URL: https://svnweb.freebsd.org/changeset/ports/411714
Log:
Does not build with PHP 7.0.
Sponsored by: Absolight
Modified:
head/databases/php5-pdo_cassandra/Makefile
Modified: head/databases/php5-pdo_cassandra/Makefile
==============================================================================
--- head/databases/php5-pdo_cassandra/Makefile Wed Mar 23 14:06:37 2016 (r411713)
+++ head/databases/php5-pdo_cassandra/Makefile Wed Mar 23 14:20:20 2016 (r411714)
@@ -25,6 +25,8 @@ USE_PHP_BUILD= yes
USE_PHP= pdo
USE_PHPEXT= yes
+IGNORE_WITH_PHP= 70
+
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/thrift/bsd.thrift.mk"
More information about the svn-ports-head
mailing list