Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 May 2014 19:40:01 GMT
From:      Christoph Moench-Tegeder <cmt@burggraben.net>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/189386: lang/guile build fails with port texinfo installed
Message-ID:  <201405091940.s49Je1YQ087393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189386; it has been noted by GNATS.

From: Christoph Moench-Tegeder <cmt@burggraben.net>
To: bug-followup@FreeBSD.org, fullermd@over-yonder.net
Cc:  
Subject: Re: ports/189386: lang/guile build fails with port texinfo installed
Date: Fri, 9 May 2014 21:33:50 +0200

 Hi,
 
 here's a patch for lang/guile with the current print/texinfo.
 A few texi files are modified to allow the build to complete, but
 I'll ignore the warnings for now.
 
 
 svn status:
 A       files/patch-doc-goops-goops.texi
 A       files/patch-doc-r5rs-r5rs.texi
 A       files/patch-doc-ref-fdl.texi
 A       files/patch-doc-ref-gh.texi
 A       files/patch-doc-tutorial-guile-tut.texi
 
 svn diff:
 Index: files/patch-doc-goops-goops.texi
 ===================================================================
 --- files/patch-doc-goops-goops.texi	(revision 0)
 +++ files/patch-doc-goops-goops.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/goops/goops.texi.orig	2014-05-09 21:26:22.000000000 +0200
 ++++ doc/goops/goops.texi	2014-05-09 21:27:26.000000000 +0200
 +@@ -131,7 +131,7 @@
 + @end menu
 + 
 + @node Running GOOPS, Methods, Getting Started, Getting Started
 +-@subsection Running GOOPS
 ++@section Running GOOPS
 + 
 + @enumerate
 + @item
 Index: files/patch-doc-r5rs-r5rs.texi
 ===================================================================
 --- files/patch-doc-r5rs-r5rs.texi	(revision 0)
 +++ files/patch-doc-r5rs-r5rs.texi	(working copy)
 @@ -0,0 +1,12 @@
 +--- doc/r5rs/r5rs.texi.orig	2014-05-09 21:28:21.000000000 +0200
 ++++ doc/r5rs/r5rs.texi	2014-05-09 21:28:39.000000000 +0200
 +@@ -116,9 +116,6 @@
 + 
 + 
 + 
 +-@unnumbered Summary
 +-
 +-
 + The report gives a defining description of the programming language
 + Scheme.  Scheme is a statically scoped and properly tail-recursive
 + dialect of the Lisp programming language invented by Guy Lewis
 Index: files/patch-doc-ref-fdl.texi
 ===================================================================
 --- files/patch-doc-ref-fdl.texi	(revision 0)
 +++ files/patch-doc-ref-fdl.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/ref/fdl.texi.orig	2014-05-09 21:01:08.000000000 +0200
 ++++ doc/ref/fdl.texi	2014-05-09 21:01:21.000000000 +0200
 +@@ -408,7 +408,7 @@
 + @end enumerate
 + 
 + @page
 +-@appendixsubsec ADDENDUM: How to use this License for your documents
 ++@appendixsec ADDENDUM: How to use this License for your documents
 + 
 + To use this License in a document you have written, include a copy of
 + the License in the document and put the following copyright and
 Index: files/patch-doc-ref-gh.texi
 ===================================================================
 --- files/patch-doc-ref-gh.texi	(revision 0)
 +++ files/patch-doc-ref-gh.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/ref/gh.texi.orig	2014-05-09 21:00:44.000000000 +0200
 ++++ doc/ref/gh.texi	2014-05-09 21:00:55.000000000 +0200
 +@@ -995,8 +995,6 @@
 + 
 + @deftypefun SCM gh_car (SCM @var{obj})
 + @deftypefunx SCM gh_cdr (SCM @var{obj})
 +-@dots{}
 +-
 + @deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
 + These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
 + @end deftypefun
 Index: files/patch-doc-tutorial-guile-tut.texi
 ===================================================================
 --- files/patch-doc-tutorial-guile-tut.texi	(revision 0)
 +++ files/patch-doc-tutorial-guile-tut.texi	(working copy)
 @@ -0,0 +1,11 @@
 +--- doc/tutorial/guile-tut.texi.orig	2014-05-09 21:03:49.000000000 +0200
 ++++ doc/tutorial/guile-tut.texi	2014-05-09 21:04:04.000000000 +0200
 +@@ -446,7 +446,7 @@
 + Schemer} from that list.}
 + 
 + 
 +-@subsection Hello World
 ++@section Hello World
 + @cindex hello world
 + 
 + Our first program is the typical Scheme "hello world" program.  Put the
 
 
 Regards,
 Christoph
 
 -- 
 Spare Space



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