Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Nov 2017 18:46:30 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455138 - in head/lang: php70 php71 php72
Message-ID:  <201711291846.vATIkUNA028294@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711291846.vATIkUNA028294>