Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2019 19:09:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r515634 - in head: audio/solfege/files devel/allegro/files devel/m4/files lang/guile/files math/gri/files math/maxima/files
Message-ID:  <201910251909.x9PJ9R6W054330@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 25 19:09:26 2019
New Revision: 515634
URL: https://svnweb.freebsd.org/changeset/ports/515634

Log:
  Fix build with texinfo 6.7
  
  PR:		240976
  Exp-run by:	antoine

Added:
  head/audio/solfege/files/
  head/audio/solfege/files/patch-topdocs-AUTHORS.texi   (contents, props changed)
  head/audio/solfege/files/patch-topdocs-README.texi   (contents, props changed)
  head/devel/allegro/files/patch-docs-src-allegro._tx   (contents, props changed)
  head/devel/m4/files/
  head/devel/m4/files/patch-doc-m4.texi   (contents, props changed)
  head/lang/guile/files/patch-doc-ref-guile.texi   (contents, props changed)
  head/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi   (contents, props changed)
Modified:
  head/lang/guile/files/patch-doc__goops__goops.texi
  head/math/gri/files/patch-doc_gri.texi

Added: head/audio/solfege/files/patch-topdocs-AUTHORS.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/solfege/files/patch-topdocs-AUTHORS.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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)

Added: head/audio/solfege/files/patch-topdocs-README.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/solfege/files/patch-topdocs-README.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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

Added: head/devel/allegro/files/patch-docs-src-allegro._tx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/allegro/files/patch-docs-src-allegro._tx	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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

Added: head/devel/m4/files/patch-doc-m4.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/m4/files/patch-doc-m4.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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

Added: head/lang/guile/files/patch-doc-ref-guile.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/guile/files/patch-doc-ref-guile.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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

Modified: head/lang/guile/files/patch-doc__goops__goops.texi
==============================================================================
--- head/lang/guile/files/patch-doc__goops__goops.texi	Fri Oct 25 19:09:20 2019	(r515633)
+++ head/lang/guile/files/patch-doc__goops__goops.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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

Modified: head/math/gri/files/patch-doc_gri.texi
==============================================================================
--- head/math/gri/files/patch-doc_gri.texi	Fri Oct 25 19:09:20 2019	(r515633)
+++ head/math/gri/files/patch-doc_gri.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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
  
  
  

Added: head/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/math/maxima/files/patch-interfaces-emacs-imaxima-imaxima.texi	Fri Oct 25 19:09:26 2019	(r515634)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910251909.x9PJ9R6W054330>