Ticket #53474: Portfile-stlink.diff
File Portfile-stlink.diff, 1.3 KB (added by denis-fr (Denis), 8 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 PortGroup github 1.0 5 PortGroup cmake 1.1 5 6 6 github.setup texane stlink 1. 2.07 github.setup texane stlink 1.3.0 7 8 categories cross devel 8 9 license BSD 9 10 maintainers nomaintainer … … 13 14 long_description Open source version of the STMicroelectronics Stlink Tools. \ 14 15 Provides the following tools: st-flash, st-info, st-term, st-util. 15 16 16 checksums rmd160 72646788e3b4d45c7676471d1d19d5fcbbe525f9 \ 17 sha256 b43dc6569c60cf0d8b44806776bdfa3fbb3e92f2154e6fdbdfeeb4e260ea5a6f 18 19 use_autoreconf yes 17 checksums rmd160 1fffecc282c328e1a3b493f0ff49830f83af5afa \ 18 sha256 2c392d3005f6b3059c4e4e11a1eaf2451d41130de2c7dac9192d3a8dd61c4eb5 20 19 21 20 depends_lib-append path:lib/libusb-1.0.dylib:libusb 22 21 23 #Does not default variant gui, it is crashing on Snow Leopard. 24 variant gui description "Provide tool: stlink-gui" { 25 configure.args-append --with-gtk 26 depends_lib-append port:gtk3 27 depends_lib-append port:adwaita-icon-theme 28 } 22 patchfiles patch-src-logging.c.diff