Bug 260294 - print/lilypond-devel: update to 2.23.5
Summary: print/lilypond-devel: update to 2.23.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Hiroki Tagato
URL: http://lilypond.org/news.html#LilyPon...
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-09 18:55 UTC by Martin Neubauer
Modified: 2021-12-15 11:39 UTC (History)
2 users (show)

See Also:


Attachments
patch for print/lilypond-devel to 2.23.5 (5.20 KB, patch)
2021-12-09 18:55 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff
Poudriere build log (229.74 KB, text/plain)
2021-12-15 05:15 UTC, Hiroki Tagato
no flags Details
updated patch (5.76 KB, patch)
2021-12-15 09:24 UTC, Martin Neubauer
m.ne: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Neubauer 2021-12-09 18:55:44 UTC
Created attachment 229997 [details]
patch for print/lilypond-devel to 2.23.5

- Update to 2.23.5
- Add new patch to fix build
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-15 05:15:15 UTC
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?
Comment 2 Martin Neubauer 2021-12-15 09:24:42 UTC
Created attachment 230135 [details]
updated patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2021-12-15 11:39:08 UTC
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(-)
Comment 4 Hiroki Tagato freebsd_committer freebsd_triage 2021-12-15 11:39:40 UTC
Committed, thanks!