svn commit: r422343 - head/www/apache24

Olli Hauer ohauer at FreeBSD.org
Sat Sep 17 19:35:50 UTC 2016


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


More information about the svn-ports-head mailing list