diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-06-08 22:48:19 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-06-08 22:48:19 +0000 |
commit | 6893d2196b46f33cf425f30f5e11ad5b0d2e3824 (patch) | |
tree | 02c0a0cb086b0ca1d8cb4ddd6a10819fec6fe221 /print | |
parent | d1a142d3f537f369143f3095c9b289d5ba4fff5a (diff) | |
download | ports-6893d2196b46f33cf425f30f5e11ad5b0d2e3824.tar.gz ports-6893d2196b46f33cf425f30f5e11ad5b0d2e3824.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/latex/Makefile | 2 | ||||
-rw-r--r-- | print/latex/files/patch-ltvers.dtx | 23 |
2 files changed, 23 insertions, 2 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 1f1e17f50513..98e158520b0d 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -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) diff --git a/print/latex/files/patch-ltvers.dtx b/print/latex/files/patch-ltvers.dtx new file mode 100644 index 000000000000..b69a0b709b00 --- /dev/null +++ b/print/latex/files/patch-ltvers.dtx @@ -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} |