Date: Mon, 27 Nov 2017 23:32:43 +0100 (CET) From: Gerald Pfeifer <gerald@pfeifer.com> To: Jan Beich <jbeich@FreeBSD.org>, Torsten Zuehlsdorff <tz@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r454993 - in head/lang: php70 php71 php72 Message-ID: <alpine.LSU.2.21.1711272328020.3319@anthias.pfeifer.com> In-Reply-To: <r2sj-e6xy-wny@FreeBSD.org> References: <201711272138.vARLc6ee082474@repo.freebsd.org> <r2sj-e6xy-wny@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1711272328020.3319>