1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- Unbreak by patching the weird source age check

This commit is contained in:
Gabor Kovesdan 2009-06-08 22:48:19 +00:00
parent d1a142d3f5
commit 6893d2196b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235457
2 changed files with 23 additions and 2 deletions

View File

@ -27,8 +27,6 @@ CONFLICTS= teTeX*
NO_WRKSUBDIR= yes
BROKEN= does not build
do-build:
@${RM} ${WRKSRC}/tfm/dummy.tfm ${WRKSRC}/mf/cmex9.mf
@(cd ${WRKSRC}/base; TEXINPUTS=${WRKSRC}/base: export TEXINPUTS; tex --ini unpack.ins)

View File

@ -0,0 +1,23 @@
--- base/ltvers.dtx.orig 2009-06-08 23:34:29.000000000 +0200
+++ base/ltvers.dtx 2009-06-08 23:34:44.000000000 +0200
@@ -111,20 +111,6 @@
% |\count@| is now the age of this file in months. Take a generous
% definition of `year' so this message is not generated too often.
% \begin{macrocode}
-\ifnum\count@>65
- \typeout{^^J%
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
-! You are attempting to make a LaTeX format from a source file^^J%
-! That is more than five years old.^^J%
-!^^J%
-! If you enter <return> to scroll past this message then the format^^J%
-! will be built, but please consider obtaining newer source files^^J%
-! before continuing to build LaTeX.^^J%
-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!^^J%
-}
- \errhelp{To avoid this error message, obtain new LaTeX sources.}
- \errmessage{LaTeX source files more than 5 years old!}
-\fi
\let\reserved@a\relax
\fi
% \end{macrocode}