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 18 18 checksums rmd160 65d06067bf42270eadc5704bc1e1985cef89b9db \ 19 19 sha256 97c907802ad2f3766be817720de93aafdec9ea5386e0ff6550659e435e5c0d73 20 20 21 depends_lib p ort:openssl \21 depends_lib path:lib/libssl.dylib:openssl \ 22 22 port:zlib \ 23 23 port:bzip2 \ 24 24 port:flex 25 25 26 configure.args --disable-silent-rules \ 26 27 configure.args --disable-warnings-as-errors \ 28 --disable-silent-rules \ 27 29 --with-optimization=high \ 28 30 --disable-tcl \ 29 31 --disable-python \ … … 31 33 --without-dot \ 32 34 --disable-latex 33 35 34 if {${ os.major} < 13} {36 if {${configure.cxx_stdlib} eq "libstdc++"} { 35 37 configure.args-append --disable-cxx11 36 38 } 37 39 … … 79 81 80 82 depends_build-append port:swig-python 81 83 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 83 85 destroot.args-append pythondir="${d}" pyexecdir="${d}" 84 86 85 87 } … … 88 90 89 91 livecheck.type regex 90 92 livecheck.url ${master_sites} 91 livecheck.regex {ldas-tools- (\d+(?:\.\d+)*).tar.gz}93 livecheck.regex {ldas-tools-al-(\d+(?:\.\d+)*).tar.gz}