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

cal at macports.org cal at macports.org
Tue Sep 9 12:52:18 PDT 2014


Revision: 125194
          https://trac.macports.org/changeset/125194
Author:   cal at macports.org
Date:     2014-09-09 12:52:18 -0700 (Tue, 09 Sep 2014)
Log Message:
-----------
nginx: re-enable debug variant, #44924

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

Modified: trunk/dports/www/nginx/Portfile
===================================================================
--- trunk/dports/www/nginx/Portfile	2014-09-09 18:03:43 UTC (rev 125193)
+++ trunk/dports/www/nginx/Portfile	2014-09-09 19:52:18 UTC (rev 125194)
@@ -121,6 +121,10 @@
     configure.args-append   --with-http_dav_module --add-module=${workpath}/${davext_distname}
 }
 
+variant debug description {Enable debug mode} {
+    configure.args-append   --with-debug
+}
+
 variant degradation description {Allow to return 204 or 444 code for some locations on low memory condition} {
     configure.args-append   --with-http_degradation_module
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140909/29267ebd/attachment.html>


More information about the macports-changes mailing list