Summary: | print/lilypond-devel: update to 2.23.5 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Martin Neubauer <m.ne> | ||||||||
Component: | Individual Port(s) | Assignee: | Hiroki Tagato <tagattie> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Some People | CC: | cs, tagattie | ||||||||
Priority: | --- | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
URL: | http://lilypond.org/news.html#LilyPond-2_002e23_005e5-released-November-28_002c-2021 | ||||||||||
Attachments: |
|
Created attachment 230128 [details]
Poudriere build log
Poudriere build fails with the following error (A full build log attached):
dispatcher.cc:29:10: fatal error: 'alloca.h' file not found
#include <alloca.h>
^~~~~~~~~~
Can you look into this?
Created attachment 230135 [details]
updated patch
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=fc1b6f9da1b85342a5caa91ca418a3d6ad5a49cf commit fc1b6f9da1b85342a5caa91ca418a3d6ad5a49cf Author: Martin Neubauer <m.ne@gmx.net> AuthorDate: 2021-12-15 11:34:53 +0000 Commit: Hiroki Tagato <tagattie@FreeBSD.org> CommitDate: 2021-12-15 11:38:31 +0000 print/lilypond-devel: update to 2.23.5 PR: 260294 Reported by: Martin Neubauer <m.ne@gmx.net> (maintainer) print/lilypond-devel/Makefile | 2 +- print/lilypond-devel/distinfo | 6 +++--- print/lilypond-devel/files/patch-config.make.in | 4 ++-- print/lilypond-devel/files/patch-configure | 4 ++-- print/lilypond-devel/files/patch-lily_dispatcher.cc (new) | 14 ++++++++++++++ print/lilypond-devel/files/patch-lily_midi-item.cc (gone) | 11 ----------- .../files/patch-stepmake_stepmake_texinfo-vars.make | 6 +++--- print/lilypond-devel/pkg-plist | 3 ++- 8 files changed, 27 insertions(+), 23 deletions(-) Committed, thanks! |
Created attachment 229997 [details] patch for print/lilypond-devel to 2.23.5 - Update to 2.23.5 - Add new patch to fix build