pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/chktex chktex: build ChkTeX.dvi as we don't do a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/239e7c33c9d4
branches:  trunk
changeset: 447607:239e7c33c9d4
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Feb 23 06:34:44 2021 +0000

description:
chktex: build ChkTeX.dvi as we don't do anything with it.

diffstat:

 print/chktex/Makefile         |   6 +-----
 print/chktex/patches/patch-aa |  11 ++++++++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (43 lines):

diff -r 48101a738811 -r 239e7c33c9d4 print/chktex/Makefile
--- a/print/chktex/Makefile     Tue Feb 23 06:04:21 2021 +0000
+++ b/print/chktex/Makefile     Tue Feb 23 06:34:44 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2020/08/31 18:11:00 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2021/02/23 06:34:44 markd Exp $
 
 DISTNAME=      chktex-1.7.6
 PKGREVISION=   4
@@ -10,10 +10,6 @@
 COMMENT=       LaTeX semantic checker
 LICENSE=       gnu-gpl-v2
 
-BUILD_DEPENDS+=        tex-latex-bin-[0-9]*:../../print/tex-latex-bin
-BUILD_DEPENDS+=        tex-ntgclass-[0-9]*:../../print/tex-ntgclass
-BUILD_DEPENDS+=        tex-tools-[0-9]*:../../print/tex-tools
-BUILD_DEPENDS+=        tex-ec-[0-9]*:../../fonts/tex-ec
 DEPENDS+=      lynx-[0-9]*:../../www/lynx
 
 EGDIR=         ${PREFIX}/share/examples/chktex
diff -r 48101a738811 -r 239e7c33c9d4 print/chktex/patches/patch-aa
--- a/print/chktex/patches/patch-aa     Tue Feb 23 06:04:21 2021 +0000
+++ b/print/chktex/patches/patch-aa     Tue Feb 23 06:34:44 2021 +0000
@@ -1,11 +1,16 @@
-$NetBSD: patch-aa,v 1.3 2016/09/30 11:33:06 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2021/02/23 06:34:44 markd Exp $
 
 Use proper installation tools.
+Don't build ChkTeX.dvi as we don't do anything with it.
 
 --- Makefile.in.orig   2016-09-10 04:14:58.000000000 +0000
 +++ Makefile.in
-@@ -162,13 +162,13 @@ chktex: $(OBJS)
- install: chktex ChkTeX.dvi
+@@ -159,16 +159,16 @@ check: chktex $(srcdir)/$(TestOutFile)
+ chktex: $(OBJS)
+       $(CC) $(LDFLAGS) -o chktex $(OBJS) $(LIBS)
+ 
+-install: chktex ChkTeX.dvi
++install: chktex
        $(MKDIR_P) $(DESTDIR)$(bindir)
        for program in chktex $(BUILT_SCRIPTS); do \
 -              $(INSTALL_PROGRAM) $$program $(DESTDIR)$(bindir); \



Home | Main Index | Thread Index | Old Index