Bug 278154

Summary: print/lilypond: fix build with NLS option turned off
Product: Ports & Packages Reporter: Martin Neubauer <m.ne>
Component: Individual Port(s)Assignee: Nuno Teixeira <eduardo>
Status: Closed FIXED    
Severity: Affects Some People CC: eduardo
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
See Also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277914
Attachments:
Description Flags
patch fixing dependencies for NLS m.ne: maintainer-approval+

Description Martin Neubauer 2024-04-03 21:36:28 UTC
Created attachment 249686 [details]
patch fixing dependencies for NLS

Lilypond always expects gettext-tools to be present during build leading to a failing configure stage when the NLS option is turned off. The patch fixes the dependencies for either value of NLS.

(Thanks D'Arcy Cain for pointing out the problem.)
Comment 1 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-04 10:37:31 UTC
(Note to self: bump portrevision as this changes affects pkg)
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-04-04 13:31:03 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=04761e4a269f05cde037eb6364db0f1990b88878

commit 04761e4a269f05cde037eb6364db0f1990b88878
Author:     Martin Neubauer <m.ne@gmx.net>
AuthorDate: 2024-04-04 13:28:55 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-04-04 13:30:46 +0000

    print/lilypond: Fix build with NLS option turned off

    PR:             278154

 print/lilypond/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
Comment 3 Nuno Teixeira freebsd_committer freebsd_triage 2024-04-04 13:32:51 UTC
Committed, thanks!