svn commit: r500756 - head/lang/php73

Torsten Zuehlsdorff tz at FreeBSD.org
Fri May 3 22:31:47 UTC 2019


Author: tz
Date: Fri May  3 22:31:46 2019
New Revision: 500756
URL: https://svnweb.freebsd.org/changeset/ports/500756

Log:
  lang/php73: enable PRCE2 JIT support
  
  This will speed up certain PHP scripts relying on regex matches.
  
  PR:		237722
  Submitted by: Jon Tejnung <jon at herrskogen.se>

Modified:
  head/lang/php73/Makefile

Modified: head/lang/php73/Makefile
==============================================================================
--- head/lang/php73/Makefile	Fri May  3 22:06:57 2019	(r500755)
+++ head/lang/php73/Makefile	Fri May  3 22:31:46 2019	(r500756)
@@ -2,9 +2,9 @@
 
 PORTNAME=	php73
 DISTVERSION=	7.3.4
-PORTREVISION?=	2
+PORTREVISION?=	3
 CATEGORIES?=	lang devel www
-MASTER_SITES=   PHP/distributions
+MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${DISTVERSION}
 
 MAINTAINER=	tz at FreeBSD.org
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 		--with-pcre-regex=${LOCALBASE} \
 		--with-password-argon2=${LOCALBASE} \
 		--program-prefix=""
+CONFIGURE_ENV=	CPPFLAGS="-I/usr/local/include"
 USES+=		autoreconf:build
 USE_GNOME=	libxml2
 


More information about the svn-ports-all mailing list