Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Jun 2014 20:57:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r359302 - head/lang/guile/files
Message-ID:  <201406252057.s5PKvLGX035461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jun 25 20:57:20 2014
New Revision: 359302
URL: http://svnweb.freebsd.org/changeset/ports/359302
QAT: https://qat.redports.org/buildarchive/r359302/

Log:
  Fix build with texinfo 5.2

Added:
  head/lang/guile/files/patch-doc__goops__goops.texi   (contents, props changed)
  head/lang/guile/files/patch-doc__r5rs__r5rs.texi   (contents, props changed)
  head/lang/guile/files/patch-doc__ref__fdl.texi   (contents, props changed)
  head/lang/guile/files/patch-doc__ref__gh.texi   (contents, props changed)
  head/lang/guile/files/patch-doc__tutorial__guile-tut.texi   (contents, props changed)

Added: head/lang/guile/files/patch-doc__goops__goops.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/guile/files/patch-doc__goops__goops.texi	Wed Jun 25 20:57:20 2014	(r359302)
@@ -0,0 +1,11 @@
+--- ./doc/goops/goops.texi.orig	2010-12-13 18:24:39.000000000 +0100
++++ ./doc/goops/goops.texi	2014-06-25 22:51:56.949463365 +0200
+@@ -131,7 +131,7 @@
+ @end menu
+ 
+ @node Running GOOPS, Methods, Getting Started, Getting Started
+-@subsection Running GOOPS
++@section Running GOOPS
+ 
+ @enumerate
+ @item

Added: head/lang/guile/files/patch-doc__r5rs__r5rs.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/guile/files/patch-doc__r5rs__r5rs.texi	Wed Jun 25 20:57:20 2014	(r359302)
@@ -0,0 +1,12 @@
+--- ./doc/r5rs/r5rs.texi.orig	2010-12-08 10:06:50.000000000 +0100
++++ ./doc/r5rs/r5rs.texi	2014-06-25 22:52:36.456460772 +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

Added: head/lang/guile/files/patch-doc__ref__fdl.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/guile/files/patch-doc__ref__fdl.texi	Wed Jun 25 20:57:20 2014	(r359302)
@@ -0,0 +1,11 @@
+--- ./doc/ref/fdl.texi.orig	2010-12-13 18:24:39.000000000 +0100
++++ ./doc/ref/fdl.texi	2014-06-25 22:53:08.813111590 +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

Added: head/lang/guile/files/patch-doc__ref__gh.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/guile/files/patch-doc__ref__gh.texi	Wed Jun 25 20:57:20 2014	(r359302)
@@ -0,0 +1,11 @@
+--- ./doc/ref/gh.texi.orig	2010-12-13 18:24:39.000000000 +0100
++++ ./doc/ref/gh.texi	2014-06-25 22:53:50.371137099 +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

Added: head/lang/guile/files/patch-doc__tutorial__guile-tut.texi
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/lang/guile/files/patch-doc__tutorial__guile-tut.texi	Wed Jun 25 20:57:20 2014	(r359302)
@@ -0,0 +1,39 @@
+--- ./doc/tutorial/guile-tut.texi.orig	2010-12-13 18:24:39.000000000 +0100
++++ ./doc/tutorial/guile-tut.texi	2014-06-25 22:55:00.775514198 +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
+@@ -535,12 +535,12 @@
+ guile> @kbd{(if (memq 4 ls)
+            (display "hey, it's true!\n")
+            (display "dude, it's false\n"))}
+-       @print{hey, it's true!}
++       @print{} hey, it's true!
+        @result{}
+ guile> @kbd{(if (memq 12 ls)
+            (display "hey, it's true!\n")
+            (display "dude, it's false\n"))}
+-       @print{dude, it's false}
++       @print{} dude, it's false
+        @result{}
+ guile> @kbd{(memq 4 (reverse ls))}
+        @result{} (4 3 2 1)
+@@ -656,9 +656,9 @@
+ (represent-matrix m
+                   (lambda (x) (begin (display x) (display " ")))
+                   (lambda (l) (begin (display "\n"))))
+-@print{7 2 1 3 2 8 5 3 6}
+-@print{4 1 1 1 3 8 9 8 1}
+-@print{5 5 4 8 1 8 2 2 4}
++@print{} 7 2 1 3 2 8 5 3 6
++@print{} 4 1 1 1 3 8 9 8 1
++@print{} 5 5 4 8 1 8 2 2 4
+ @end smalllisp
+ 
+ @cindex objects



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