diff options
author | kei <kei@pkgsrc.org> | 2001-10-24 00:28:47 +0000 |
---|---|---|
committer | kei <kei@pkgsrc.org> | 2001-10-24 00:28:47 +0000 |
commit | 2f54bfffa9daec7f975293cce13353fe58083b1f (patch) | |
tree | a312e808ec229076cbf54ff5a3cd1d392dcc4694 /print/teTeX | |
parent | 6da054cb03029159d30fdd1dea2bb11503914bb8 (diff) | |
download | pkgsrc-2f54bfffa9daec7f975293cce13353fe58083b1f.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')
-rw-r--r-- | print/teTeX/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 5d76dda296c..1984d9ba599 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2001/02/17 17:51:55 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2001/10/24 00:28:47 kei Exp $ # -DISTNAME= teTeX-1.0.7 +DISTNAME= teTeX-1.0.7nb1 CATEGORIES= print MASTER_SITES= # empty DISTFILES= # empty @@ -10,8 +10,8 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.tug.org/tetex/ COMMENT= Thomas Esser's TeX distribution for UNIX compatible systems -DEPENDS+= teTeX-bin>=1.0.7:../teTeX-bin -DEPENDS+= teTeX-sharesrc>=1.0.1:../teTeX-sharesrc +DEPENDS+= teTeX-bin>=1.0.7nb1:../teTeX-bin +DEPENDS+= teTeX-sharesrc>=1.0.1nb1:../teTeX-sharesrc USE_X11= yes EXTRACT_ONLY= # empty |