mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
lang/php70: enabled DTRACE option by default where possible
Approved by: tz (maintainer)
This commit is contained in:
parent
02b39e3aff
commit
4878edd9cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427496
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= php70
|
||||
PORTVERSION= 7.0.13
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES?= lang devel www
|
||||
MASTER_SITES= PHP/distributions
|
||||
DISTNAME= php-${PORTVERSION}
|
||||
@ -37,12 +37,15 @@ 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
|
||||
OPTIONS_DEFAULT=CLI CGI FPM LINKTHR DTRACE
|
||||
# Bug 197128: No ASM code for MIPS/MIPS64, disable FPM
|
||||
OPTIONS_EXCLUDE_mips=FPM
|
||||
OPTIONS_EXCLUDE_mips64=FPM
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE
|
||||
OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}}
|
||||
|
||||
CLI_DESC= Build CLI version
|
||||
CGI_DESC= Build CGI version
|
||||
FPM_DESC= Build FPM version
|
||||
|
Loading…
Reference in New Issue
Block a user