Ticket #23552: server_variant.patch

File server_variant.patch, 416 bytes (added by felix.riedel@…, 14 years ago)

Patch adding a default variant 'server'

  • Portfile

    old new  
    3939
    4040configure.args-append   --with-html-dir=${prefix}/share/doc/${name}
    4141
     42default_variants +server
     43
     44variant server description {Add the ability to run as server} {
     45    configure.args-append   --enable-server
     46}
     47
    4248test.run        yes
    4349
    4450livecheck.url    http://yacas.sourceforge.net/downloads.html