Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Dec 2018 15:16:32 +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: r488670 - head/devel/pecl-xdebug-devel
Message-ID:  <201812291516.wBTFGWr2072011@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pizzamig
Date: Sat Dec 29 15:16:31 2018
New Revision: 488670
URL: https://svnweb.freebsd.org/changeset/ports/488670

Log:
  devel/pecl-xdebug-devel: Remove PHP 71 support
  
  A change to fix GCC support, broke PHP 71 support.
  PHP 71 users can use pecl-xdebug
  
  PR:		234305

Modified:
  head/devel/pecl-xdebug-devel/Makefile

Modified: head/devel/pecl-xdebug-devel/Makefile
==============================================================================
--- head/devel/pecl-xdebug-devel/Makefile	Sat Dec 29 14:55:54 2018	(r488669)
+++ head/devel/pecl-xdebug-devel/Makefile	Sat Dec 29 15:16:31 2018	(r488670)
@@ -12,7 +12,7 @@ COMMENT=	Xdebug extension for PHP
 LICENSE=	PHP30
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-IGNORE_WITH_PHP=	56
+IGNORE_WITH_PHP=	56 71
 
 USES=		php:pecl,zend tar:tgz
 



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