svn commit: r556195 - head/devel/pecl-protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 24 20:49:11 UTC 2020


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>


More information about the svn-ports-all mailing list