annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3578
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
1 diff -ur texinfo-5.2.orig/info/pcterm.c texinfo-5.2/info/pcterm.c
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
2 --- texinfo-5.2.orig/info/pcterm.c 2014-04-15 18:58:25.000000000 -0400
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
3 +++ texinfo-5.2/info/pcterm.c 2014-04-15 19:00:25.000000000 -0400
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
4 @@ -1299,7 +1299,7 @@
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
5 }
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
6
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
7 /* These should never be called, but they make the linker happy. */
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
8 -
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
9 +#if 0
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
10 int tputs (const char *a, int b, int (*c)(int))
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
11 {
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
12 perror ("tputs"); return 0; /* here and below, added dummy retvals */
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
13 @@ -1339,3 +1339,4 @@
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
14 {
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
15 perror ("tcsetattr"); return 0;
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
16 }
583d3bf548e6 texinfo: update to 5.2 and install all tools
John Donoghue <john.donoghue@ieee.org>
parents: 3518
diff changeset
17 +#endif