FreeBSD Bugzilla – Attachment 177587 Details for
Bug 214991
lang/php56: enable dtrace support by default where possible
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php56_dtrace.diff
php56_dtrace.diff (text/plain), 983 bytes, created by
Steve Wills
on 2016-12-02 03:24:48 UTC
(
hide
)
Description:
php56_dtrace.diff
Filename:
MIME Type:
Creator:
Steve Wills
Created:
2016-12-02 03:24:48 UTC
Size:
983 bytes
patch
obsolete
>Index: lang/php56/Makefile >=================================================================== >--- lang/php56/Makefile (revision 427522) >+++ lang/php56/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= php56 > PORTVERSION= 5.6.28 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= lang devel www > MASTER_SITES= PHP/distributions > DISTNAME= php-${PORTVERSION} >@@ -35,12 +35,20 @@ > 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 LINKTHR DTRACE > # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM > OPTIONS_EXCLUDE_mips=FPM > OPTIONS_EXCLUDE_mips64=FPM > OPTIONS_SUB= yes > >+.if !exists(/usr/sbin/dtrace) >+OPTIONS_EXCLUDE+= DTRACE >+.endif >+ >+OPTIONS_EXCLUDE_FreeBSD_9+= DTRACE >+OPTIONS_EXCLUDE_FreeBSD_10+= DTRACE >+OPTIONS_EXCLUDE+= ${OPTIONS_EXCLUDE_${OPSYS}_${OSREL:R}} >+ > CLI_DESC= Build CLI version > CGI_DESC= Build CGI version > FPM_DESC= Build FPM version
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 214991
: 177587