Ticket #29899: ola.diff
File ola.diff, 1.5 KB (added by nomis52@…, 13 years ago) |
---|
-
net/ola/Portfile
old new 8 8 version 0.8.9 9 9 categories net comms 10 10 platforms darwin 11 license LGPL-2.1+11 license GPL-2+ LGPL-2.1+ 12 12 maintainers gmail.com:nomis52 p3k.org:interface 13 13 14 description an open framework for DMXlighting control14 description An open framework for DMX512 lighting control 15 15 16 16 long_description The Open Lighting Architecture (OLA) provides a plugin \ 17 17 framework for distributing DMX512 control signals on \ … … 28 28 depends_build port:pkgconfig 29 29 30 30 depends_lib port:cppunit \ 31 port: unittest-cpp \32 port: protobuf-cpp31 port:protobuf-cpp \ 32 port:unittest-cpp 33 33 34 34 configure.args --disable-http \ 35 35 --disable-libusb 36 36 37 variant python description {Enable the Python API} { 38 configure.args-append --enable-python-libs 39 } 40 37 41 variant http description {Build with embedded web server} { 38 42 depends_lib-append port:libmicrohttpd 39 43 configure.args-delete --disable-http 40 44 } 41 45 42 default_variants +http 46 variant libusb description {Build with libusb support} { 47 depends_lib-append port:libusb 48 configure.args-delete --disable-libusb 49 } 50 51 default_variants +http +python +libusb 43 52 44 53 test.run yes 45 54 test.target check