Date: Thu, 8 Oct 2020 21:16:38 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r551734 - branches/2020Q4/lang/php74 Message-ID: <202010082116.098LGc7D069895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Thu Oct 8 21:16:38 2020 New Revision: 551734 URL: https://svnweb.freebsd.org/changeset/ports/551734 Log: MFH: r551733 lang/php74: Add missing dependency from php74-xmlreader to php74-dom xmlreader needs not only the DOM extension, but to be compiled with --enabled-dom. This commit adds the missing configuration to etablish the dependency. PR: 249886 Submitted by: michael.glaus@hostpoint.ch Sponsored by: Bounce Experts Approved by: ports-secteam (joneum, implicit for PHP Updates) Modified: branches/2020Q4/lang/php74/Makefile.ext Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/lang/php74/Makefile.ext ============================================================================== --- branches/2020Q4/lang/php74/Makefile.ext Thu Oct 8 21:07:59 2020 (r551733) +++ branches/2020Q4/lang/php74/Makefile.ext Thu Oct 8 21:16:38 2020 (r551734) @@ -392,6 +392,8 @@ CONFIGURE_ARGS+=--enable-xmlreader \ --with-libxml-dir=${LOCALBASE} USE_GNOME= libxml2 + +USE_PHP= dom:build .endif .if ${PHP_MODNAME} == "xmlrpc"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010082116.098LGc7D069895>