Ticket #53474: Portfile-stlink.diff

File Portfile-stlink.diff, 1.3 KB (added by denis-fr (Denis), 8 years ago)

Portfile diff for version 1.3.0

  • Portfile

    old new  
    22
    33PortSystem          1.0
    44PortGroup           github 1.0
     5PortGroup           cmake 1.1
    56
    6 github.setup        texane stlink 1.2.0
     7github.setup        texane stlink 1.3.0
    78categories          cross devel
    89license             BSD
    910maintainers         nomaintainer
     
    1314long_description    Open source version of the STMicroelectronics Stlink Tools. \
    1415                    Provides the following tools: st-flash, st-info, st-term, st-util.
    1516
    16 checksums           rmd160  72646788e3b4d45c7676471d1d19d5fcbbe525f9 \
    17                     sha256  b43dc6569c60cf0d8b44806776bdfa3fbb3e92f2154e6fdbdfeeb4e260ea5a6f
    18 
    19 use_autoreconf      yes
     17checksums           rmd160  1fffecc282c328e1a3b493f0ff49830f83af5afa \
     18                    sha256  2c392d3005f6b3059c4e4e11a1eaf2451d41130de2c7dac9192d3a8dd61c4eb5
    2019
    2120depends_lib-append  path:lib/libusb-1.0.dylib:libusb
    2221
    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 }
     22patchfiles patch-src-logging.c.diff