Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 19:24:23 +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: r512430 - head/lang/php74
Message-ID:  <201909201924.x8KJONc6036564@repo.freebsd.org>

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



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