aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-26 03:09:26 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-10-26 03:09:26 +0800
commit31cd1552db304894a3009529e654b22ef4b719eb (patch)
tree6680354186af5e0ec98d37562e8f675271c29498
parente541c2e2aa9e2402df6dd195c1897c6fe1b7724b (diff)
downloadfreebsd-ports-gnome-31cd1552db304894a3009529e654b22ef4b719eb.tar.gz
freebsd-ports-gnome-31cd1552db304894a3009529e654b22ef4b719eb.tar.zst
freebsd-ports-gnome-31cd1552db304894a3009529e654b22ef4b719eb.zip
Fix build with texinfo 6.7
PR: 240976 Exp-run by: antoine
-rw-r--r--audio/solfege/files/patch-topdocs-AUTHORS.texi8
-rw-r--r--audio/solfege/files/patch-topdocs-README.texi8
-rw-r--r--devel/allegro/files/patch-docs-src-allegro._tx10
-rw-r--r--devel/m4/files/patch-doc-m4.texi10
-rw-r--r--lang/guile/files/patch-doc-ref-guile.texi10
-rw-r--r--lang/guile/files/patch-doc__goops__goops.texi10
-rw-r--r--math/gri/files/patch-doc_gri.texi12
-rw-r--r--math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi9
8 files changed, 74 insertions, 3 deletions
diff --git a/audio/solfege/files/patch-topdocs-AUTHORS.texi b/audio/solfege/files/patch-topdocs-AUTHORS.texi
new file mode 100644
index 000000000000..3b46dae53b23
--- /dev/null
+++ b/audio/solfege/files/patch-topdocs-AUTHORS.texi
@@ -0,0 +1,8 @@
+--- topdocs/AUTHORS.texi.orig 2013-10-05 20:57:48 UTC
++++ topdocs/AUTHORS.texi
+@@ -1,4 +1,5 @@
+ \input texinfo
++@documentencoding ISO-8859-1
+ @setfilename AUTHORS.info
+ @settitle AUTHORS
+ @node Top, , , (dir)
diff --git a/audio/solfege/files/patch-topdocs-README.texi b/audio/solfege/files/patch-topdocs-README.texi
new file mode 100644
index 000000000000..befbae6759f8
--- /dev/null
+++ b/audio/solfege/files/patch-topdocs-README.texi
@@ -0,0 +1,8 @@
+--- topdocs/README.texi.orig 2013-10-05 20:57:48 UTC
++++ topdocs/README.texi
+@@ -1,4 +1,5 @@
+ \input texinfo
++@documentencoding ISO-8859-1
+ @setfilename README.info
+ @include topdocs/defs.texi
+ @settitle README
diff --git a/devel/allegro/files/patch-docs-src-allegro._tx b/devel/allegro/files/patch-docs-src-allegro._tx
new file mode 100644
index 000000000000..81b946a3403c
--- /dev/null
+++ b/devel/allegro/files/patch-docs-src-allegro._tx
@@ -0,0 +1,10 @@
+--- docs/src/allegro._tx.orig 2019-03-04 01:30:11 UTC
++++ docs/src/allegro._tx
+@@ -23,6 +23,7 @@
+ @man_shortdesc_force1=allegro
+ @man_shortdesc_force2=Allegro game programming library.
+ @$\input texinfo
++@$@documentencoding ISO-8859-1
+ @$@setfilename allegro.inf
+ @$@settitle Allegro Manual
+ @$@setchapternewpage odd
diff --git a/devel/m4/files/patch-doc-m4.texi b/devel/m4/files/patch-doc-m4.texi
new file mode 100644
index 000000000000..7357e56748bf
--- /dev/null
+++ b/devel/m4/files/patch-doc-m4.texi
@@ -0,0 +1,10 @@
+--- doc/m4.texi.orig 2016-12-31 22:34:38 UTC
++++ doc/m4.texi
+@@ -1,6 +1,7 @@
+ \input texinfo @c -*- texinfo -*-
+ @comment ========================================================
+ @comment %**start of header
++@documentencoding ISO-8859-1
+ @setfilename m4.info
+ @include version.texi
+ @settitle GNU M4 @value{VERSION} macro processor
diff --git a/lang/guile/files/patch-doc-ref-guile.texi b/lang/guile/files/patch-doc-ref-guile.texi
new file mode 100644
index 000000000000..4c013a39a046
--- /dev/null
+++ b/lang/guile/files/patch-doc-ref-guile.texi
@@ -0,0 +1,10 @@
+--- doc/ref/guile.texi.orig 2010-12-13 17:25:01 UTC
++++ doc/ref/guile.texi
+@@ -1,6 +1,7 @@
+ \input texinfo
+ @c -*-texinfo-*-
+ @c %**start of header
++@documentencoding ISO-8859-1
+ @setfilename guile.info
+ @settitle Guile Reference Manual
+ @set guile
diff --git a/lang/guile/files/patch-doc__goops__goops.texi b/lang/guile/files/patch-doc__goops__goops.texi
index cb359eb7b12a..2873bdde0d56 100644
--- a/lang/guile/files/patch-doc__goops__goops.texi
+++ b/lang/guile/files/patch-doc__goops__goops.texi
@@ -1,6 +1,14 @@
--- doc/goops/goops.texi.orig 2010-12-13 17:24:39 UTC
+++ doc/goops/goops.texi
-@@ -131,7 +131,7 @@ info (goops.info) and texinfo format.
+@@ -1,6 +1,7 @@
+ \input texinfo
+ @c -*-texinfo-*-
+ @c %**start of header
++@documentencoding ISO-8859-1
+ @setfilename goops.info
+ @settitle Goops Manual
+ @set goops
+@@ -131,7 +132,7 @@ info (goops.info) and texinfo format.
@end menu
@node Running GOOPS, Methods, Getting Started, Getting Started
diff --git a/math/gri/files/patch-doc_gri.texi b/math/gri/files/patch-doc_gri.texi
index e7d1f749f2e1..8b7003884ceb 100644
--- a/math/gri/files/patch-doc_gri.texi
+++ b/math/gri/files/patch-doc_gri.texi
@@ -1,6 +1,14 @@
--- doc/gri.texi.orig 2011-07-06 14:10:17 UTC
+++ doc/gri.texi
-@@ -18486,7 +18486,7 @@ Versions exist for MSDOS, windows, and L
+@@ -38,6 +38,7 @@
+ @comment *** End of HTML stuff ***
+ @c
+ @comment OVERRIDE some defaults in texinfo.tex
++@documentencoding ISO-8859-1
+ @iftex
+ @message{}
+ @message{gri.texi: overriding parskip, }
+@@ -18486,7 +18487,7 @@ Versions exist for MSDOS, windows, and L
(Actually, the windows version is just the MSDOS version, which can be
run inside an msdos window within windows-95, windows-NT, etc.)
@@ -9,7 +17,7 @@
@cindex compilation under MSDOS
@cindex MSDOS compilation
-@@ -18543,7 +18543,7 @@ To view the output, use a PostScript vie
+@@ -18543,7 +18544,7 @@ To view the output, use a PostScript vie
diff --git a/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi b/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi
new file mode 100644
index 000000000000..8f86408bc038
--- /dev/null
+++ b/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi
@@ -0,0 +1,9 @@
+--- interfaces/emacs/imaxima/imaxima.texi.orig 2019-02-21 02:30:14 UTC
++++ interfaces/emacs/imaxima/imaxima.texi
+@@ -1,5 +1,6 @@
+ \input texinfo @c -*-texinfo-*-
+ @c %**start of header
++@documentencoding ISO-8859-1
+ @setfilename imaxima.info
+ @settitle Imaxima Manual
+ @paragraphindent 0