pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/lilypond



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Sun Mar 27 17:21:11 UTC 2022

Modified Files:
        pkgsrc/print/lilypond: distinfo
Added Files:
        pkgsrc/print/lilypond/patches: patch-Documentation_common-macros.itexi

Log Message:
print/lilypond: Fix documentation build.

No revbump because this simply didn't build before.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/print/lilypond/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/print/lilypond/patches/patch-Documentation_common-macros.itexi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/lilypond/distinfo
diff -u pkgsrc/print/lilypond/distinfo:1.30 pkgsrc/print/lilypond/distinfo:1.31
--- pkgsrc/print/lilypond/distinfo:1.30 Tue Oct 26 11:12:10 2021
+++ pkgsrc/print/lilypond/distinfo      Sun Mar 27 17:21:11 2022
@@ -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

Added files:

Index: pkgsrc/print/lilypond/patches/patch-Documentation_common-macros.itexi
diff -u /dev/null pkgsrc/print/lilypond/patches/patch-Documentation_common-macros.itexi:1.1
--- /dev/null   Sun Mar 27 17:21:11 2022
+++ pkgsrc/print/lilypond/patches/patch-Documentation_common-macros.itexi       Sun Mar 27 17:21:11 2022
@@ -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