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

Gerald Pfeifer gerald at FreeBSD.org
Wed Nov 29 18:46:32 UTC 2017


Author: gerald
Date: Wed Nov 29 18:46:30 2017
New Revision: 455138
URL: https://svnweb.freebsd.org/changeset/ports/455138

Log:
  Remove DTRACE_DESC in favor of the default description.
  
  Approved by:	tz

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

Modified: head/lang/php70/Makefile
==============================================================================
--- head/lang/php70/Makefile	Wed Nov 29 17:49:26 2017	(r455137)
+++ head/lang/php70/Makefile	Wed Nov 29 18:46:30 2017	(r455138)
@@ -53,7 +53,6 @@ CGI_DESC=	Build CGI version
 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

Modified: head/lang/php71/Makefile
==============================================================================
--- head/lang/php71/Makefile	Wed Nov 29 17:49:26 2017	(r455137)
+++ head/lang/php71/Makefile	Wed Nov 29 18:46:30 2017	(r455138)
@@ -55,7 +55,6 @@ CGI_DESC=	Build CGI version
 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

Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile	Wed Nov 29 17:49:26 2017	(r455137)
+++ head/lang/php72/Makefile	Wed Nov 29 18:46:30 2017	(r455138)
@@ -55,7 +55,6 @@ CGI_DESC=	Build CGI version
 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