diff src/texinfo-1-fixes.patch @ 3578:583d3bf548e6

texinfo: update to 5.2 and install all tools * src/texinfo.mk: update to 5.2 and make/make install all. * src/texinfo-1-fixes.patch: updated patch for 5.2.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 15 Apr 2014 21:32:17 -0400
parents 596a5f3baf08
children 63798d0032c2
line wrap: on
line diff
--- a/src/texinfo-1-fixes.patch	Wed Mar 19 20:54:18 2014 -0400
+++ b/src/texinfo-1-fixes.patch	Tue Apr 15 21:32:17 2014 -0400
@@ -1,12 +1,17 @@
-diff -ru a/util/texi2dvi b/util/texi2dvi
---- a/util/texi2dvi	2008-09-18 14:46:01.000000000 -0400
-+++ b/util/texi2dvi	2014-02-14 13:21:50.038015947 -0500
-@@ -1683,7 +1683,7 @@
- 
-   # If the COMMAND_LINE_FILENAME is not absolute (e.g., --debug.tex),
-   # prepend `./' in order to avoid that the tools take it as an option.
--  echo "$command_line_filename" | $EGREP '^(/|[A-z]:/)' >&6 \
-+  echo "$command_line_filename" | $EGREP '^(/|[A-Za-z]:/)' >&6 \
-   || command_line_filename="./$command_line_filename"
- 
-   # See if the file exists.  If it doesn't we're in trouble since, even
+diff -ur texinfo-5.2.orig/info/pcterm.c texinfo-5.2/info/pcterm.c
+--- texinfo-5.2.orig/info/pcterm.c	2014-04-15 18:58:25.000000000 -0400
++++ texinfo-5.2/info/pcterm.c	2014-04-15 19:00:25.000000000 -0400
+@@ -1299,7 +1299,7 @@
+ }
+ 
+ /* These should never be called, but they make the linker happy.  */
+-
++#if 0
+ int       tputs (const char *a, int b, int (*c)(int))
+ {
+   perror ("tputs"); return 0; /* here and below, added dummy retvals */
+@@ -1339,3 +1339,4 @@
+ {
+   perror ("tcsetattr"); return 0;
+ }
++#endif