Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Oct 2020 11:15:40 +0000 (UTC)
From:      Luca Pizzamiglio <pizzamig@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553256 - head/devel/pecl-xdebug
Message-ID:  <202010251115.09PBFexK097384@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010251115.09PBFexK097384>