Ticket #38252: Portfile.ola.diff
File Portfile.ola.diff, 1.6 KB (added by nomis52@…, 12 years ago) |
---|
-
Portfile
old new 4 4 PortSystem 1.0 5 5 6 6 name ola 7 version 0.8.2 67 version 0.8.28 8 8 categories net comms 9 9 platforms darwin 10 10 license GPL-2+ LGPL-2.1+ … … 21 21 homepage http://opendmx.net/index.php/OLA 22 22 master_sites googlecode:open-lighting 23 23 24 checksums rmd160 89fd147cd9480b69a5398264e4e3c1f30fda0aa8\25 sha256 3d881570ea58b6f5f49f556b2663be57d702341ee5a6287c40fa1143b49b0b9924 checksums rmd160 f308938d38339cc0e39a03a93c3850c35bb23aa7 \ 25 sha256 20ffcdfdfafe1e197503cd142dfdcf3b38ca3ae4334738d2c9288808684a362c 26 26 27 27 depends_build port:pkgconfig 28 28 … … 30 30 port:protobuf-cpp 31 31 32 32 configure.args --disable-http \ 33 --disable-libusb 33 --disable-libusb \ 34 --disable-osc 34 35 35 36 variant python26 conflicts python27 description {Enable the Python 2.6 API} { 36 37 depends_lib-append port:py26-protobuf … … 49 50 configure.args-delete --disable-http 50 51 } 51 52 53 variant osc description {Build with OSC support} { 54 depends_lib-append port:liblo 55 configure.args-delete --disable-osc 56 } 57 52 58 variant libusb description {Build with libusb support} { 53 59 depends_lib-append port:libusb 54 60 configure.args-delete --disable-libusb 55 61 } 56 62 57 default_variants +http + libusb63 default_variants +http +osc +libusb 58 64 59 65 if {![variant_isset python26]} { 60 66 default_variants +python27