Ticket #51888: lilypond-2.19.44.diff

File lilypond-2.19.44.diff, 1.7 KB (added by mojca (Mojca Miklavec), 8 years ago)

Lilypond update to version 2.19.44

  • Portfile

     
    22# $Id$
    33
    44PortSystem          1.0
     5PortGroup           compiler_blacklist_versions 1.0
    56
    67name                lilypond-devel
    78set my_name         lilypond
    8 version             2.19.41
     9version             2.19.44
    910set branch          [join [lrange [split ${version} .] 0 1] .]
    1011categories          textproc
    1112maintainers         snc openmaintainer
     
    2223platforms           darwin
    2324master_sites        http://download.linuxaudio.org/lilypond/sources/v${branch}/
    2425distname            ${my_name}-${version}
    25 checksums           rmd160  1c80b72e64ac53b7f20eda7334490411fddcd29e \
    26                     sha256  01f724224aa4d457d9ca80cf30df322f409a8b93bf50b8b6ccdd37bafe6a5a6b
     26checksums           rmd160  60ef751b84d80d3c759ac0d0f09020a3d8a9edd9 \
     27                    sha256  cc53f10eb6a87d069bc9652515992fbb46277610e1e943aa14acc9c89c929f04
    2728
    2829depends_build       port:t1utils \
    2930                    port:bison \
     
    6667    reinplace s|20110222|2011-02-22|g ${worksrcpath}/configure
    6768}
    6869
     70# https://lists.gnu.org/archive/html/bug-lilypond/2016-07/msg00071.html
     71# blacklist any clang compiler and any old gcc (a better expression is needed)
     72compiler.blacklist *clang* *llvm-gcc* *apple-gcc* gcc gcc-3.3 gcc-4.0 gcc-4.2
     73compiler.whitelist macports-gcc-6 macports-gcc-5 macports-gcc-4.9 macports-gcc-4.8 macports-gcc-4.7
     74
    6975configure.args-append  --with-texgyre-dir=${prefix}/share/texmf-texlive/fonts/opentype/public/tex-gyre \
    7076    --enable-documentation
    7177configure.env       LTDL_LIBRARY_PATH=${prefix}/lib \