From owner-svn-ports-head@freebsd.org Mon Nov 27 22:32:49 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5007ADEB97A; Mon, 27 Nov 2017 22:32:49 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2F42067FAC; Mon, 27 Nov 2017 22:32:48 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (localhost [127.0.0.1]) by ainaz.pair.com (Postfix) with ESMTP id 46D133F4AB; Mon, 27 Nov 2017 17:32:47 -0500 (EST) Received: from [100.93.218.247] (unknown [194.151.205.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ainaz.pair.com (Postfix) with ESMTPSA id CD02D3F444; Mon, 27 Nov 2017 17:32:45 -0500 (EST) Date: Mon, 27 Nov 2017 23:32:43 +0100 (CET) From: Gerald Pfeifer To: Jan Beich , Torsten Zuehlsdorff 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 In-Reply-To: Message-ID: References: <201711272138.vARLc6ee082474@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Nov 2017 22:32:49 -0000 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