Revision: 110396 https://trac.macports.org/changeset/110396 Author: snc@macports.org Date: 2013-08-30 14:00:54 -0700 (Fri, 30 Aug 2013) Log Message: ----------- lilypond-devel: update to 2.17.25, clang errors fixed Modified Paths: -------------- trunk/dports/textproc/lilypond-devel/Portfile Modified: trunk/dports/textproc/lilypond-devel/Portfile =================================================================== --- trunk/dports/textproc/lilypond-devel/Portfile 2013-08-30 20:55:45 UTC (rev 110395) +++ trunk/dports/textproc/lilypond-devel/Portfile 2013-08-30 21:00:54 UTC (rev 110396) @@ -5,7 +5,7 @@ name lilypond-devel set my_name lilypond -version 2.17.21 +version 2.17.25 set branch [join [lrange [split ${version} .] 0 1] .] categories textproc maintainers snc openmaintainer @@ -23,8 +23,8 @@ master_sites http://download.linuxaudio.org/lilypond/sources/v${branch}/ distname ${my_name}-${version} dist_subdir ${name}/${version}_${revision} -checksums rmd160 b67e489f09b4eea1ec321902efe9c4974fb627ce \ - sha256 388c0a2d73e2f611ebedbc58d18da483a7b25bc50c8d3538561b856e5484edd9 +checksums rmd160 22eaa2fbdcd2aa6a0fd45bb5634005ba38592586 \ + sha256 d60514996e4e67b54cf6e8d6bfab0702c32daf9026a409399152cdaf4394d9e8 depends_build port:t1utils \ @@ -80,10 +80,6 @@ } } -# 17 casting errors similar to: -# accidental-engraver.cc:501:1: error: cannot cast from type 'void (Accidental_engraver::*)(Grob_info)' to pointer type 'Engraver_void_function_engraver_grob_info' (aka 'void (*)(Engraver *, Grob_info)') -compiler.blacklist clang - configure.args-append --with-ncsb-dir=${prefix}/share/fonts/urw-fonts \ --disable-documentation configure.env LTDL_LIBRARY_PATH=${prefix}/lib \