pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/tex-hugelatex This pkg works fine with teTeX>=2,...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/648f0bf9178d
branches:  trunk
changeset: 491992:648f0bf9178d
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Sat Apr 02 20:19:02 2005 +0000

description:
This pkg works fine with teTeX>=2, note it in the depends.
Also be more graceful about in fmt-handling

diffstat:

 print/tex-hugelatex/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r 18c65034fc4c -r 648f0bf9178d print/tex-hugelatex/Makefile
--- a/print/tex-hugelatex/Makefile      Sat Apr 02 20:15:41 2005 +0000
+++ b/print/tex-hugelatex/Makefile      Sat Apr 02 20:19:02 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/08/23 10:34:14 darcy Exp $
+# $NetBSD: Makefile,v 1.12 2005/04/02 20:19:02 hubertf Exp $
 #
 
 DISTNAME=      hugelatex-2.0
@@ -10,7 +10,7 @@
 MAINTAINER=    hubertf%NetBSD.org@localhost
 COMMENT=       LaTeX format files with large limits
 
-DEPENDS+=      teTeX-2.*:../../print/teTeX
+DEPENDS+=      teTeX>=2:../../print/teTeX
 
 WRKSRC=                ${WRKDIR}
 EXTRACT_ONLY=  # nothing
@@ -23,11 +23,11 @@
        ${CP} -p ${TEXMF_CNF} ${TEXMF_CNF}-before-hugelatex
        ${CAT} ${FILESDIR}/texmf.cnf-add >>${TEXMF_CNF}
        cd `dirname ${TEXMF_CNF}`; \
-       ${MV} latex.fmt latex.fmt.BAK ; \
+       ${MV} latex.fmt latex.fmt.BAK || ${TRUE} ; \
        echo "" | ${PREFIX}/bin/latex -ini -fmt=hugelatex -progname=hugelatex latex.ini || ${TRUE}; \
        ${MV} latex.fmt hugelatex.fmt ; \
        ${MV} latex.log hugelatex.log ; \
-       ${MV} latex.fmt.BAK latex.fmt ; \
+       ${MV} latex.fmt.BAK latex.fmt || ${TRUE} ; \
        ${RM} -f texsys.aux
        ${RM} -f ${PREFIX}/bin/hugelatex
        ${LN} -s latex ${PREFIX}/bin/hugelatex



Home | Main Index | Thread Index | Old Index