mark this as not for php 7.2 until it's updated to 2.6.0

make it conflict with with php-xdebug>=2.5.99, it clashes with the version
2.6.0alpha provided by php-xdebug-devel
This commit is contained in:
jdolecek 2017-12-06 22:05:05 +00:00
parent 8faf9209e6
commit ee1e5c535f

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 2017/07/06 13:33:42 taca Exp $
# $NetBSD: Makefile,v 1.18 2017/12/06 22:05:05 jdolecek Exp $
#
MODNAME= xdebug
@ -14,5 +14,11 @@ LICENSE= php
PHP_ZEND_EXTENSION= yes
# XXX add 72 and remove 56 when this package would be updated to final 2.6.0
# XXX use php-xdebug-devel for now if you need 72
PHP_VERSIONS_ACCEPTED= 56 70 71
CONFLICTS= ${PHP_PKG_PREFIX}-xdebug>=2.5.99
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"