pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/lilypond print/lilypond: Fix documentation build.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f72cf7a9a2a4
branches: trunk
changeset: 375826:f72cf7a9a2a4
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Sun Mar 27 17:21:11 2022 +0000
description:
print/lilypond: Fix documentation build.
No revbump because this simply didn't build before.
diffstat:
print/lilypond/distinfo | 3 +-
print/lilypond/patches/patch-Documentation_common-macros.itexi | 45 ++++++++++
2 files changed, 47 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r f04658126382 -r f72cf7a9a2a4 print/lilypond/distinfo
--- a/print/lilypond/distinfo Sun Mar 27 17:20:50 2022 +0000
+++ b/print/lilypond/distinfo Sun Mar 27 17:21:11 2022 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.30 2021/10/26 11:12:10 nia Exp $
+$NetBSD: distinfo,v 1.31 2022/03/27 17:21:11 riastradh Exp $
BLAKE2s (lilypond-2.18.2.tar.gz) = 1796709114d8e63b1882e9563a695c355e4b67e1d14c86b3f07639e1630d8797
SHA512 (lilypond-2.18.2.tar.gz) = 0692f6eb41733076ba7f610cd1e65762f4dfd67307e2ab9e222b140d58ae3a1bb1c6b3be3bcff778d57f161868cf6d57e99bf43bf20f2663d042a07493942ec6
Size (lilypond-2.18.2.tar.gz) = 16027977 bytes
+SHA1 (patch-Documentation_common-macros.itexi) = f5ecaea1a495325c5536f8f718b7f900c64612dd
SHA1 (patch-ab) = a1d327ab900cca18b9306846f137e1bbcfdca945
SHA1 (patch-configure) = 7d9f9af2ed09d1355e2a4fb9b97236d67595f034
diff -r f04658126382 -r f72cf7a9a2a4 print/lilypond/patches/patch-Documentation_common-macros.itexi
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/lilypond/patches/patch-Documentation_common-macros.itexi Sun Mar 27 17:21:11 2022 +0000
@@ -0,0 +1,45 @@
+$NetBSD: patch-Documentation_common-macros.itexi,v 1.1 2022/03/27 17:21:11 riastradh Exp $
+
+Fix makeinfo errors.
+
+Backported from upstream commit:
+
+https://gitlab.com/lilypond/lilypond/-/commit/094528f1d2dfa7de0ee61a0f3081b4e72701eafb
+
+--- Documentation/common-macros.itexi.orig 2014-03-17 15:29:16.000000000 +0000
++++ Documentation/common-macros.itexi
+@@ -178,21 +178,21 @@ UNTRANSLATED NODE: IGNORE ME
+ @end macro
+
+ @ifclear web_version
+- @ifclear bigpage
+- @macro docLink{name,target,webLink}
+- @uref{../\target\, \name\}
+- @end macro
+- @end ifclear
+- @ifset bigpage
+- @macro docLink{name,target,webLink}
+- @uref{\target\, \name\}
+- @end macro
+- @end ifset
++@ifclear bigpage
++@macro docLink{name,target,webLink}
++@uref{../\target\, \name\}
++@end macro
++@end ifclear
++@ifset bigpage
++@macro docLink{name,target,webLink}
++@uref{\target\, \name\}
++@end macro
++@end ifset
+ @end ifclear
+ @ifset web_version
+- @macro docLink{name,target,webLink}
+- \webLink\
+- @end macro
++@macro docLink{name,target,webLink}
++\webLink\
++@end macro
+ @end ifset
+
+ @macro miscLink{MISC-FILE,MISC-TEXT}
Home |
Main Index |
Thread Index |
Old Index