From owner-svn-ports-head@freebsd.org Thu Jun 23 18:15:52 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 13D84B733ED; Thu, 23 Jun 2016 18:15:52 +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 6383C2D04; Thu, 23 Jun 2016 18:15:50 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from [192.168.100.100] ([87.139.233.65]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0MEFlg-1b9XT502wa-00FR9y; Thu, 23 Jun 2016 20:15:43 +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:15:42 +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: <201606231319.u5NDJILd062527@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Provags-ID: V03:K0:iIURTolOwebtW3Kww4OA1s5ykKJZiK0YLz3PBSRMGdrpA2zmdUk wPeXMb6MSpWh3rC0A1CkUvfq+7IeuDa1kpAU8nm1dgPrWyMk70UAS5OR7j0ZDxADPHwXXO8 LUoOnPnyMkilA5ePVs1EC7bWrnsUt4T0PZ+9B8RiPznSoeyj7Pinutb1qIioeC8AhdnjLez Z0o+Glb6rOvxBVgPuMG8w== X-UI-Out-Filterresults: notjunk:1;V01:K0:eeK23p68G78=:GfzCJ5q2+NU/SWz0GrJfMi v2zLa/5ttoHr4EBH8VV1O45m1/H4sehkmmRzLFwvbAeUXdE0W79/X3geArdSZYNzsU0xv08lw RoyI8nYL7LBcusvbtSV66mrbREmHEkoA5ber2YlKcW/dTsda5RzBe7PgXtJ5opE9gi3qDAIAg RojkBPKP/SDK5AXJa3FZlidIyuNkSHRmC1pQJOIBrYNgEEqJTOitEhJwGA9LMboWMGO5kgnRT 0DkMYVMAxHTmNmO+F0Xnswn0dt44AEMclD0BwiotpjmIKsCBayKxGg2Q6gBIQ4rBQaRgCmfr8 w0Z0XXadDDIkUu7axJFUGLZFDSrr1qkNMAiIkD+a6tey6pfeju8xvCk3q8M0LuUQ3DXP1X9HS f3PsT0eW2ooLdQfC1ib8duf3YAcicmzbb0V3c8N+8Q6jL6SNjBxfUXuW0OugNDSLhLpOn1Pwp Vy/1CecGyoaouJQfDN0dKDrY7xpoLc6c+daUe12DcWNcLoDMxNjZgKJqidkuodIyfN00UnAxj VKeUfcodNlXEtX9ixDKt/8JSjfa6SRlt2+ueaP7UFwKS6VZXq/5mp+Rh5R37/edHUwehgJ9ud 1hwSgh0LsMZAnv9Qja9SOnY6Suf2ob8iFVNel58oxy1EzzSusxzTF9PMmJevYKPyDDrrKKuYB GHdDbKdTEfcODBzx59rdfYq/HXO6h68BmyYwly0g7+3FG/S4pdIf9ClPQhZJ1kNxokw8AQzH8 ThgMpuIq78g2nvE+FmXlauUlL4SYH52MKCbArwwPKyflZXNXOYkn4MNiN/op8RqK4S1VbJFx0 hA0rjkW 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:15:52 -0000 On 2016-06-23 15:19, Mathieu Arnold wrote: > Author: mat > Date: Thu Jun 23 13:19:17 2016 > New Revision: 417374 > URL: https://svnweb.freebsd.org/changeset/ports/417374 > > Log: > Move bsd.php.mk to Uses/php.mk > > PR: 210323 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210323 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210323 > Submitted by: mat > Exp-run by: antoine > Sponsored by: Absolight > Differential Revision: https://reviews.freebsd.org/D6867 ... > > 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}' Looking at the output of apache24 `httpd -V | grep threaded' - mpm_event and mpm_worker threaded: yes (fixed thread count) - mpm_prefork threaded: no -- olli