summaryrefslogtreecommitdiff
path: root/print/latex-mk
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2003-05-22 11:27:01 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2003-05-22 11:27:01 +0000
commit0ea634792b3bd236860e1b486b84585591413f24 (patch)
treea6697ddc83470326c4cd817e628d8bea5d7a2b41 /print/latex-mk
parent650e99930d80bab6a0f6fc7176e08559cab0e0c5 (diff)
downloadpkgsrc-0ea634792b3bd236860e1b486b84585591413f24.tar.gz
fix a bug which causes bibtex to not be run properly when needed with some
versions of LaTeX. Noted by Brook Milligan.
Diffstat (limited to 'print/latex-mk')
-rw-r--r--print/latex-mk/Makefile3
-rw-r--r--print/latex-mk/distinfo3
-rw-r--r--print/latex-mk/patches/patch-aa13
3 files changed, 17 insertions, 2 deletions
diff --git a/print/latex-mk/Makefile b/print/latex-mk/Makefile
index fab92d30e43..66aab768f6a 100644
--- a/print/latex-mk/Makefile
+++ b/print/latex-mk/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2003/02/27 02:18:37 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.4 2003/05/22 11:27:01 dmcmahill Exp $
#
DISTNAME= latex-mk-1.0
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=latex-mk/}
diff --git a/print/latex-mk/distinfo b/print/latex-mk/distinfo
index 643df1cbe7c..7d746b0f063 100644
--- a/print/latex-mk/distinfo
+++ b/print/latex-mk/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2003/02/27 02:18:37 dmcmahill Exp $
+$NetBSD: distinfo,v 1.4 2003/05/22 11:27:02 dmcmahill Exp $
SHA1 (latex-mk-1.0.tar.gz) = c06de8be9c2413cd9bdfad89b209b75698c0b829
Size (latex-mk-1.0.tar.gz) = 388728 bytes
+SHA1 (patch-aa) = c2228ca2686c162a3646390cdf9c900aa81e13fb
diff --git a/print/latex-mk/patches/patch-aa b/print/latex-mk/patches/patch-aa
new file mode 100644
index 00000000000..7ce617120b1
--- /dev/null
+++ b/print/latex-mk/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2003/05/22 11:27:02 dmcmahill Exp $
+
+--- latex-mk.in.orig Sat Feb 22 09:28:47 2003
++++ latex-mk.in
+@@ -141,7 +141,7 @@ while test $cnt -lt $MAXITERS ; do
+ # wants to keep running latex and viewing/printing the results with these
+ # errors present, provide a way to override this.
+ #
+- needbib=`grep "Citation.*on page.*undefined" $LATEX_MK_LOG`
++ needbib=`grep "Citation.*undefined" $LATEX_MK_LOG`
+ if test -n "$needbib" ; then
+ if test $bibcnt -eq 0 ; then
+ echo "$sep"