diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2020-06-10 08:44:44 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2020-06-10 08:45:01 +0200 |
commit | e5b5476878671c51ef4f47fe2dfac926224e47b7 (patch) | |
tree | fb383d72c4abe0ab74ca431cbb3a34db2d4c54c3 /media-sound/lilypond/files | |
parent | dev-python/nbconvert: Skip failing test (diff) | |
download | gentoo-e5b5476878671c51ef4f47fe2dfac926224e47b7.tar.gz gentoo-e5b5476878671c51ef4f47fe2dfac926224e47b7.tar.bz2 gentoo-e5b5476878671c51ef4f47fe2dfac926224e47b7.zip |
media-sound/lilypond: removed obsolete 2.19.83
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/lilypond/files')
-rw-r--r-- | media-sound/lilypond/files/lilypond-2.19.80-fontforge-version.patch | 16 | ||||
-rw-r--r-- | media-sound/lilypond/files/lilypond-2.19.80-remove-ly-protect.patch | 39 |
2 files changed, 0 insertions, 55 deletions
diff --git a/media-sound/lilypond/files/lilypond-2.19.80-fontforge-version.patch b/media-sound/lilypond/files/lilypond-2.19.80-fontforge-version.patch deleted file mode 100644 index 4e2c2ce77c12..000000000000 --- a/media-sound/lilypond/files/lilypond-2.19.80-fontforge-version.patch +++ /dev/null @@ -1,16 +0,0 @@ -The version test fails for two reasons: -* fontforge --version does not print anything that resembles what the configure - script expects a version to look like -* fontforge fails to print a version if it cannot connect to an X display - ---- a/configure.ac -+++ b/configure.ac -@@ -236,7 +236,7 @@ - - STEPMAKE_PYTHON_DEVEL(REQUIRED, 2.4, 3.0) - --STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED, 20110222) -+STEPMAKE_PATH_PROG(FONTFORGE, fontforge, REQUIRED,) - - STEPMAKE_PATH_PROG(T1ASM, t1asm, REQUIRED) - diff --git a/media-sound/lilypond/files/lilypond-2.19.80-remove-ly-protect.patch b/media-sound/lilypond/files/lilypond-2.19.80-remove-ly-protect.patch deleted file mode 100644 index d21b0a413a12..000000000000 --- a/media-sound/lilypond/files/lilypond-2.19.80-remove-ly-protect.patch +++ /dev/null @@ -1,39 +0,0 @@ -diff -purN a/lily/general-scheme.cc b/lily/general-scheme.cc ---- a/lily/general-scheme.cc 2017-10-15 17:42:11.000000000 +0100 -+++ b/lily/general-scheme.cc 2018-01-10 16:20:08.129066507 +0000 -@@ -267,6 +267,8 @@ LY_DEFINE (ly_dimension_p, "ly:dimension - /* - Debugging mem leaks: - */ -+ -+/* - LY_DEFINE (ly_protects, "ly:protects", - 0, 0, 0, (), - "Return hash of protected objects.") -@@ -278,6 +280,7 @@ LY_DEFINE (ly_protects, "ly:protects", - return programming_error ("ly:protects is not supported in Guile 2.1"); - #endif - } -+*/ - - LY_DEFINE (ly_gettext, "ly:gettext", - 1, 0, 0, (SCM original), -diff -purN a/scm/lily.scm b/scm/lily.scm ---- a/scm/lily.scm 2017-10-15 17:42:11.000000000 +0100 -+++ b/scm/lily.scm 2018-01-10 16:22:54.914457450 +0000 -@@ -836,10 +836,11 @@ messages into errors.") - - (define-public (dump-gc-protects) - (set! gc-protect-stat-count (1+ gc-protect-stat-count)) -- (let* ((protects (sort (hash-table->alist (ly:protects)) -- (lambda (a b) -- (< (object-address (car a)) -- (object-address (car b)))))) -+ (let* (;(protects (sort (hash-table->alist (ly:protects)) -+ ; (lambda (a b) -+ ; (< (object-address (car a)) -+ ; (object-address (car b)))))) -+ (protects '()) - (out-file-name (string-append - "gcstat-" (number->string gc-protect-stat-count) - ".scm")) |