summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-12-24 13:02:00 +0000
committerjmmv <jmmv>2003-12-24 13:02:00 +0000
commit3468cea689a713c209ce24adc13e434d4946665f (patch)
tree12c91239a4244ea4b3dd993b607e6c5ce9deadcf
parent74fc50f4cdc19941d75b08a2acf2b6f58d94591b (diff)
downloadpkgsrc-3468cea689a713c209ce24adc13e434d4946665f.tar.gz
Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
-rw-r--r--benchmarks/skampi/Makefile5
-rw-r--r--devel/cweb/Makefile7
-rw-r--r--devel/doxygen/Makefile6
-rw-r--r--editors/TeXmacs/Makefile6
-rw-r--r--editors/lyx-qt/Makefile4
-rw-r--r--editors/lyx-qt/Makefile.common4
-rw-r--r--editors/lyx-xforms/Makefile4
-rw-r--r--graphics/xdvipresent/Makefile3
-rw-r--r--math/octave/Makefile5
-rw-r--r--print/advi/Makefile5
-rw-r--r--print/chktex/Makefile5
-rw-r--r--print/dvipdfm/Makefile8
-rw-r--r--print/dvipdfmx/Makefile8
-rw-r--r--print/dvipng/Makefile6
-rw-r--r--print/html2ps/Makefile6
-rw-r--r--print/ja-dvipdfm/Makefile6
-rw-r--r--print/ja-ptex-bin/Makefile12
-rw-r--r--print/ja-ptex-share/Makefile5
-rw-r--r--print/ja-vfxdvik/Makefile8
-rw-r--r--print/lgrind/Makefile4
-rw-r--r--print/lilypond/Makefile4
-rw-r--r--print/tex-eurosym/Makefile6
-rw-r--r--print/tex-hugelatex/Makefile4
-rw-r--r--print/tex-musixtex/Makefile4
-rw-r--r--print/texfamily/Makefile12
-rw-r--r--textproc/latex2html/Makefile5
-rw-r--r--www/p5-Template-Toolkit/Makefile5
27 files changed, 85 insertions, 72 deletions
diff --git a/benchmarks/skampi/Makefile b/benchmarks/skampi/Makefile
index 070298b2be7..f5fe44ba14f 100644
--- a/benchmarks/skampi/Makefile
+++ b/benchmarks/skampi/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/11/08 22:19:37 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:00 jmmv Exp $
#
DISTNAME= skampi4
PKGNAME= skampi-4.0.1
+PKGREVISION= 1
CATEGORIES= benchmarks parallel
MASTER_SITES= http://liinwww.ira.uka.de/~skampi/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}_userman.ps.gz
@@ -14,7 +15,7 @@ COMMENT= MPI (Message Passing Interface) benchmarks
DEPENDS= mpich>=1.2.1:../../parallel/mpi-ch
DEPENDS+= gnuplot>=3.7.1:../../graphics/gnuplot
-DEPENDS+= teTeX{,2}>=1.0.7:../../print/teTeX2
+DEPENDS+= teTeX>=1.0.7:../../print/teTeX
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
diff --git a/devel/cweb/Makefile b/devel/cweb/Makefile
index 0e9ae1d046a..b87c8554b25 100644
--- a/devel/cweb/Makefile
+++ b/devel/cweb/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.16 2003/07/17 21:30:11 grant Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/24 13:02:00 jmmv Exp $
#
# XXX This package needs to be installed with the same PREFIX as teTeX
#
DISTNAME= cweb-3.64
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= devel lang
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=web/cweb/}
@@ -12,7 +13,9 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www-cs-faculty.stanford.edu/~knuth/cweb.html
COMMENT= CWEB System of Structured Documentation
-DEPENDS+= teTeX-[0-9]*:../../print/teTeX
+CONFLICTS+= teTeX-bin>=2.0
+
+DEPENDS+= teTeX-[0-9]*:../../print/teTeX1
post-patch:
${MV} ${WRKSRC}/cweb.1 ${WRKSRC}/cweb.1.dist
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index c0f967fa4fb..72023b2c86d 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2003/12/23 21:10:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.17 2003/12/24 13:02:00 jmmv Exp $
DISTNAME= doxygen-1.3.5.src
PKGNAME= doxygen-1.3.5
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
@@ -11,7 +11,7 @@ MAINTAINER= groo@NetBSD.org
HOMEPAGE= http://www.doxygen.org/
COMMENT= Documentation system for C++, Java, IDL and C
-DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2
+DEPENDS+= teTeX-[0-9]*:../../print/teTeX
USE_GMAKE= yes
USE_PERL5= yes
diff --git a/editors/TeXmacs/Makefile b/editors/TeXmacs/Makefile
index a8cc1435531..b54004407c9 100644
--- a/editors/TeXmacs/Makefile
+++ b/editors/TeXmacs/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2003/10/08 20:58:05 reed Exp $
+# $NetBSD: Makefile,v 1.19 2003/12/24 13:02:00 jmmv Exp $
DISTNAME= TeXmacs-1.0.1-src
PKGNAME= ${DISTNAME:S/-src//}
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= editors
MASTER_SITES= ftp://ftp.texmacs.org/pub/TeXmacs/targz/
@@ -10,7 +10,7 @@ MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.texmacs.org
COMMENT= GNU TeXmacs (free scientific text editor)
-DEPENDS+= teTeX{,2}>=1.0:../../print/teTeX
+DEPENDS+= teTeX>=1.0:../../print/teTeX
ALL_TARGET= TEXMACS
diff --git a/editors/lyx-qt/Makefile b/editors/lyx-qt/Makefile
index d92a217fa4f..4a5b1f41fff 100644
--- a/editors/lyx-qt/Makefile
+++ b/editors/lyx-qt/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.7 2003/12/23 21:10:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/24 13:02:00 jmmv Exp $
#
.include "./Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-qt-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT+= (QT version)
diff --git a/editors/lyx-qt/Makefile.common b/editors/lyx-qt/Makefile.common
index a1c71606f0c..4b5f9d802ef 100644
--- a/editors/lyx-qt/Makefile.common
+++ b/editors/lyx-qt/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.9 2003/12/23 21:10:22 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.10 2003/12/24 13:02:00 jmmv Exp $
#
DISTNAME= lyx-1.3.3
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.lyx.org/
COMMENT= Graphical frontend for LaTeX
CONFLICTS= lyx-[0-9]*
-DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX2
+DEPENDS+= teTeX-[0-9]*:../../print/teTeX
DESCR_SRC= ${.CURDIR}/../../editors/lyx-qt/DESCR
DISTINFO_FILE= ${.CURDIR}/../../editors/lyx-qt/distinfo
diff --git a/editors/lyx-xforms/Makefile b/editors/lyx-xforms/Makefile
index b3d171b9eef..5079ecf1396 100644
--- a/editors/lyx-xforms/Makefile
+++ b/editors/lyx-xforms/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2003/12/23 21:10:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/24 13:02:00 jmmv Exp $
#
.include "../lyx-qt/Makefile.common"
PKGNAME= ${DISTNAME:S/lyx-/lyx-xforms-/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT+= (xforms version)
diff --git a/graphics/xdvipresent/Makefile b/graphics/xdvipresent/Makefile
index c93ebb347af..01fd29f0c3a 100644
--- a/graphics/xdvipresent/Makefile
+++ b/graphics/xdvipresent/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:43:07 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/24 13:02:00 jmmv Exp $
#
DISTNAME= xdvipresent-0.6p14
PKGNAME= xdvipresent-0.6.1.14
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/xdvipresent
CATEGORIES= graphics textproc print x11
MASTER_SITES= http://clip.dia.fi.upm.es/Software/
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 15899fad1a5..119479542a5 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2003/12/23 10:39:30 sketch Exp $
+# $NetBSD: Makefile,v 1.41 2003/12/24 13:02:00 jmmv Exp $
# FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp
DISTNAME= octave-2.0.17
+PKGREVISION= 1
CATEGORIES= math
MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ \
ftp://ftp.math.uni-hamburg.de/pub/soft/math/octave/ \
@@ -14,7 +15,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.che.wisc.edu/octave/
COMMENT= High-level language, primarily intended for numerical computations
-BUILD_DEPENDS+= teTeX{,2}>=1.0.7:../../print/teTeX
+BUILD_DEPENDS+= teTeX>=1.0.7:../../print/teTeX
DEPENDS+= gnuplot{,-nox11}>=3.7:../../graphics/gnuplot
CONFLICTS+= octave-2.1.*
diff --git a/print/advi/Makefile b/print/advi/Makefile
index f6b4cde2d55..f2e57ae047c 100644
--- a/print/advi/Makefile
+++ b/print/advi/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/31 01:43:23 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2003/12/24 13:02:00 jmmv Exp $
DISTNAME= advi-1.4.0
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/advi/
@@ -8,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://pauillac.inria.fr/advi/
COMMENT= Active-DVI Presenter
-DEPENDS+= {teTeX-[0-9]*,teTeX2-[0-9]*}:../../print/teTeX
+DEPENDS+= teTeX-[0-9]*:../../print/teTeX
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
diff --git a/print/chktex/Makefile b/print/chktex/Makefile
index 51f8392cffd..06e62587599 100644
--- a/print/chktex/Makefile
+++ b/print/chktex/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/09/14 18:13:50 recht Exp $
+# $NetBSD: Makefile,v 1.3 2003/12/24 13:02:00 jmmv Exp $
#
DISTNAME= chktex-1.6.1
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= http://savannah.nongnu.org/download/chktex/chktex.pkg/1.6.1/
@@ -18,5 +19,5 @@ GNU_CONFIGURE= YES
CFLAGS+= -D__unix__
MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
-.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
index f32de621ccc..48e520beb2f 100644
--- a/print/dvipdfm/Makefile
+++ b/print/dvipdfm/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2003/11/07 23:24:12 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/24 13:02:00 jmmv Exp $
DISTNAME= dvipdfm-0.13.2c
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/dvipdfm
CATEGORIES= print converters
MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/
@@ -12,7 +12,7 @@ COMMENT= DVI to PDF translator
CONFLICTS+= dvipdfmx-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
-CONFLICTS+= teTeX2-bin-[2-9]*
+CONFLICTS+= teTeX-bin>=2.0
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
@@ -34,6 +34,6 @@ post-install:
mktexlsr
.include "../../graphics/png/buildlink2.mk"
-.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX1-bin/kpathsea.buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile
index d834bd34041..eaf78d5d032 100644
--- a/print/dvipdfmx/Makefile
+++ b/print/dvipdfmx/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/11/12 03:39:42 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= dvipdfmx-20021230
PKGNAME= dvipdfmx-0.0.0.20021230
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print converters
MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/
@@ -11,7 +11,7 @@ HOMEPAGE= http://project.ktug.or.kr/dvipdfmx/
COMMENT= Dvi to pdf converter with CID-keyed font support
DEPENDS+= adobe-cmaps-[0-9]*:../../fonts/adobe-cmaps
-DEPENDS+= teTeX2-bin>=2.0.2:../../print/teTeX2-bin
+DEPENDS+= teTeX-bin>=2.0.2:../../print/teTeX-bin
CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= ja-dvipdfm-[0-9]*
@@ -29,7 +29,7 @@ post-patch:
.include "../../security/openssl/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
-.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.include "../../devel/zlib/buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/dvipng/Makefile b/print/dvipng/Makefile
index 33598bfc7d7..3c71237cf50 100644
--- a/print/dvipng/Makefile
+++ b/print/dvipng/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/12/15 13:45:07 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= dvipng-0.8
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=preview-latex/}
@@ -22,5 +22,5 @@ BUILDLINK_DEPENDS.freetype2?= freetype2>=2.1.3
.include "../../graphics/freetype2/buildlink2.mk"
.include "../../graphics/gd/buildlink2.mk"
.include "../../graphics/png/buildlink2.mk"
-.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/html2ps/Makefile b/print/html2ps/Makefile
index 3976e5023bc..463ffff5728 100644
--- a/print/html2ps/Makefile
+++ b/print/html2ps/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/10/08 10:08:00 taca Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= html2ps-1.0b1
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= www
MASTER_SITES= http://www.tdb.uu.se/~jan/
@@ -14,7 +14,7 @@ DEPENDS+= ImageMagick>=5.3.9nb1:../../graphics/ImageMagick
DEPENDS+= jpeg>=6b:../../graphics/jpeg
DEPENDS+= p5-PerlMagick-[0-9]*:../../graphics/p5-PerlMagick
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
-DEPENDS+= teTeX{,2}-bin>=1.0.6:../../print/teTeX-bin
+DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+= weblint-[0-9]*:../../www/weblint
USE_PERL5= yes
diff --git a/print/ja-dvipdfm/Makefile b/print/ja-dvipdfm/Makefile
index f8bc4090ac0..7de909e64df 100644
--- a/print/ja-dvipdfm/Makefile
+++ b/print/ja-dvipdfm/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/17 22:52:31 grant Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= dvipdfm-0.13.2c
PKGNAME= ja-${DISTNAME}
+PKGREVISION= 1
WRKSRC= ${WRKDIR}/dvipdfm
CATEGORIES= print converters
MASTER_SITES= ftp://ftp.kettering.edu/pub/outgoing/mwicks/dvipdfm/
@@ -16,6 +17,7 @@ COMMENT= DVI to PDF translator with Japanese patch
CONFLICTS+= dvipdfm-[0-9]*
CONFLICTS+= dvipdfmx-[0-9]*
+CONFLICTS+= teTeX-bin>=2.0
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
@@ -34,6 +36,6 @@ post-install:
${PREFIX}/bin/mktexlsr
.include "../../graphics/png/buildlink2.mk"
-.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX1-bin/kpathsea.buildlink2.mk"
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile
index d7acbcc6230..bd2b644bf9d 100644
--- a/print/ja-ptex-bin/Makefile
+++ b/print/ja-ptex-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/09/19 09:38:03 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= ptex-src-${PTEX_VERS}
PKGNAME= ja-ptex-bin-${PTEX_VERS}
@@ -27,7 +27,7 @@ DEPENDS+= ja-ptex-share>=2.1:../../print/ja-ptex-share
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
-.include "../../print/teTeX2-bin/Makefile.common"
+.include "../../print/teTeX-bin/Makefile.common"
PTEX_VERS= 3.1.2
DVIPSK_PATCH_VERS= p1.6
@@ -53,9 +53,9 @@ FILES_SUBST+= PATCH=${PATCH}
pre-extract:
if [ ! -e ${WRKSRC} ]; then \
- cd ../../print/teTeX2-bin && ${MAKE} patch; \
+ cd ../../print/teTeX-bin && ${MAKE} patch; \
elif [ ! -e ${WRKSRC_PTEX} ]; then \
- cd ../../print/teTeX2-bin && ${MAKE} clean; ${MAKE} patch; \
+ cd ../../print/teTeX-bin && ${MAKE} clean; ${MAKE} patch; \
fi;
post-extract:
@@ -115,7 +115,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/texk/PSTricks.patch ${TEXMF}/dvips/pstricks
pre-clean:
- cd ../../print/teTeX2-bin && ${MAKE} clean
+ cd ../../print/teTeX-bin && ${MAKE} clean
-.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/print/ja-ptex-share/Makefile b/print/ja-ptex-share/Makefile
index f81a2100d65..7e79e7ed4cd 100644
--- a/print/ja-ptex-share/Makefile
+++ b/print/ja-ptex-share/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:16:24 martti Exp $
+# $NetBSD: Makefile,v 1.6 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= ptex-texmf-2.1
PKGNAME= ja-ptex-share-2.1
+PKGREVISION= 1
WRKSRC= ${WRKDIR}
CATEGORIES= print japanese
MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/tetex/ \
@@ -18,7 +19,7 @@ MAINTAINER= kei@NetBSD.org
HOMEPAGE= http://www.ascii.co.jp/pb/ptex/
COMMENT= Library files for pTeX
-DEPENDS+= teTeX2>=2.0.1:../../print/teTeX2
+DEPENDS+= teTeX>=2.0.1:../../print/teTeX
DIST_SUBDIR= teTeX
NO_CONFIGURE= YES
diff --git a/print/ja-vfxdvik/Makefile b/print/ja-vfxdvik/Makefile
index 26c54cd4a83..8c92504a74b 100644
--- a/print/ja-vfxdvik/Makefile
+++ b/print/ja-vfxdvik/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2003/10/05 02:00:43 kei Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= xdvik-${XDVIK_ORIGINAL_VERS}
PKGNAME= ja-vfxdvik-${XDVIK_ORIGINAL_VERS}.${XDVIK_JP_PATCH_VERS}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= japanese print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xdvi/} # not xdvik
@@ -73,9 +73,9 @@ do-install:
cd ${XDVI_DIR} && ${MAKE_PROGRAM} install
.if defined(USE_TEXFAMILY)
-.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX1-bin/kpathsea.buildlink2.mk"
.else
-.include "../../print/teTeX2-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
.endif
.include "../../www/libwww/buildlink2.mk"
.include "../../print/ja-vflib-lib/buildlink2.mk"
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile
index 86faa171c30..4cebebe0c47 100644
--- a/print/lgrind/Makefile
+++ b/print/lgrind/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2003/07/17 22:52:33 grant Exp $
+# $NetBSD: Makefile,v 1.16 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= lgrind
PKGNAME= lgrind-3.5
@@ -11,7 +11,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= jwise@NetBSD.org
COMMENT= Source pretty printer for LaTeX
-DEPENDS+= teTeX-1.0.*:../../print/teTeX
+DEPENDS+= teTeX-1.0.*:../../print/teTeX1
USE_X11= yes
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index 081b7f8bc01..649af13a189 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2003/08/09 11:20:37 seb Exp $
+# $NetBSD: Makefile,v 1.19 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= lilypond-1.4.13
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ftp://ftp.cs.uu.nl/pub/GNU/LilyPond/stable/
diff --git a/print/tex-eurosym/Makefile b/print/tex-eurosym/Makefile
index b1803efcdaf..b13109ab9a1 100644
--- a/print/tex-eurosym/Makefile
+++ b/print/tex-eurosym/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:52:42 grant Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= eurosym-1.0
PKGNAME= tex-${DISTNAME}
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/eurosym
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -13,7 +13,7 @@ HOMEPAGE= ftp://ftp.univie.ac.at/packages/tex/fonts/eurosym/
COMMENT= Euro symbols for LaTeX
# included in teTeX2
-DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
+DEPENDS+= teTeX-bin-1.0.*:../../print/teTeX1-bin
NO_CONFIGURE= yes
NO_BUILD= yes
diff --git a/print/tex-hugelatex/Makefile b/print/tex-hugelatex/Makefile
index e8c934f2644..ee6c83bc954 100644
--- a/print/tex-hugelatex/Makefile
+++ b/print/tex-hugelatex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:52:42 grant Exp $
+# $NetBSD: Makefile,v 1.7 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= hugelatex-1.0
@@ -12,7 +12,7 @@ DISTFILES= # nada
MAINTAINER= hubertf@NetBSD.org
COMMENT= LaTeX format files with large limits
-DEPENDS+= teTeX-1.0*:../teTeX
+DEPENDS+= teTeX-1.0*:../../print/teTeX1
EXTRACT_ONLY= # nothing
NO_CHECKSUM= yes
diff --git a/print/tex-musixtex/Makefile b/print/tex-musixtex/Makefile
index 35b22f8e26a..547ef91aaea 100644
--- a/print/tex-musixtex/Makefile
+++ b/print/tex-musixtex/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/04/27 17:16:15 sommerfeld Exp $
+# $NetBSD: Makefile,v 1.5 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= musixtex-109
@@ -13,7 +13,7 @@ MAINTAINER= dgriffi@cs.csubak.edu
HOMEPAGE= http://icking-music-archive.sunsite.dk/
COMMENT= TeX macros to typeset music
-DEPENDS+= teTeX-1.0*:../../print/teTeX
+DEPENDS+= teTeX-1.0*:../../print/teTeX1
NO_CONFIGURE= yes
diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile
index 2204ac6fe1f..17ae8553cc7 100644
--- a/print/texfamily/Makefile
+++ b/print/texfamily/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:52:43 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= TeXfamily-1.2.1
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= japanese print
MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/texfam-1.2/ \
ftp://ftp.math.s.chiba-u.ac.jp/tex/texfam-1.2.1/ \
@@ -31,7 +31,7 @@ DEPENDS+= TeXfamily-share>=1.2.1nb3:../../print/texfamily-share
DEPENDS+= ja-vflib-lib-[0-9]*:../../print/ja-vflib-lib
DIST_SUBDIR= TeXfamily
-TETEX_DIR= ${_PKGSRCDIR}/print/teTeX-bin/${WRKDIR:T}/teTeX-1.0
+TETEX_DIR= ${_PKGSRCDIR}/print/teTeX1-bin/${WRKDIR:T}/teTeX-1.0
WRKSRC= ${TETEX_DIR}
EXTRACT_ONLY= # none
@@ -83,9 +83,9 @@ TEXFAMILY_MENDEXVERSION=2.5
pre-extract:
if [ ! -e ${WRKSRC} ]; then \
- cd ../../print/teTeX-bin && ${MAKE} patch; \
+ cd ../../print/teTeX1-bin && ${MAKE} patch; \
elif [ ! -e ${WRKSRC}/texk/texfam.ac ]; then \
- cd ../../print/teTeX-bin && ${MAKE} clean; ${MAKE} patch; \
+ cd ../../print/teTeX1-bin && ${MAKE} clean; ${MAKE} patch; \
fi
post-extract:
@@ -165,6 +165,6 @@ post-install:
${LOCALBASE}/bin/mktexlsr ${LOCALBASE}/share/texmf.local
pre-clean:
- cd ../../print/teTeX-bin && ${MAKE} clean
+ cd ../../print/teTeX1-bin && ${MAKE} clean
.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/latex2html/Makefile b/textproc/latex2html/Makefile
index 135e602fa7f..cbbabae5ea2 100644
--- a/textproc/latex2html/Makefile
+++ b/textproc/latex2html/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:54:29 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/12/24 13:02:01 jmmv Exp $
DISTNAME= latex2html-2002-2-1
PKGNAME= latex2html-2002.2.1
+PKGREVISION= 1
CATEGORIES= textproc converters
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2html/}
@@ -9,7 +10,7 @@ MAINTAINER= wennmach@NetBSD.org
HOMEPAGE= http://www.latex2html.org
COMMENT= LaTeX to HTML converter
-DEPENDS+= {teTeX-bin>=1.0.6,teTeX2-bin-[0-9]*}:../../print/teTeX-bin
+DEPENDS+= teTeX-bin>=1.0.6:../../print/teTeX-bin
DEPENDS+= netpbm>=9.7nb1:../../graphics/netpbm
USE_PERL5= # defined
diff --git a/www/p5-Template-Toolkit/Makefile b/www/p5-Template-Toolkit/Makefile
index b6826e66ee0..69b3e6c7119 100644
--- a/www/p5-Template-Toolkit/Makefile
+++ b/www/p5-Template-Toolkit/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2003/12/03 22:14:46 kristerw Exp $
+# $NetBSD: Makefile,v 1.11 2003/12/24 13:02:01 jmmv Exp $
#
DISTNAME= Template-Toolkit-2.10
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
SVR4_PKGNAME= p5tto
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
@@ -24,7 +25,7 @@ DEPENDS+= p5-Text-Autoformat-[0-9]*:../../textproc/p5-Text-Autoformat
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-XML-RSS>=0.9:../../textproc/p5-XML-RSS
DEPENDS+= p5-XML-XPath>=1.08:../../textproc/p5-XML-XPath
-DEPENDS+= {teTeX>=1.0.7,teTeX2>=2.0}:../../print/teTeX
+DEPENDS+= teTeX>=1.0.7:../../print/teTeX
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Template/.packlist