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 21:37:08 UTC 2016



+--On 23 juin 2016 20:52:54 +0200 olli hauer <ohauer at gmx.de> wrote:
| 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

That looks fine too.

-- 
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/6efcf4cc/attachment.sig>


More information about the svn-ports-head mailing list