summaryrefslogtreecommitdiff
path: root/print/texfamily/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'print/texfamily/patches/patch-ab')
-rw-r--r--print/texfamily/patches/patch-ab28
1 files changed, 16 insertions, 12 deletions
diff --git a/print/texfamily/patches/patch-ab b/print/texfamily/patches/patch-ab
index 4cb9f956c35..ff77f59d6bc 100644
--- a/print/texfamily/patches/patch-ab
+++ b/print/texfamily/patches/patch-ab
@@ -1,17 +1,21 @@
-$NetBSD: patch-ab,v 1.1.1.1 2002/05/31 12:59:56 seb Exp $
+$NetBSD: patch-ab,v 1.2 2002/09/16 08:47:28 uebayasi Exp $
---- texk/web2c/ptex-src-2.1.10/configure.orig Tue Feb 29 15:25:45 2000
-+++ texk/web2c/ptex-src-2.1.10/configure Tue May 2 19:23:40 2000
-@@ -6,5 +6,5 @@
+--- 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}"
-+ echo "Usage: $progname {EUC|JIS|SJIS} texmf_local_dir"
+- echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special]"
++ echo "Usage: $progname {EUC|JIS|SJIS} [-with-src-special] texmf_local_dir"
exit 1
}
-@@ -37,4 +37,4 @@
- export CONFIG_FILES CONFIG_HEADERS
- ../config.status
--sed -e "s/@kanjicode@/$kanjicode/" Makefile > $$ && mv -f $$ Makefile
-+sed -e "s/@kanjicode@/$kanjicode/" -e "s|@texmflocal@|$2|" Makefile > $$ && mv -f $$ Makefile
- exit 0
+
+@@ -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