[151451] trunk/dports/textproc/lilypond-devel/Portfile

snc at macports.org snc at macports.org
Tue Aug 16 08:34:27 PDT 2016


Revision: 151451
          https://trac.macports.org/changeset/151451
Author:   snc at macports.org
Date:     2016-08-16 08:34:27 -0700 (Tue, 16 Aug 2016)
Log Message:
-----------
lilypond-devel: use specific compiler to update to 2.19.46, #51888

Modified Paths:
--------------
    trunk/dports/textproc/lilypond-devel/Portfile

Modified: trunk/dports/textproc/lilypond-devel/Portfile
===================================================================
--- trunk/dports/textproc/lilypond-devel/Portfile	2016-08-16 15:26:27 UTC (rev 151450)
+++ trunk/dports/textproc/lilypond-devel/Portfile	2016-08-16 15:34:27 UTC (rev 151451)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
 name                lilypond-devel
 set my_name         lilypond
-version             2.19.41
+version             2.19.46
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          textproc
 maintainers         snc openmaintainer
@@ -22,8 +23,8 @@
 platforms           darwin
 master_sites        http://download.linuxaudio.org/lilypond/sources/v${branch}/
 distname            ${my_name}-${version}
-checksums           rmd160  1c80b72e64ac53b7f20eda7334490411fddcd29e \
-                    sha256  01f724224aa4d457d9ca80cf30df322f409a8b93bf50b8b6ccdd37bafe6a5a6b
+checksums           rmd160  fc20762ee9751b387f75e2594067d4113b4b1b24 \
+                    sha256  f609051e2128c40da17698c0432fe8a96858583d197a8264fc4bceeab0378674
 
 depends_build       port:t1utils \
                     port:bison \
@@ -66,6 +67,11 @@
     reinplace s|20110222|2011-02-22|g ${worksrcpath}/configure
 }
 
+# https://lists.gnu.org/archive/html/bug-lilypond/2016-07/msg00071.html
+# blacklist any clang compiler and any old gcc (a better expression is needed)
+compiler.blacklist *clang* *llvm-gcc* *apple-gcc* gcc gcc-3.3 gcc-4.0 gcc-4.2
+compiler.whitelist macports-gcc-6 macports-gcc-5 macports-gcc-4.9 macports-gcc-4.8 macports-gcc-4.7
+
 configure.args-append  --with-texgyre-dir=${prefix}/share/texmf-texlive/fonts/opentype/public/tex-gyre \
     --enable-documentation
 configure.env       LTDL_LIBRARY_PATH=${prefix}/lib \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160816/3aa7ab44/attachment-0001.html>


More information about the macports-changes mailing list