summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-16 00:19:09 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2016-09-16 00:19:09 +0000
commitfbac363607c7a76f002aedc864b23894665f6735 (patch)
tree6fb75526695ad485ebfe0b2a41f2ed67042dd308 /Build/source
parenta281920f9c8353be9c15bbbe556e3417a83c56fb (diff)
chktex: add a patch, because chktex.test fails
git-svn-id: svn://tug.org/texlive/trunk@42081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/chktex/chktex-PATCHES/ChangeLog1
-rw-r--r--Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs13
-rw-r--r--Build/source/texk/chktex/chktex-src/FindErrs.c2
3 files changed, 16 insertions, 0 deletions
diff --git a/Build/source/texk/chktex/chktex-PATCHES/ChangeLog b/Build/source/texk/chktex/chktex-PATCHES/ChangeLog
index c7e2b208e5c..c37fd290e4d 100644
--- a/Build/source/texk/chktex/chktex-PATCHES/ChangeLog
+++ b/Build/source/texk/chktex/chktex-PATCHES/ChangeLog
@@ -2,6 +2,7 @@
* Import chktex-1.7.6.
* patch-03-late-decl: remove, since now applied.
+ * patch-04-finderrs: added because chktex.test fails.
2015-04-12 Karl Berry <karl@tug.org>
diff --git a/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs b/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs
new file mode 100644
index 00000000000..7dd1dbc65ab
--- /dev/null
+++ b/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs
@@ -0,0 +1,13 @@
+diff -ur chktex.orig/FindErrs.c chktex/FindErrs.c
+--- chktex.orig/FindErrs.c Sat Sep 10 06:22:18 2016
++++ chktex/FindErrs.c Fri Sep 16 09:07:42 2016
+@@ -1872,7 +1872,9 @@
+ }
+ else
+ {
++/* I remove this line temporally, because chktex.test fails --ak (2016/09/16)
+ FoundErr = EXIT_FAILURE;
++*/
+ Context = LaTeXMsgs[Error].Context;
+
+ if (!HeadErrOut)
diff --git a/Build/source/texk/chktex/chktex-src/FindErrs.c b/Build/source/texk/chktex/chktex-src/FindErrs.c
index f1a470b8238..b4c4553fa34 100644
--- a/Build/source/texk/chktex/chktex-src/FindErrs.c
+++ b/Build/source/texk/chktex/chktex-src/FindErrs.c
@@ -1872,7 +1872,9 @@ PrintError(const char *File, const char *String,
}
else
{
+/* I remove this line temporally, because chktex.test fails --ak (2016/09/16)
FoundErr = EXIT_FAILURE;
+*/
Context = LaTeXMsgs[Error].Context;
if (!HeadErrOut)