Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jun 2016 20:52:54 +0200
From:      olli hauer <ohauer@gmx.de>
To:        Mathieu Arnold <mat@FreeBSD.org>, 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:  <aa3d15f2-8485-f6e5-3435-bb284f2eec7c@gmx.de>
In-Reply-To: <D75D2A1DDFF1F715AFF55B53@atuin.in.mat.cc>
References:  <201606231319.u5NDJILd062527@repo.freebsd.org> <a1a4345b-4dfa-94b9-19a3-1e1f24b648ea@gmx.de> <D75D2A1DDFF1F715AFF55B53@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2016-06-23 20:35, Mathieu Arnold wrote:
> 
> 
> +--On 23 juin 2016 20:15:42 +0200 olli hauer <ohauer@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?aa3d15f2-8485-f6e5-3435-bb284f2eec7c>