Date: Fri, 3 May 2019 22:31:47 +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: r500756 - head/lang/php73 Message-ID: <201905032231.x43MVlC2028850@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905032231.x43MVlC2028850>