diff options
author | minoura <minoura@pkgsrc.org> | 2002-10-12 13:52:07 +0000 |
---|---|---|
committer | minoura <minoura@pkgsrc.org> | 2002-10-12 13:52:07 +0000 |
commit | 7aa45ae4453b492f867c91cc763b387688fd325d (patch) | |
tree | 7a99fb5374d887b68c3d94f3226dd42929015e72 /lang/gauche/patches | |
parent | 2ff58dc6967085c2acd6dc49f9169834f85cc8b6 (diff) | |
download | pkgsrc-7aa45ae4453b492f867c91cc763b387688fd325d.tar.gz |
gauche-refj.texi cannot be extracted by non-euc-jp gosh.
Pointed out by Shiro, the original author of Gauche.
Diffstat (limited to 'lang/gauche/patches')
-rw-r--r-- | lang/gauche/patches/patch-ae | 20 | ||||
-rw-r--r-- | lang/gauche/patches/patch-af | 21 | ||||
-rw-r--r-- | lang/gauche/patches/patch-ag | 14 | ||||
-rw-r--r-- | lang/gauche/patches/patch-ah | 14 |
4 files changed, 29 insertions, 40 deletions
diff --git a/lang/gauche/patches/patch-ae b/lang/gauche/patches/patch-ae index b394495ac39..d2e6138f75a 100644 --- a/lang/gauche/patches/patch-ae +++ b/lang/gauche/patches/patch-ae @@ -1,4 +1,4 @@ -# $NetBSD: patch-ae,v 1.2 2002/10/08 14:36:31 minoura Exp $ +# $NetBSD: patch-ae,v 1.3 2002/10/12 13:52:07 minoura Exp $ --- doc/Makefile.in.orig Sun Sep 8 04:25:49 2002 +++ doc/Makefile.in Tue Oct 1 06:17:22 2002 @@ -12,7 +12,7 @@ @@ -10,21 +10,3 @@ all: info -@@ -63,7 +63,7 @@ - texi2pdf gauche-refe.texi - - gauche-refe.texi : gauche-ref.texi extract -- gosh ./extract -en -o gauche-refe.texi gauche-ref.texi -+ $(GOSH) ./extract -en -o gauche-refe.texi gauche-ref.texi - - gauche-refe.info.gz : gauche-refe.texi - if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \ -@@ -85,7 +85,7 @@ - texi2pdf gauche-refj.texi - - gauche-refj.texi : gauche-ref.texi extract -- gosh ./extract -jp -o gauche-refj.texi gauche-ref.texi -+ $(GOSH) ./extract -jp -o gauche-refj.texi gauche-ref.texi - - gauche-refj.info.gz : gauche-refj.texi - if test X$(MAKEINFO) != X -a X$(GZIP_PROGRAM) != X; then \ diff --git a/lang/gauche/patches/patch-af b/lang/gauche/patches/patch-af deleted file mode 100644 index 944df5761b3..00000000000 --- a/lang/gauche/patches/patch-af +++ /dev/null @@ -1,21 +0,0 @@ -# $NetBSD: patch-af,v 1.1 2002/10/02 08:25:17 minoura Exp $ ---- doc/gauche-ref.texi.orig Sun Sep 22 09:58:17 2002 -+++ doc/gauche-ref.texi Tue Oct 1 06:03:49 2002 -@@ -3,9 +3,17 @@ - @c EN - @setfilename gauche-refe.info - @settitle Gauche Reference Manual -+@dircategory The Algorithmic Language Scheme -+@direntry -+* Gauche Reference: (gauche-refe.info). An R5RS Scheme implementation. -+@end direntry - @c JP - @setfilename gauche-refj.info - @settitle Gauche リファレンスマニュアル -+@dircategory The Algorithmic Language Scheme -+@direntry -+* Gauche Reference (ja): (gauche-refj.info). An R5RS Scheme implementation. -+@end direntry - @c COMMON - @comment %**end of header - diff --git a/lang/gauche/patches/patch-ag b/lang/gauche/patches/patch-ag new file mode 100644 index 00000000000..ca2ca300e42 --- /dev/null +++ b/lang/gauche/patches/patch-ag @@ -0,0 +1,14 @@ +# $NetBSD: patch-ag,v 1.1 2002/10/12 13:52:08 minoura Exp $ +--- doc/gauche-refe.texi.orig Sun Sep 22 11:17:03 2002 ++++ doc/gauche-refe.texi Sat Oct 12 13:38:06 2002 +@@ -2,6 +2,10 @@ + @comment %**start of header + @setfilename gauche-refe.info + @settitle Gauche Reference Manual ++@dircategory The Algorithmic Language Scheme ++@direntry ++* Gauche Reference: (gauche-refe.info). An R5RS Scheme implementation. ++@end direntry + @comment %**end of header + + @c $Id: patch-ag,v 1.1 2002/10/12 13:52:08 minoura Exp $ diff --git a/lang/gauche/patches/patch-ah b/lang/gauche/patches/patch-ah new file mode 100644 index 00000000000..23fa5427c65 --- /dev/null +++ b/lang/gauche/patches/patch-ah @@ -0,0 +1,14 @@ +# $NetBSD: patch-ah,v 1.1 2002/10/12 13:52:08 minoura Exp $ +--- doc/gauche-refj.texi.orig Sun Sep 22 11:17:12 2002 ++++ doc/gauche-refj.texi Sat Oct 12 13:38:06 2002 +@@ -2,6 +2,10 @@ + @comment %**start of header + @setfilename gauche-refj.info + @settitle Gauche リファレンスマニュアル ++@dircategory The Algorithmic Language Scheme ++@direntry ++* Gauche Reference (ja): (gauche-refj.info). An R5RS Scheme implementation. ++@end direntry + @comment %**end of header + + @c $Id: patch-ah,v 1.1 2002/10/12 13:52:08 minoura Exp $ |