diff options
-rw-r--r-- | chinese/ted/files/patch-aa | 9 | ||||
-rw-r--r-- | chinese/ted/files/patch-ae | 8 | ||||
-rw-r--r-- | chinese/ted/pkg-plist | 3 |
3 files changed, 11 insertions, 9 deletions
diff --git a/chinese/ted/files/patch-aa b/chinese/ted/files/patch-aa index 62151a4d8ee9..6d03c5938883 100644 --- a/chinese/ted/files/patch-aa +++ b/chinese/ted/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Thu Feb 5 17:21:13 1998 -+++ Makefile Thu Mar 5 01:14:57 1998 +--- Makefile.orig Sun May 10 20:26:36 1998 ++++ Makefile Thu May 28 03:08:38 1998 @@ -1,5 +1,5 @@ -CHINESE=0 -TEDDIR=/usr/local/lib/Ted @@ -34,7 +34,7 @@ ted: $(OBJS) $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 # $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 -lefence -@@ -58,11 +58,16 @@ +@@ -58,11 +58,17 @@ $(CC) $(CFLAGS) ctags.c -o $@ strip $@ install: @@ -49,8 +49,9 @@ +#cli_xcin.o: +# ln -s ../big5-pack/xcin/cli_xcin.o . + install -c -o bin -g bin -m 0444 tedrc $(TEDDIR) -+ install -c -o bin -g bin -m 0444 tedrc.vi $(TEDDIR) ++ install -c -o bin -g bin -m 0444 tedrc.filevisit $(TEDDIR) + install -c -o bin -g bin -m 0444 tedrc.grep $(TEDDIR) ++ install -c -o bin -g bin -m 0444 tedrc.vi $(TEDDIR) + install -c -o bin -g bin -m 0444 ted.help $(TEDDIR) clean: rm -f $(OBJS) ted core *~ *_ diff --git a/chinese/ted/files/patch-ae b/chinese/ted/files/patch-ae index 12518a7706bc..ef295e0f1337 100644 --- a/chinese/ted/files/patch-ae +++ b/chinese/ted/files/patch-ae @@ -1,12 +1,12 @@ ---- x.c.orig Sun Dec 7 17:49:06 1997 -+++ x.c Mon Dec 15 11:24:40 1997 -@@ -79,8 +79,8 @@ +--- x.c.orig Wed May 13 09:39:26 1998 ++++ x.c Thu May 28 03:09:27 1998 +@@ -80,8 +80,8 @@ } #if CHINESE -char *Big5FontName="et24m"; -char *AscFontName="vga12x24"; -+char *Big5FontName="kc24"; ++char *Big5FontName="kc24f"; +char *AscFontName="12x24"; #else char *AscFontName="10x20"; diff --git a/chinese/ted/pkg-plist b/chinese/ted/pkg-plist index ed53d3da586d..18e2a540bad5 100644 --- a/chinese/ted/pkg-plist +++ b/chinese/ted/pkg-plist @@ -1,6 +1,7 @@ bin/ted lib/X11/ted/ted.help lib/X11/ted/tedrc -lib/X11/ted/tedrc.vi +lib/X11/ted/tedrc.filevisit lib/X11/ted/tedrc.grep +lib/X11/ted/tedrc.vi @dirrm lib/X11/ted |