Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id C9B661A9239 for ; Sat, 5 Mar 2022 19:53:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 23CD884EDA; Sat, 5 Mar 2022 19:53:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 60B6184E55 for ; Sat, 5 Mar 2022 19:53:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id h5CopmjqPJ7m for ; Sat, 5 Mar 2022 19:53:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B089A84D28 for ; Sat, 5 Mar 2022 19:53:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A8304FB24; Sat, 5 Mar 2022 19:53:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1646510002181260" MIME-Version: 1.0 Date: Sat, 5 Mar 2022 19:53:22 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/print/lilypond To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20220305195322.A8304FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1646510002181260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1646510002181260 Content-Disposition: inline Content-Length: 1044 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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" --_----------=_1646510002181260--