svn commit: r553256 - head/devel/pecl-xdebug

Luca Pizzamiglio pizzamig at FreeBSD.org
Sun Oct 25 11:15:41 UTC 2020


Author: pizzamig
Date: Sun Oct 25 11:15:40 2020
New Revision: 553256
URL: https://svnweb.freebsd.org/changeset/ports/553256

Log:
  devel/pecl-xdebug: ignore with php80
  
  php80 is not yet supported. Ignoring.

Modified:
  head/devel/pecl-xdebug/Makefile

Modified: head/devel/pecl-xdebug/Makefile
==============================================================================
--- head/devel/pecl-xdebug/Makefile	Sun Oct 25 11:04:11 2020	(r553255)
+++ head/devel/pecl-xdebug/Makefile	Sun Oct 25 11:15:40 2020	(r553256)
@@ -13,6 +13,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFIGURE_ARGS=	--enable-xdebug
 USES=		php:pecl,zend tar:tgz
+IGNORE_WITH_PHP=	80
 
 SUB_FILES=	pkg-message
 


More information about the svn-ports-all mailing list