From owner-svn-ports-head@freebsd.org Thu Jun 23 18:35:10 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 EC3A7B7375B; Thu, 23 Jun 2016 18:35:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (prod2.absolight.net [79.143.243.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id B69962BEB; Thu, 23 Jun 2016 18:35:10 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 061F1BDC78; Thu, 23 Jun 2016 20:35:08 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id D72F1BDC56; Thu, 23 Jun 2016 20:35:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 7B1F963727EB; Thu, 23 Jun 2016 20:35:07 +0200 (CEST) Date: Thu, 23 Jun 2016 20:35:07 +0200 From: Mathieu Arnold To: olli hauer , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r417374 - in head: Mk Mk/Uses lang/php55 lang/php56 lang/php70 www/redaxo Message-ID: In-Reply-To: References: <201606231319.u5NDJILd062527@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========329DCD95F78C5D178B3D==========" 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:35:11 -0000 --==========329DCD95F78C5D178B3D========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +--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. -- Mathieu Arnold --==========329DCD95F78C5D178B3D========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJXbCvbXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzQUI2OTc4OUQyRUQxMjEwNjQ0MEJBNUIz QTQ1MTZGMzUxODNDRTQ4AAoJEDpFFvNRg85IadUQALa32OO/cObYZJhGre+37jz6 fr2glBpTccrtiWEUXGxyjG92RL+98qgEmA/kaHf/2IeFO9zU43OKyJza2JRXPJ9u B/UHoWcd9WeCfJe6qC3paS/GPoalTYtP7YDz36CO0eLnNMg6yeuUPVvG4oK3u/p8 viHy5tLIMNfA9NkKD714UCB3jfFfzeiVyJQ5EJ1a88lnIiUy/XZg46l8CQr1ndgi IOB8WFg861n0sYMlGJBuqoCILasYNy2cEucOFuDRsAcQi3le5lYdZsW1NItUuGZV ZWtZWYHdPAbybLEc2ZRKm4wRTZzDgnndwtelw3HHedOoz2HR97f1OZGsghWRHWfB y/8NOd9iYizizWh7xzOgzCTZRjxQy6CsPH+3GN8iO9JS6Me9cQbc8GRDeWBQlDis DfMxOsh735SOHV3yfbXRbYsJV8vyv5usNZsd2tFCeIQAaCHlGCkOMBEuGACwRVoW ut892EkuDNJceWMB495e2x5IhvRFkNvvClc0+2UVvsWs5aKnX6oRYon5Kzyeme4s Ei/s+BXfTMjCQMqIqCSyWJZlkcSqnm12Cn8mzD3hdPDF6bzEFjI8rW0KHZV36+Yb MYnSX1UYmQffM+antdTcNuKYSqyuKou3gcWFxGqMh71U7U94TBDdKGDPlg0mLDze FZMqHvWDYBPd430Bx/GQ =L3bK -----END PGP SIGNATURE----- --==========329DCD95F78C5D178B3D==========--