Date: Sat, 15 Dec 2018 01:19:02 +0000 (UTC) From: Jochen Neumeister <joneum@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487478 - head/devel/pecl-vld Message-ID: <201812150119.wBF1J2o4033849@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joneum Date: Sat Dec 15 01:19:02 2018 New Revision: 487478 URL: https://svnweb.freebsd.org/changeset/ports/487478 Log: Add "IGNORE_WITH_PHP= 56" This Port doesn't build with PHP 56 Modified: head/devel/pecl-vld/Makefile Modified: head/devel/pecl-vld/Makefile ============================================================================== --- head/devel/pecl-vld/Makefile Sat Dec 15 00:52:50 2018 (r487477) +++ head/devel/pecl-vld/Makefile Sat Dec 15 01:19:02 2018 (r487478) @@ -11,6 +11,8 @@ COMMENT= Dump the internal representation of PHP scrip LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +IGNORE_WITH_PHP= 56 + USES= php:pecl CONFIGURE_ARGS= --enable-vld
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812150119.wBF1J2o4033849>