Ticket #51888: lilypond-2.19.44.diff
File lilypond-2.19.44.diff, 1.7 KB (added by mojca (Mojca Miklavec), 8 years ago) |
---|
-
Portfile
2 2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup compiler_blacklist_versions 1.0 5 6 6 7 name lilypond-devel 7 8 set my_name lilypond 8 version 2.19.4 19 version 2.19.44 9 10 set branch [join [lrange [split ${version} .] 0 1] .] 10 11 categories textproc 11 12 maintainers snc openmaintainer … … 22 23 platforms darwin 23 24 master_sites http://download.linuxaudio.org/lilypond/sources/v${branch}/ 24 25 distname ${my_name}-${version} 25 checksums rmd160 1c80b72e64ac53b7f20eda7334490411fddcd29e\26 sha256 01f724224aa4d457d9ca80cf30df322f409a8b93bf50b8b6ccdd37bafe6a5a6b26 checksums rmd160 60ef751b84d80d3c759ac0d0f09020a3d8a9edd9 \ 27 sha256 cc53f10eb6a87d069bc9652515992fbb46277610e1e943aa14acc9c89c929f04 27 28 28 29 depends_build port:t1utils \ 29 30 port:bison \ … … 66 67 reinplace s|20110222|2011-02-22|g ${worksrcpath}/configure 67 68 } 68 69 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) 72 compiler.blacklist *clang* *llvm-gcc* *apple-gcc* gcc gcc-3.3 gcc-4.0 gcc-4.2 73 compiler.whitelist macports-gcc-6 macports-gcc-5 macports-gcc-4.9 macports-gcc-4.8 macports-gcc-4.7 74 69 75 configure.args-append --with-texgyre-dir=${prefix}/share/texmf-texlive/fonts/opentype/public/tex-gyre \ 70 76 --enable-documentation 71 77 configure.env LTDL_LIBRARY_PATH=${prefix}/lib \