Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2020 21:08:00 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551733 - head/lang/php74
Message-ID:  <202010082108.098L80EL063932@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010082108.098L80EL063932>