Ticket #29438: Portfile-nginx-v2.diff
File Portfile-nginx-v2.diff, 711 bytes (added by rene@…, 13 years ago) |
---|
-
Portfile
old new 58 58 --http-fastcgi-temp-path=${nginx_rundir}/fastcgi_temp \ 59 59 --http-uwsgi-temp-path=${nginx_rundir}/uwsgi_temp 60 60 61 default_variants +ipv6 61 62 universal_variant no 62 63 63 64 build.target build … … 119 120 configure.args-append --with-http_stub_status_module 120 121 } 121 122 123 variant ipv6 description {Add support for ipv6} { 124 configure.args-append --with-ipv6 125 } 126 122 127 # This variant has been labelled "perl5" so as to allow users to easily stick 123 128 # with perl 5.x once perl 6.x is released; a "perl6" variant will also be added 124 129 # at that time.