Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2020 07:21:36 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553088 - head/lang/php80
Message-ID:  <202010230721.09N7Lah6063276@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Oct 23 07:21:35 2020
New Revision: 553088
URL: https://svnweb.freebsd.org/changeset/ports/553088

Log:
  Note in php.conf that json extension is included
  
  With hat:	portmgr

Modified:
  head/lang/php80/Makefile

Modified: head/lang/php80/Makefile
==============================================================================
--- head/lang/php80/Makefile	Fri Oct 23 06:30:36 2020	(r553087)
+++ head/lang/php80/Makefile	Fri Oct 23 07:21:35 2020	(r553088)
@@ -2,7 +2,7 @@
 
 PORTNAME=	php80
 DISTVERSION=	8.0.0RC2
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=   https://downloads.php.net/~pollita/
 DISTNAME=	php-${DISTVERSION}
@@ -166,7 +166,7 @@ post-build:
 	@${ECHO_CMD} "PHP_VER=80" > ${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=hash pcre spl" >> ${WRKDIR}/php.conf
+	@${ECHO_CMD} "PHP_EXT_INC=hash json 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?202010230721.09N7Lah6063276>