svn commit: r512430 - head/lang/php74

Torsten Zuehlsdorff tz at FreeBSD.org
Fri Sep 20 19:24:24 UTC 2019


Author: tz
Date: Fri Sep 20 19:24:23 2019
New Revision: 512430
URL: https://svnweb.freebsd.org/changeset/ports/512430

Log:
  lang/php74: add module hash to PHP_EXT_INC
  
  The hash module is now part of the core and can't be disabled anymore.
  Therefore add it to the list
  
  Reported by:	ale
  Sponsored by:	PHP Update Service
  Differential Revision:	https://reviews.freebsd.org/D21349

Modified:
  head/lang/php74/Makefile

Modified: head/lang/php74/Makefile
==============================================================================
--- head/lang/php74/Makefile	Fri Sep 20 19:22:17 2019	(r512429)
+++ head/lang/php74/Makefile	Fri Sep 20 19:24:23 2019	(r512430)
@@ -165,7 +165,7 @@ post-build:
 	@${ECHO_CMD} "PHP_VER=74" > ${WRKDIR}/php.conf
 	@${ECHO_CMD} "PHP_VERSION=${PORTVERSION}" >> ${WRKDIR}/php.conf
 	@${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf
-	@${ECHO_CMD} "PHP_EXT_INC=pcre spl" >> ${WRKDIR}/php.conf
+	@${ECHO_CMD} "PHP_EXT_INC=hash pcre spl" >> ${WRKDIR}/php.conf
 	@${ECHO_CMD} -n "PHP_EXT_DIR=" >> ${WRKDIR}/php.conf
 	@${SH} ${WRKSRC}/scripts/php-config --extension-dir | ${SED} -ne 's,^${PREFIX}/lib/php/,,p' >> ${WRKDIR}/php.conf
 


More information about the svn-ports-head mailing list