New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #26440: patch-Portfile.diff

File patch-Portfile.diff, 597 bytes (added by tonym@…, 3 years ago)

patch to Portfile adding +no_ssl variant

  • Portfile

    old new  
    3333 
    3434test.run                yes 
    3535 
     36patchfiles   patch-wscript.diff 
     37 
    3638# TODO: Fix the doc installation 
    3739#variant doc description {Build and install manpages} { 
    3840#    use_configure   no 
     
    4244#    depends_lib-append      port:asciidoc \ 
    4345#                            port:libxslt 
    4446#} 
     47 
     48variant no_ssl description {build without ssl} { 
     49    configure.args-append --without-ssl 
     50    depends_lib-delete      port:gnutls \ 
     51                            port:openssl 
     52}