From a5676b15f953df20354d766fa5d459037a705be9 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 11 Mar 1998 03:00:45 +0000 Subject: Upgrade to 4.2d. --- chinese/ted/Makefile | 8 ++++---- chinese/ted/distinfo | 2 +- chinese/ted/files/patch-aa | 17 ++++++++--------- 3 files changed, 13 insertions(+), 14 deletions(-) (limited to 'chinese') diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile index f5fd1b67270a..355efd77c3ca 100644 --- a/chinese/ted/Makefile +++ b/chinese/ted/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: ted -# Version required: 4.2c +# Version required: 4.2d # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.9 1998/01/21 09:18:05 asami Exp $ +# $Id: Makefile,v 1.10 1998/01/24 15:14:10 vanilla Exp $ # -DISTNAME= ted4.2c -PKGNAME= zh-ted-4.2c +DISTNAME= ted4.2d +PKGNAME= zh-ted-4.2d CATEGORIES= chinese editors MASTER_SITES= ftp://moon.csie.ntu.edu.tw/pub/X/ted/ \ ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/ diff --git a/chinese/ted/distinfo b/chinese/ted/distinfo index 605b36e50440..57ebe53f3bec 100644 --- a/chinese/ted/distinfo +++ b/chinese/ted/distinfo @@ -1 +1 @@ -MD5 (ted4.2c.tgz) = 4f0bed1c540864315f11b8c422544376 +MD5 (ted4.2d.tgz) = 76359943d6c936cb2b6758a3be1dddf8 diff --git a/chinese/ted/files/patch-aa b/chinese/ted/files/patch-aa index 4b2cfea87454..62151a4d8ee9 100644 --- a/chinese/ted/files/patch-aa +++ b/chinese/ted/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Wed Jan 7 14:03:22 1998 -+++ Makefile Sat Jan 24 22:58:08 1998 +--- Makefile.orig Thu Feb 5 17:21:13 1998 ++++ Makefile Thu Mar 5 01:14:57 1998 @@ -1,5 +1,5 @@ -CHINESE=0 -TEDDIR=/usr/local/lib/Ted @@ -34,25 +34,24 @@ ted: $(OBJS) $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 # $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 -lefence -@@ -58,12 +58,17 @@ +@@ -58,11 +58,16 @@ $(CC) $(CFLAGS) ctags.c -o $@ strip $@ install: - cp ted ref ctags /usr/local/bin -+ install -c -s -o bin -g bin -m 0755 ted /usr/X11R6/bin +# cp ted ref ctags /usr/local/bin ++ install -c -s -o bin -g bin -m 0755 ted /usr/X11R6/bin if [ ! -d $(TEDDIR) ]; then mkdir $(TEDDIR); fi -- cp tedrc tedrc.vi tedrc.grep ted.help ted.filevisit $(TEDDIR) +- cp tedrc tedrc.vi tedrc.grep ted.help tedrc.filevisit $(TEDDIR) -cli_xcin.o: - ln -s ../big5-pack/xcin/cli_xcin.o . ++# cp tedrc tedrc.vi tedrc.grep ted.help tedrc.filevisit $(TEDDIR) ++#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.grep $(TEDDIR) + install -c -o bin -g bin -m 0444 ted.help $(TEDDIR) -+#cli_xcin.o: -+# ln -s ../big5-pack/xcin/cli_xcin.o . clean: -+ rm -f $(OBJS) ted core *~ *_ clb5: - rm -f x.o e.o m.o edln.o -- cgit v1.2.3