svn commit: r551734 - branches/2020Q4/lang/php74
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Oct 8 21:16:39 UTC 2020
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 at 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"
More information about the svn-ports-branches
mailing list