[144800] trunk/dports/www/nginx/Portfile

cal at macports.org cal at macports.org
Mon Jan 18 11:26:01 PST 2016


Revision: 144800
          https://trac.macports.org/changeset/144800
Author:   cal at macports.org
Date:     2016-01-18 11:26:00 -0800 (Mon, 18 Jan 2016)
Log Message:
-----------
nginx: Build stream_ssl module on +ssl +stream

If you want this, you'll have to recompile your nginx; run
  sudo port -nf upgrade nginx

Modified Paths:
--------------
    trunk/dports/www/nginx/Portfile

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2016-01-18 18:24:26 UTC (rev 144799)
+++ trunk/dports/www/nginx/Portfile	2016-01-18 19:26:00 UTC (rev 144800)
@@ -235,8 +235,11 @@
     configure.args-append   --with-http_sub_module
 }
 
-variant stream description {Enable ngx_stream_core_module for generic TCP proxying and load balancing} {
+variant stream description {Enable ngx_stream_core_module for generic TCP proxying and load balancing (install with +ssl to enable ngx_stream_ssl_module)} {
     configure.args-append   --with-stream
+    if {[variant_isset ssl]} {
+        configure.args-append   --with-stream_ssl_module
+    }
 }
 
 variant upload description {Enable Valery Kholodkov's upload module (http://grid.net.ru/nginx/upload.en.html)} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160118/581281c2/attachment.html>


More information about the macports-changes mailing list