pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/lilypond



Module Name:    pkgsrc
Committed By:   gdt
Date:           Sat Mar  5 19:53:22 UTC 2022

Modified Files:
        pkgsrc/print/lilypond: Makefile

Log Message:
lilypond: Explain more clearly the guile situation

Upstream chooses to support only ancient guile.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/print/lilypond/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/lilypond/Makefile
diff -u pkgsrc/print/lilypond/Makefile:1.134 pkgsrc/print/lilypond/Makefile:1.135
--- pkgsrc/print/lilypond/Makefile:1.134        Wed Dec  8 16:06:14 2021
+++ pkgsrc/print/lilypond/Makefile      Sat Mar  5 19:53:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2021/12/08 16:06:14 adam Exp $
+# $NetBSD: Makefile,v 1.135 2022/03/05 19:53:22 gdt Exp $
 
 DISTNAME=      lilypond-2.18.2
 PKGREVISION=   24
@@ -64,7 +64,10 @@ BUILDLINK_API_DEPENDS.flex+= flex>=2.6.0
 .include "../../devel/flex/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"
-# lilypond's configure rejects guile2
+# 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
 .include "../../lang/guile/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../mk/omf-scrollkeeper.mk"



Home | Main Index | Thread Index | Old Index