- Add EMBED to default on options

This is required for the php module of www/unit

Approved by:	ale, tz (maintainers)
This commit is contained in:
Li-Wen Hsu 2017-12-05 08:00:12 +00:00
parent 554eb5219b
commit f48968dd3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455566
4 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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