Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Sep 2016 19:35:49 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422343 - head/www/apache24
Message-ID:  <201609171935.u8HJZnYu025678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ohauer
Date: Sat Sep 17 19:35:48 2016
New Revision: 422343
URL: https://svnweb.freebsd.org/changeset/ports/422343

Log:
  - mod_proxy_http2 requires mod_proxy_balancer
  
  No PORTREVISION bump
   defaults: PROXY_BALANCER=on PROXY_HTTP2=off
  
  PR:		210868
  Submitted by:	M. Macha

Modified:
  head/www/apache24/Makefile.modules

Modified: head/www/apache24/Makefile.modules
==============================================================================
--- head/www/apache24/Makefile.modules	Sat Sep 17 19:26:07 2016	(r422342)
+++ head/www/apache24/Makefile.modules	Sat Sep 17 19:35:48 2016	(r422343)
@@ -86,4 +86,8 @@ CONFIGURE_ARGS+=	--with-libxml2=${LOCALB
 CONFIGURE_ARGS+=	--without-libxml2
 .endif
 
+.if ${PORT_OPTIONS:MPROXY_HTTP2} && !${PORT_OPTIONS:MPROXY_BALANCER}
+IGNORE=	PROXY_HTTP2 needs PROXY_BALANCER
+.endif
+
 .endif	# _PREMKINCLUDED



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609171935.u8HJZnYu025678>