Ticket #51626: Portfile-ldas-tools-al.diff

File Portfile-ldas-tools-al.diff, 1.4 KB (added by emaros, 8 years ago)
  • Portfile

    old new  
    1818checksums     rmd160 65d06067bf42270eadc5704bc1e1985cef89b9db \
    1919              sha256 97c907802ad2f3766be817720de93aafdec9ea5386e0ff6550659e435e5c0d73
    2020
    21 depends_lib    port:openssl \
     21depends_lib    path:lib/libssl.dylib:openssl \
    2222               port:zlib \
    2323               port:bzip2 \
    2424               port:flex
    2525
    26 configure.args --disable-silent-rules \
     26
     27configure.args --disable-warnings-as-errors \
     28               --disable-silent-rules \
    2729               --with-optimization=high \
    2830               --disable-tcl \
    2931               --disable-python \
     
    3133               --without-dot \
    3234               --disable-latex
    3335
    34 if {${os.major} < 13} {
     36if {${configure.cxx_stdlib} eq "libstdc++"} {
    3537    configure.args-append --disable-cxx11
    3638}
    3739
     
    7981
    8082            depends_build-append    port:swig-python
    8183            depends_lib-append      port:${p} port:py${s}-numpy
    82             configure.args-strsed   s/--disable-python/--enable-python/
     84            configure.args-replace  --disable-python --enable-python
    8385            destroot.args-append    pythondir="${d}" pyexecdir="${d}"
    8486
    8587        }
     
    8890
    8991livecheck.type   regex
    9092livecheck.url    ${master_sites}
    91 livecheck.regex  {ldas-tools-(\d+(?:\.\d+)*).tar.gz}
     93livecheck.regex  {ldas-tools-al-(\d+(?:\.\d+)*).tar.gz}