Ticket #38252: Portfile.ola.diff

File Portfile.ola.diff, 1.6 KB (added by nomis52@…, 11 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                ola
    7 version             0.8.26
     7version             0.8.28
    88categories          net comms
    99platforms           darwin
    1010license             GPL-2+ LGPL-2.1+
     
    2121homepage            http://opendmx.net/index.php/OLA
    2222master_sites        googlecode:open-lighting
    2323
    24 checksums           rmd160 89fd147cd9480b69a5398264e4e3c1f30fda0aa8 \
    25                     sha256 3d881570ea58b6f5f49f556b2663be57d702341ee5a6287c40fa1143b49b0b99
     24checksums           rmd160 f308938d38339cc0e39a03a93c3850c35bb23aa7 \
     25                    sha256 20ffcdfdfafe1e197503cd142dfdcf3b38ca3ae4334738d2c9288808684a362c
    2626
    2727depends_build       port:pkgconfig
    2828
     
    3030                    port:protobuf-cpp
    3131
    3232configure.args      --disable-http \
    33                     --disable-libusb
     33                    --disable-libusb \
     34                    --disable-osc
    3435
    3536variant python26 conflicts python27 description {Enable the Python 2.6 API} {
    3637    depends_lib-append      port:py26-protobuf
     
    4950    configure.args-delete   --disable-http
    5051}
    5152
     53variant osc description {Build with OSC support} {
     54    depends_lib-append      port:liblo
     55    configure.args-delete   --disable-osc
     56}
     57
    5258variant libusb description {Build with libusb support} {
    5359    depends_lib-append      port:libusb
    5460    configure.args-delete   --disable-libusb
    5561}
    5662
    57 default_variants    +http +libusb
     63default_variants    +http +osc +libusb
    5864
    5965if {![variant_isset python26]} {
    6066    default_variants        +python27