diff options
author | kei <kei> | 2001-10-24 00:28:47 +0000 |
---|---|---|
committer | kei <kei> | 2001-10-24 00:28:47 +0000 |
commit | fb3b62182c192b9fe0685aa95fa0d909cf1dc1e5 (patch) | |
tree | a312e808ec229076cbf54ff5a3cd1d392dcc4694 /print/teTeX-bin | |
parent | 80b30a78de4272cf6f3438ba113d5d7b6b7fde1b (diff) | |
download | pkgsrc-fb3b62182c192b9fe0685aa95fa0d909cf1dc1e5.tar.gz |
Updated teTeX-share and teTeX-sharesrc for preparing to update of TeXfamily
which doesn't compile recently because of the LaTeX's "Hey, your distribution
is too old! Please update it to the latest one!" feature.
Quoted from the patch to `latex.ltx'.
This is a work around for the '1 year old' error which avoids the format
file from being generated correctly. Provided by Naoto Shimazaki.
Because of NO_EXTRACT/NO_PATCH/others are defined in teTeX-share{,src}
packages, applying this patch is done by packages' Makefiles on do-install
stage.
New version numbers after these changes are like below:
teTeX: 1.0.7nb1
teTeX-bin: 1.0.7nb1
teTeX-share: 1.0.2nb1
teTeX-sharesrc: 1.0.1nb1
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index eb070a3354f..d8ada7d0846 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2001/09/27 23:18:37 jlam Exp $ +# $NetBSD: Makefile,v 1.30 2001/10/24 00:28:48 kei Exp $ # FreeBSD Id: Makefile,v 1.20 1997/08/05 06:56:41 tg Exp # @@ -13,7 +13,7 @@ HOMEPAGE= http://www.tug.org/tetex/ COMMENT= TeX distribution for UNIX compatible systems - executables BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison -DEPENDS+= teTeX-share-1.0.*:../teTeX-share +DEPENDS+= teTeX-share>=1.0.2nb1:../teTeX-share DEPENDS+= dialog-0.6z:../../misc/dialog DEPENDS+= libwww>=5.2.8:../../www/libwww DEPENDS+= png>=1.0.11:../../graphics/png |