Date: Fri, 6 Nov 2020 11:25:41 +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: r554222 - head/devel/pecl-mustache Message-ID: <202011061125.0A6BPfae094904@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 6 11:25:40 2020 New Revision: 554222 URL: https://svnweb.freebsd.org/changeset/ports/554222 Log: Mark IGNORE with PHP 8.0 Modified: head/devel/pecl-mustache/Makefile Modified: head/devel/pecl-mustache/Makefile ============================================================================== --- head/devel/pecl-mustache/Makefile Fri Nov 6 11:22:10 2020 (r554221) +++ head/devel/pecl-mustache/Makefile Fri Nov 6 11:25:40 2020 (r554222) @@ -15,6 +15,7 @@ LIB_DEPENDS= libmustache.so:devel/libmustache USES= compiler:c++11-lang php:pecl +IGNORE_WITH_PHP=80 USE_CXXSTD= c++11 post-patch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011061125.0A6BPfae094904>