svn commit: r551733 - head/lang/php74
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Oct 8 21:08:00 UTC 2020
Author: tz
Date: Thu Oct 8 21:07:59 2020
New Revision: 551733
URL: https://svnweb.freebsd.org/changeset/ports/551733
Log:
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
Modified:
head/lang/php74/Makefile.ext
Modified: head/lang/php74/Makefile.ext
==============================================================================
--- head/lang/php74/Makefile.ext Thu Oct 8 20:26:42 2020 (r551732)
+++ head/lang/php74/Makefile.ext Thu Oct 8 21:07:59 2020 (r551733)
@@ -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-all
mailing list