From owner-svn-ports-head@freebsd.org Thu Jun 23 18:52:58 2016 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 98C33B739B1; Thu, 23 Jun 2016 18:52:58 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E675726AF; Thu, 23 Jun 2016 18:52:57 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.100.100] ([87.139.233.65]) by mail.gmx.com (mrgmx002) with ESMTPSA (Nemesis) id 0M1VlJ-1bW2yE1G6T-00tPao; Thu, 23 Jun 2016 20:52:55 +0200 Subject: Re: svn commit: r417374 - in head: Mk Mk/Uses lang/php55 lang/php56 lang/php70 www/redaxo To: Mathieu Arnold , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201606231319.u5NDJILd062527@repo.freebsd.org> From: olli hauer Message-ID: Date: Thu, 23 Jun 2016 20:52:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:1QOxSm+WdvURUgJxkwewGBoLBLDcX7+5GyT7CD7p+0pevgO68/Y KAw8EfwscCO14JJED8hZYNDrmVMR/1E/j5lUpFi9vePn4Yc+QAxPNkztaZLeO/u9VHg822N 0KEyb1uHtmrNc4zpyOKGKaYmjiwPwEJTxPitu1/rFv7eXlGtmOV7SmYsY8LLg3hOEBLAczZ 9Cs2Y9JrLKY46y+H2u4QA== X-UI-Out-Filterresults: notjunk:1;V01:K0:0HSi7uMVJG0=:ClCEQxtPfBEsoV8Gc3blHW cJoBySjSplUbDqY4XiaWr8gWG5ZIWkDMmpt3Pre0O3Mn5yLXtzW6PEIHdrPl62j26JCP1aXOV gna/LQqSKEPYDJXTFCQQgBiw+zH5mAP8tHQkeA3SkS1Ppztah4IZG05wPezDQENyM3uW+4Z+f U/Yr4D8WBqMjqO3B1rZB3qLozPHlyDfub92lLrS03s62rZ9PEtiM1SEiu9GxDhg3iCL7bEnWG mdS/0geLU6aX4ssiMX5VZCeG/F7A6noIWZIimD8GL5BssceRHsfzrOY6qtaq4k68C9snySU16 l3UkO0pBPrGAeXf/gbTadxS0Bp9PEXGCp5LQ2kR2CCoEv11zVdSmvtr0gU1LfMGVUEg+tYDsn AqSOF+tuWU0HS5qwBo/iZNiBGd7oqwRYi7588AMToMQqnzvgWoDxVcs3ko38DRIaEIxaDHrFI 8sIBX6vbzVw9y1P+9HP/DhaetmVAmNbIu9iEkFOEzuKQIGTdVMxEbAaDUKo1Y8AvFwbxSalUS z0sxPV+dUBPRssETtB3dLuvg38DZPm099LcHfj4RKQKwBIahX7N1X1rmGN7/M4HfbQ3rqTtW7 rJx3ju82zyi7ezvIb1MaluD3FbLnRxnt4+MTVE0sjU4RKemuTvw1F5hRRbiOoQVNZFmtMcTIn 24gDWpy4pgmwgwYvY6wTYGEd0MzRtU5BFkZQV4+wf4chp9xAPVCUIYVGYyqU7cMmi4LW3QnAh bQFYTalSZhM/+IlTbfgcb6bIFr3LJpcpTP99IP20uMKJCiDWbiOlFkyLS7+mrHC9gdmAWlx0/ bm8DDvC X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Thu, 23 Jun 2016 18:52:58 -0000 On 2016-06-23 20:35, Mathieu Arnold wrote: > > > +--On 23 juin 2016 20:15:42 +0200 olli hauer wrote: > |> HTTPD?= ${LOCALBASE}/sbin/httpd > |> -.if exists(${HTTPD}) > |> +. if exists(${HTTPD}) > |> APACHE_THR!= ${HTTPD} -V | ${GREP} threaded > |> -. if ${APACHE_THR:Myes} > |> +. if ${APACHE_THR:Myes} > | > | > | I think this should be written as: > | - APACHE_THR!= ${HTTPD} -V | ${GREP} threaded > | + APACHE_THR!= ${HTTPD} -V | ${AWK} '/threaded/ {print $2}' > > Sure, feel free. > done also having a small fix for Mk/bsd.port.mk (PR 210282) FreeBSD 11 has a new system user/group that should be added to USERS/GROUPS_BLACKLIST If it is OK for portmgr I can commit the patch before apache24-2.4.23 hits the tree and we have to handle this local in the blacklist of the port -- olli