svn commit: r454993 - in head/lang: php70 php71 php72

Gerald Pfeifer gerald at pfeifer.com
Mon Nov 27 22:32:49 UTC 2017


On Mon, 27 Nov 2017, Jan Beich wrote:
>> Log:
>>   Remove DEBUG_DESC in favor of the default one.
>>   
>>   Approved by:	tz
> Why not drop redundant DTRACE_DESC as well?

Simply because I had not spotted it. (I don't even use PHP. ;-)

That said, Torsten, is the below okay with you, too?

Gerald

Index: php70/Makefile
===================================================================
--- php70/Makefile	(revision 454996)
+++ php70/Makefile	(working copy)
@@ -53,7 +53,6 @@
 FPM_DESC=	Build FPM version
 EMBED_DESC=	Build embedded library
 PHPDBG_DESC=	Interactive PHP debugger
-DTRACE_DESC=	Enable DTrace support
 MAILHEAD_DESC=	Enable mail header patch
 LINKTHR_DESC=	Link thread lib (for threaded extensions)
 ZTS_DESC=	Force Zend Thread Safety (ZTS) build
Index: php71/Makefile
===================================================================
--- php71/Makefile	(revision 454996)
+++ php71/Makefile	(working copy)
@@ -55,7 +55,6 @@
 FPM_DESC=	Build FPM version
 EMBED_DESC=	Build embedded library
 PHPDBG_DESC=	Interactive PHP debugger
-DTRACE_DESC=	Enable DTrace support
 MAILHEAD_DESC=	Enable mail header patch
 LINKTHR_DESC=	Link thread lib (for threaded extensions)
 ZTS_DESC=	Force Zend Thread Safety (ZTS) build
Index: php72/Makefile
===================================================================
--- php72/Makefile	(revision 454996)
+++ php72/Makefile	(working copy)
@@ -55,7 +55,6 @@
 FPM_DESC=	Build FPM version
 EMBED_DESC=	Build embedded library
 PHPDBG_DESC=	Interactive PHP debugger
-DTRACE_DESC=	Enable DTrace support
 LINKTHR_DESC=	Link thread lib (for threaded extensions)
 ZTS_DESC=	Force Zend Thread Safety (ZTS) build
 


More information about the svn-ports-all mailing list