pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/php-xdebug mark this as not for php 7.2 until it...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8828d78c8e55
branches: trunk
changeset: 372423:8828d78c8e55
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Wed Dec 06 22:05:05 2017 +0000
description:
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
diffstat:
devel/php-xdebug/Makefile | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 4e8298b30607 -r 8828d78c8e55 devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Wed Dec 06 22:04:06 2017 +0000
+++ b/devel/php-xdebug/Makefile Wed Dec 06 22:05:05 2017 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index