pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/lilypond lilypond: update some comments concerni...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70bc3a487de9
branches:  trunk
changeset: 381044:70bc3a487de9
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Jun 25 19:35:54 2022 +0000

description:
lilypond: update some comments concerning language dependencies

Note current state of upstream support for recent Guile and Python.

diffstat:

 print/lilypond/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 3ea06ca324ba -r 70bc3a487de9 print/lilypond/Makefile
--- a/print/lilypond/Makefile   Sat Jun 25 15:04:03 2022 +0000
+++ b/print/lilypond/Makefile   Sat Jun 25 19:35:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2022/03/07 20:36:51 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2022/06/25 19:35:54 gutteridge Exp $
 
 DISTNAME=      lilypond-2.18.2
 PKGREVISION=   25
@@ -54,7 +54,7 @@
 CONFIGURE_ENV+=                PYTHON=${PYTHONBIN:Q}
 
 REPLACE_PYTHON+=               scripts/build/yyout2grammar.py
-PYTHON_VERSIONS_ACCEPTED=      27 # not yet ported as of 2.18.0
+PYTHON_VERSIONS_ACCEPTED=      27 # Ported to 3.x as of 2.21
 PLIST_SUBST+=                  PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//}
 
 # needs FlexLexer.h
@@ -64,10 +64,11 @@
 .include "../../devel/flex/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
-# lilypond's configure rejects guile2.  It is a bug in lilypond that
-# maintained versions of guile are not usable, but it does not seem
-# likely that will be fixed.  See e.g.
-#   https://gitlab.com/lilypond/lilypond/-/issues/6163
+# lilypond's configure rejects guile2.  2.23.9 and above support and
+# require Guile 2.2 instead, also stating "Newer versions, such as Guile
+# 3.0, may work but are not officially supported (yet)."  See e.g.,
+#  https://gitlab.com/lilypond/lilypond/-/issues/6163
+#  http://lilypond.org/doc/v2.23/Documentation/contributor/requirements-for-running-lilypond
 .include "../../lang/guile18/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/omf-scrollkeeper.mk"



Home | Main Index | Thread Index | Old Index