Ticket #30003: ola-python.diff
File ola-python.diff, 975 bytes (added by nomis52@…, 13 years ago) |
---|
-
Portfile
old new 33 33 configure.args --disable-http \ 34 34 --disable-libusb 35 35 36 variant python description {Enable the Python API} { 37 configure.args-append --enable-python-libs 36 variant python26 conflicts python27 description {Enable the Python 2.6 API} { 37 depends_lib-append port:protobuf-python26 38 configure.args-append PYTHON=python2.6 --enable-python-libs 39 } 40 41 variant python27 conflicts python26 description {Enable the Python 2.7 API} { 42 depends_lib-append port:protobuf-python27 43 configure.args-append PYTHON=python2.7 --enable-python-libs 38 44 } 39 45 40 46 variant http description {Build with embedded web server} { … … 47 53 configure.args-delete --disable-libusb 48 54 } 49 55 50 default_variants +http + python +libusb56 default_variants +http +libusb 51 57 52 58 test.run yes 53 59 test.target check