From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 9 19:40:02 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76979D06 for ; Fri, 9 May 2014 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 63843B68 for ; Fri, 9 May 2014 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s49Je2EW087394 for ; Fri, 9 May 2014 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s49Je1YQ087393; Fri, 9 May 2014 19:40:01 GMT (envelope-from gnats) Date: Fri, 9 May 2014 19:40:01 GMT Message-Id: <201405091940.s49Je1YQ087393@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Christoph Moench-Tegeder Subject: Re: ports/189386: lang/guile build fails with port texinfo installed Reply-To: Christoph Moench-Tegeder X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2014 19:40:02 -0000 The following reply was made to PR ports/189386; it has been noted by GNATS. From: Christoph Moench-Tegeder 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