Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Dec 2017 08:00:12 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455566 - in head/lang: php56 php70 php71 php72
Message-ID:  <201712050800.vB580CCB074557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Tue Dec  5 08:00:12 2017
New Revision: 455566
URL: https://svnweb.freebsd.org/changeset/ports/455566

Log:
  - Add EMBED to default on options
    This is required for the php module of www/unit
  
  Approved by:	ale, tz (maintainers)

Modified:
  head/lang/php56/Makefile
  head/lang/php70/Makefile
  head/lang/php71/Makefile
  head/lang/php72/Makefile

Modified: head/lang/php56/Makefile
==============================================================================
--- head/lang/php56/Makefile	Tue Dec  5 03:49:20 2017	(r455565)
+++ head/lang/php56/Makefile	Tue Dec  5 08:00:12 2017	(r455566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php56
 PORTVERSION=	5.6.32
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}
@@ -35,7 +35,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 USE_GNOME=	libxml2
 
 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
-OPTIONS_DEFAULT=CLI CGI FPM LINKTHR
+OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=FPM
 OPTIONS_EXCLUDE_mips64=FPM

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Tue Dec  5 03:49:20 2017	(r455565)
+++ head/lang/php70/Makefile	Tue Dec  5 08:00:12 2017	(r455566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php70
 PORTVERSION=	7.0.26
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}
@@ -37,7 +37,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 USE_GNOME=	libxml2
 
 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
-OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE
+OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=FPM
 OPTIONS_EXCLUDE_mips64=FPM

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Tue Dec  5 03:49:20 2017	(r455565)
+++ head/lang/php71/Makefile	Tue Dec  5 08:00:12 2017	(r455566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php71
 PORTVERSION=	7.1.12
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	lang devel www
 MASTER_SITES=	PHP/distributions
 DISTNAME=	php-${PORTVERSION}
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 USE_GNOME=	libxml2
 
 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 MAILHEAD LINKTHR ZTS
-OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE
+OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE
 
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=FPM

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Tue Dec  5 03:49:20 2017	(r455565)
+++ head/lang/php72/Makefile	Tue Dec  5 08:00:12 2017	(r455566)
@@ -3,7 +3,7 @@
 
 PORTNAME=	php72
 DISTVERSION=	7.2.0RC6
-PORTREVISION?=	1
+PORTREVISION?=	2
 CATEGORIES?=	lang devel www
 MASTER_SITES=	https://downloads.php.net/~pollita/
 DISTNAME=	php-${DISTVERSION}
@@ -38,7 +38,7 @@ CONFIGURE_ARGS+=--with-layout=GNU \
 USE_GNOME=	libxml2
 
 OPTIONS_DEFINE+=CLI CGI FPM EMBED PHPDBG DEBUG DTRACE IPV6 LINKTHR ZTS
-OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE
+OPTIONS_DEFAULT=CLI CGI FPM EMBED LINKTHR DTRACE
 
 # Bug 197128:  No ASM code for MIPS/MIPS64, disable FPM
 OPTIONS_EXCLUDE_mips=FPM



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