Ticket #29438: Portfile-nginx-v2.diff

File Portfile-nginx-v2.diff, 711 bytes (added by rene@…, 13 years ago)

Updated with default_variants added for ipv6

  • Portfile

    old new  
    5858                    --http-fastcgi-temp-path=${nginx_rundir}/fastcgi_temp \
    5959                    --http-uwsgi-temp-path=${nginx_rundir}/uwsgi_temp
    6060
     61default_variants    +ipv6
    6162universal_variant   no
    6263
    6364build.target        build
     
    119120    configure.args-append   --with-http_stub_status_module
    120121}
    121122
     123variant ipv6 description {Add support for ipv6} {
     124    configure.args-append   --with-ipv6
     125}
     126
    122127# This variant has been labelled "perl5" so as to allow users to easily stick
    123128# with perl 5.x once perl 6.x is released; a "perl6" variant will also be added
    124129# at that time.