Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2020 20:49:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556195 - head/devel/pecl-protobuf
Message-ID:  <202011242049.0AOKn6VC030033@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov 24 20:49:06 2020
New Revision: 556195
URL: https://svnweb.freebsd.org/changeset/ports/556195

Log:
  Mark IGNORE with PHP 8.0
  
  compare_objects() object handler was removed in [1].
  
  Reference:	https://github.com/php/php-src/commit/b02b81299ccef7de244bac7ffc605e3d2943fa88 [1]

Modified:
  head/devel/pecl-protobuf/Makefile

Modified: head/devel/pecl-protobuf/Makefile
==============================================================================
--- head/devel/pecl-protobuf/Makefile	Tue Nov 24 20:49:01 2020	(r556194)
+++ head/devel/pecl-protobuf/Makefile	Tue Nov 24 20:49:06 2020	(r556195)
@@ -13,4 +13,6 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		localbase php:pecl
 
+IGNORE_WITH_PHP=80
+
 .include <bsd.port.mk>



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