svn commit: r417374 - in head: Mk Mk/Uses lang/php55 lang/php56 lang/php70 www/redaxo

Mathieu Arnold mat at FreeBSD.org
Thu Jun 23 18:35:11 UTC 2016



+--On 23 juin 2016 20:15:42 +0200 olli hauer <ohauer at gmx.de> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20160623/3bc63db1/attachment.sig>


More information about the svn-ports-head mailing list