diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-23 16:45:47 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-10-24 15:08:26 +0200 |
commit | a56bbe0104cbad417e302ceca26e03ee6bee6d4f (patch) | |
tree | 658bd33682bbaa40a287bb6700e69e36047c72ab /lang/guile1/files | |
parent | */*: update NGINX JavaScript: 0.8.1 -> 0.8.2 (+) (diff) |
lang/guile1: Remove USES=makeinfo
- Distfile ships with pregenerated info files
- Remove patches related to texi files
- Utilize USES=localbase
Diffstat (limited to 'lang/guile1/files')
-rw-r--r-- | lang/guile1/files/patch-doc-ref-guile.texi | 10 | ||||
-rw-r--r-- | lang/guile1/files/patch-doc__goops__goops.texi | 19 | ||||
-rw-r--r-- | lang/guile1/files/patch-doc__r5rs__r5rs.texi | 12 | ||||
-rw-r--r-- | lang/guile1/files/patch-doc__ref__fdl.texi | 11 | ||||
-rw-r--r-- | lang/guile1/files/patch-doc__ref__gh.texi | 11 | ||||
-rw-r--r-- | lang/guile1/files/patch-doc__tutorial__guile-tut.texi | 39 |
6 files changed, 0 insertions, 102 deletions
diff --git a/lang/guile1/files/patch-doc-ref-guile.texi b/lang/guile1/files/patch-doc-ref-guile.texi deleted file mode 100644 index 4c013a39a046..000000000000 --- a/lang/guile1/files/patch-doc-ref-guile.texi +++ /dev/null @@ -1,10 +0,0 @@ ---- 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/guile1/files/patch-doc__goops__goops.texi b/lang/guile1/files/patch-doc__goops__goops.texi deleted file mode 100644 index 2873bdde0d56..000000000000 --- a/lang/guile1/files/patch-doc__goops__goops.texi +++ /dev/null @@ -1,19 +0,0 @@ ---- doc/goops/goops.texi.orig 2010-12-13 17:24:39 UTC -+++ doc/goops/goops.texi -@@ -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 --@subsection Running GOOPS -+@section Running GOOPS - - @enumerate - @item diff --git a/lang/guile1/files/patch-doc__r5rs__r5rs.texi b/lang/guile1/files/patch-doc__r5rs__r5rs.texi deleted file mode 100644 index be7c4a765759..000000000000 --- a/lang/guile1/files/patch-doc__r5rs__r5rs.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/r5rs/r5rs.texi.orig 2010-12-08 09:06:50 UTC -+++ doc/r5rs/r5rs.texi -@@ -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 diff --git a/lang/guile1/files/patch-doc__ref__fdl.texi b/lang/guile1/files/patch-doc__ref__fdl.texi deleted file mode 100644 index 9df3c18cd4e6..000000000000 --- a/lang/guile1/files/patch-doc__ref__fdl.texi +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/ref/fdl.texi.orig 2010-12-13 17:24:39 UTC -+++ doc/ref/fdl.texi -@@ -408,7 +408,7 @@ as a draft) by the Free Software Foundat - @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 diff --git a/lang/guile1/files/patch-doc__ref__gh.texi b/lang/guile1/files/patch-doc__ref__gh.texi deleted file mode 100644 index a3fe80cd33bc..000000000000 --- a/lang/guile1/files/patch-doc__ref__gh.texi +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/ref/gh.texi.orig 2010-12-13 17:24:39 UTC -+++ doc/ref/gh.texi -@@ -995,8 +995,6 @@ These correspond to the Scheme @code{(co - - @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 diff --git a/lang/guile1/files/patch-doc__tutorial__guile-tut.texi b/lang/guile1/files/patch-doc__tutorial__guile-tut.texi deleted file mode 100644 index 8d475d8e6728..000000000000 --- a/lang/guile1/files/patch-doc__tutorial__guile-tut.texi +++ /dev/null @@ -1,39 +0,0 @@ ---- doc/tutorial/guile-tut.texi.orig 2010-12-13 17:24:39 UTC -+++ doc/tutorial/guile-tut.texi -@@ -446,7 +446,7 @@ get started, look at the books @cite{Sim - 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{(memq 4 ls)} - 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 @@ And then invoke it with - (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 |