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

olli hauer ohauer at gmx.de
Thu Jun 23 18:52:58 UTC 2016


On 2016-06-23 20:35, Mathieu Arnold wrote:
> 
> 
> +--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.
> 
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


More information about the svn-ports-head mailing list