pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/chktex chktex: Specify the input en...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f8aa098def7
branches:  trunk
changeset: 308108:1f8aa098def7
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed May 16 12:42:19 2018 +0000

description:
chktex: Specify the input encoding, fixing build with TeX Live 2018

diffstat:

 print/chktex/Makefile                    |   3 ++-
 print/chktex/distinfo                    |   3 ++-
 print/chktex/patches/patch-ChkTeX.tex.in |  15 +++++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (44 lines):

diff -r a64ab65f081a -r 1f8aa098def7 print/chktex/Makefile
--- a/print/chktex/Makefile     Wed May 16 12:01:58 2018 +0000
+++ b/print/chktex/Makefile     Wed May 16 12:42:19 2018 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2017/05/09 12:24:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.32 2018/05/16 12:42:19 markd Exp $
 
 DISTNAME=      chktex-1.7.6
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://download.savannah.gnu.org/releases/chktex/
 
diff -r a64ab65f081a -r 1f8aa098def7 print/chktex/distinfo
--- a/print/chktex/distinfo     Wed May 16 12:01:58 2018 +0000
+++ b/print/chktex/distinfo     Wed May 16 12:42:19 2018 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2016/09/30 11:33:06 wiz Exp $
+$NetBSD: distinfo,v 1.7 2018/05/16 12:42:19 markd Exp $
 
 SHA1 (chktex-1.7.6.tar.gz) = f1deb9ef9d5bd7732334f09c64587ff2c30cdb5f
 RMD160 (chktex-1.7.6.tar.gz) = 08a2e1bd14aff2d4eec3c48f77d873ec2321304f
 SHA512 (chktex-1.7.6.tar.gz) = dd5ad2d7fce66eeb8d890bd79d00bdb28d9807539988232a917d6478c204e9a0ab287f2b8baf7977dba374b551609d8951cbf67ad15a793d35cdfe3411e4fe0b
 Size (chktex-1.7.6.tar.gz) = 153071 bytes
+SHA1 (patch-ChkTeX.tex.in) = dd04eb6da0a7808f40b515862deffd5b1d99f9ae
 SHA1 (patch-aa) = 6a8c9c7e916e60a4a16e54832101dbd1af4fd153
diff -r a64ab65f081a -r 1f8aa098def7 print/chktex/patches/patch-ChkTeX.tex.in
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/chktex/patches/patch-ChkTeX.tex.in  Wed May 16 12:42:19 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ChkTeX.tex.in,v 1.1 2018/05/16 12:42:19 markd Exp $
+
+Specify the input encoding, fixing build with TeX Live 2018
+debian bug 896178
+
+--- ChkTeX.tex.in.orig 2016-02-03 05:18:36.000000000 +0000
++++ ChkTeX.tex.in
+@@ -37,6 +37,7 @@
+ 
+ \documentclass[a4paper]{article}
+ %latex
++\usepackage[latin1]{inputenc}
+ \usepackage{array, tabularx, verbatim, multicol}
+ \usepackage[T1]{fontenc}
+ \nonfrenchspacing



Home | Main Index | Thread Index | Old Index