diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-01-19 21:11:59 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-01-19 21:11:59 +0800 |
commit | 15fe725a5f7194f722f63d9643c282e4622adef2 (patch) | |
tree | cb2e33d932a25f9eca3624395203716c7c3980d4 | |
parent | 25d4b987c09dd2744c25d868ec7f4c0aa12eb358 (diff) | |
download | freebsd-ports-gnome-15fe725a5f7194f722f63d9643c282e4622adef2.tar.gz freebsd-ports-gnome-15fe725a5f7194f722f63d9643c282e4622adef2.tar.zst freebsd-ports-gnome-15fe725a5f7194f722f63d9643c282e4622adef2.zip |
Upgrade to 4.2c.
-rw-r--r-- | chinese/ted/Makefile | 8 | ||||
-rw-r--r-- | chinese/ted/distinfo | 2 | ||||
-rw-r--r-- | chinese/ted/files/patch-aa | 14 |
3 files changed, 13 insertions, 11 deletions
diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile index d3b010be670f..3d158ff04c37 100644 --- a/chinese/ted/Makefile +++ b/chinese/ted/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: ted -# Version required: 4.1a +# Version required: 4.2c # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu <vanilla@MinJe.com.TW> # -# $Id: Makefile,v 1.6 1997/12/04 00:35:32 vanilla Exp $ +# $Id: Makefile,v 1.7 1997/12/16 19:24:50 vanilla Exp $ # -DISTNAME= ted4.1a -PKGNAME= zh-ted-4.1a +DISTNAME= ted4.2c +PKGNAME= zh-ted-4.2c 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 3d5b4e4f914e..605b36e50440 100644 --- a/chinese/ted/distinfo +++ b/chinese/ted/distinfo @@ -1 +1 @@ -MD5 (ted4.1a.tgz) = 5865b0901f872d7dfa3bc55e3effcd39 +MD5 (ted4.2c.tgz) = 4f0bed1c540864315f11b8c422544376 diff --git a/chinese/ted/files/patch-aa b/chinese/ted/files/patch-aa index fd0e808b0e3a..b351bf2674e0 100644 --- a/chinese/ted/files/patch-aa +++ b/chinese/ted/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Nov 18 12:27:35 1997 -+++ Makefile Thu Dec 4 08:01:36 1997 +--- Makefile.orig Wed Jan 7 14:03:22 1998 ++++ Makefile Mon Jan 19 20:50:24 1998 @@ -1,5 +1,5 @@ -CHINESE=0 -TEDDIR=/usr/local/lib/Ted @@ -30,18 +30,18 @@ + cwin.o filebrowse.o kwcomp.o cli_xcin.o -all: ted ref ctags tedrc -+all: ted tedrc #ref ctags tedrc ++all: ted tedrc #ref ctags ted: $(OBJS) $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 # $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 -lefence -@@ -58,11 +58,14 @@ +@@ -58,12 +58,17 @@ $(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 if [ ! -d $(TEDDIR) ]; then mkdir $(TEDDIR); fi -- cp tedrc tedrc.vi tedrc.grep ted.help $(TEDDIR) +- cp tedrc tedrc.vi tedrc.grep ted.help ted.filevisit $(TEDDIR) -cli_xcin.o: - ln -s ../big5-pack/xcin/cli_xcin.o . + install -c -o bin -g bin -m 0444 tedrc $(TEDDIR) @@ -51,5 +51,7 @@ +#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 |