pkgsrc/print/texfamily/patches/patch-ab
uebayasi 9a0b1e3a6c Add ASCII pTeX 3.0.1 support.
pTeX 3.0.1
- BSD license.
- Fix hyphenation bug.
- Catch up newer teTeX.

dvipsk 1.5g
- Fix tategaki tpic bug.
- Fix PSTricks bug when FMapType is 9.
- Support B4/B5 papersize by default.

mendex 2.5
- BSD license
- Fix -s option bug.
- Change -c option.
- Support new styles (delim_t, suffix_2p, suffix_3p, suffix_mp, heading_flag,
  heading_prefix, symhead_positive, symhead_negative).
- Change escape behavier.
- Other bug fixes.

Bump PKGREVISION to 3.
2002-09-16 08:47:27 +00:00

21 lines
633 B
Text

$NetBSD: patch-ab,v 1.2 2002/09/16 08:47:28 uebayasi Exp $
--- texk/web2c/ptex-3.0.1/configure.orig Fri Jan 18 21:28:18 2002
+++ texk/web2c/ptex-3.0.1/configure
@@ -8,7 +8,7 @@
srcsp=
printUsage () {
- echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special]"
+ echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special] texmf_local_dir"
exit 1
}
@@ -35,6 +35,7 @@
CONFIGSED=config.sed
echo "s%@configopt@%$*%g" > $CONFIGSED
echo "s%@kanjicode@%$kanjicode%g" >> $CONFIGSED
+echo "s%@texmflocal@%$2%g" >> $CONFIGSED
if [ x$srcsp = xyes ]; then
echo "s%@SRCSP@%%g" >> $CONFIGSED
echo "s%@PLAIN@%#P#%g" >> $CONFIGSED