diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-20 19:15:41 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-20 19:15:41 +0000 |
commit | 2ff8e8c69b6c671db4e782703814a24e71fab628 (patch) | |
tree | 6ae1b56999c5c20a9301af7b3a95c4776511abfb /print/lilypond-devel/files | |
parent | databases/rrdtool: Don't hardcode in start script (diff) |
Update to 2.21.3
PR: 248090
Submitted by: m.ne@gmx.net (maintainer)
Diffstat (limited to 'print/lilypond-devel/files')
-rw-r--r-- | print/lilypond-devel/files/patch-Documentation_GNUmakefile | 4 | ||||
-rw-r--r-- | print/lilypond-devel/files/patch-config.make.in | 4 | ||||
-rw-r--r-- | print/lilypond-devel/files/patch-configure | 26 |
3 files changed, 6 insertions, 28 deletions
diff --git a/print/lilypond-devel/files/patch-Documentation_GNUmakefile b/print/lilypond-devel/files/patch-Documentation_GNUmakefile index f7b9ba5e78fa..402b19f41788 100644 --- a/print/lilypond-devel/files/patch-Documentation_GNUmakefile +++ b/print/lilypond-devel/files/patch-Documentation_GNUmakefile @@ -1,6 +1,6 @@ ---- Documentation/GNUmakefile.orig 2020-04-09 12:55:56 UTC +--- Documentation/GNUmakefile.orig 2020-07-13 14:02:44 UTC +++ Documentation/GNUmakefile -@@ -73,9 +73,9 @@ source-links = $(outdir)/source\ +@@ -70,9 +70,9 @@ source-links = $(outdir)/source\ MAIN_INFO_DOC = lilypond-web INFO_DOCS = lilypond-usage lilypond-changes lilypond-contributor lilypond-internals \ lilypond-essay lilypond-learning lilypond-notation music-glossary \ diff --git a/print/lilypond-devel/files/patch-config.make.in b/print/lilypond-devel/files/patch-config.make.in index 7de54f980b14..f1c3864216d9 100644 --- a/print/lilypond-devel/files/patch-config.make.in +++ b/print/lilypond-devel/files/patch-config.make.in @@ -1,6 +1,6 @@ ---- config.make.in.orig 2020-04-09 12:55:56 UTC +--- config.make.in.orig 2020-07-13 14:02:44 UTC +++ config.make.in -@@ -96,7 +96,7 @@ mandir = @mandir@ +@@ -98,7 +98,7 @@ mandir = @mandir@ package = lilypond package_datadir = $(datadir)/$(package) package_docdir = $(docdir)/$(package) diff --git a/print/lilypond-devel/files/patch-configure b/print/lilypond-devel/files/patch-configure index 6babfb033ba3..af0a1056ec86 100644 --- a/print/lilypond-devel/files/patch-configure +++ b/print/lilypond-devel/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-04-26 09:45:49 UTC +--- configure.orig 2020-07-13 14:02:44 UTC +++ configure -@@ -9087,71 +9087,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" +@@ -9035,71 +9035,10 @@ test -n "$PKG_CONFIG" || PKG_CONFIG="no" if test $? -eq 0; then if test -n "0.9.0" -o -n ""; then @@ -75,25 +75,3 @@ eval "REQUIRED"=\"`eval echo \"'$'REQUIRED\" \""$r >= 0.9.0 (installed: $ver)"\"`\" fi -@@ -11579,21 +11518,7 @@ $as_echo "$ver" >&6; } - eval "$TEXI2HTML_REQUIRED"=\"`eval echo \"'$'$TEXI2HTML_REQUIRED\" \""$r >= 1.82 (installed: $ver)"\"`\" - - fi -- if test -n "1.82"; then -- max=` -- echo "1.82" | awk -F. ' -- { -- if ($3) {three = $3} -- else {three = 0} -- } -- {printf "%.0f\n", $1*1000000 + $2*1000 + three}' --` -- if test "$num" -gt "$max"; then - -- eval "$TEXI2HTML_REQUIRED"=\"`eval echo \"'$'$TEXI2HTML_REQUIRED\" \""$r <= 1.82 (installed: $ver)"\"`\" -- -- fi -- fi - vervar="`echo TEXI2HTML | tr 'a-z' 'A-Z'`_VERSION" - eval `echo $vervar=$num` - ## AC_SUBST(`eval echo $vervar`) |