pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/chktex
Module Name: pkgsrc
Committed By: markd
Date: Tue Feb 23 06:34:44 UTC 2021
Modified Files:
pkgsrc/print/chktex: Makefile
pkgsrc/print/chktex/patches: patch-aa
Log Message:
chktex: build ChkTeX.dvi as we don't do anything with it.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/print/chktex/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/print/chktex/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/chktex/Makefile
diff -u pkgsrc/print/chktex/Makefile:1.36 pkgsrc/print/chktex/Makefile:1.37
--- pkgsrc/print/chktex/Makefile:1.36 Mon Aug 31 18:11:00 2020
+++ pkgsrc/print/chktex/Makefile Tue Feb 23 06:34:44 2021
@@ -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 @@ HOMEPAGE= https://www.nongnu.org/chktex/
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
Index: pkgsrc/print/chktex/patches/patch-aa
diff -u pkgsrc/print/chktex/patches/patch-aa:1.3 pkgsrc/print/chktex/patches/patch-aa:1.4
--- pkgsrc/print/chktex/patches/patch-aa:1.3 Fri Sep 30 11:33:06 2016
+++ pkgsrc/print/chktex/patches/patch-aa Tue Feb 23 06:34:44 2021
@@ -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