texlive[42081] Build/source/texk/chktex: chktex: add a patch, because

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Sep 16 02:19:10 CEST 2016


Revision: 42081
          http://tug.org/svn/texlive?view=revision&revision=42081
Author:   kakuto
Date:     2016-09-16 02:19:09 +0200 (Fri, 16 Sep 2016)
Log Message:
-----------
chktex: add a patch, because chktex.test fails

Modified Paths:
--------------
    trunk/Build/source/texk/chktex/chktex-PATCHES/ChangeLog
    trunk/Build/source/texk/chktex/chktex-src/FindErrs.c

Added Paths:
-----------
    trunk/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs

Modified: trunk/Build/source/texk/chktex/chktex-PATCHES/ChangeLog
===================================================================
--- trunk/Build/source/texk/chktex/chktex-PATCHES/ChangeLog	2016-09-15 23:02:10 UTC (rev 42080)
+++ trunk/Build/source/texk/chktex/chktex-PATCHES/ChangeLog	2016-09-16 00:19:09 UTC (rev 42081)
@@ -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 at tug.org>
 

Added: trunk/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs
===================================================================
--- trunk/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs	                        (rev 0)
+++ trunk/Build/source/texk/chktex/chktex-PATCHES/patch-04-finderrs	2016-09-16 00:19:09 UTC (rev 42081)
@@ -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)

Modified: trunk/Build/source/texk/chktex/chktex-src/FindErrs.c
===================================================================
--- trunk/Build/source/texk/chktex/chktex-src/FindErrs.c	2016-09-15 23:02:10 UTC (rev 42080)
+++ trunk/Build/source/texk/chktex/chktex-src/FindErrs.c	2016-09-16 00:19:09 UTC (rev 42081)
@@ -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)



More information about the tex-live-commits mailing list