diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:43:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2000-04-02 04:43:18 +0000 |
commit | 95013cc3390a117cedc109e764a7f06a949a1a7d (patch) | |
tree | c764385c79227938d0f05253c45f6aebf663302e /chinese | |
parent | oops, copy/paste error. correct to what submitter sent. (diff) |
Upgrade to 4.4d.
Notes
Notes:
svn path=/head/; revision=27274
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/ted/Makefile | 4 | ||||
-rw-r--r-- | chinese/ted/distinfo | 2 | ||||
-rw-r--r-- | chinese/ted/files/patch-aa | 50 |
3 files changed, 19 insertions, 37 deletions
diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile index 19f24dbf1136..c20f128e2fa7 100644 --- a/chinese/ted/Makefile +++ b/chinese/ted/Makefile @@ -6,8 +6,8 @@ # $FreeBSD$ # -DISTNAME= ted4.4a -PKGNAME= zh-ted-4.4a +DISTNAME= ted4.4d +PKGNAME= zh-ted-4.4d CATEGORIES= chinese editors MASTER_SITES= ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/ EXTRACT_SUFX= .tgz diff --git a/chinese/ted/distinfo b/chinese/ted/distinfo index cd17ed348291..3d3995cf0df7 100644 --- a/chinese/ted/distinfo +++ b/chinese/ted/distinfo @@ -1 +1 @@ -MD5 (ted4.4a.tgz) = eda04ccab93e54450083791dffda3c7b +MD5 (ted4.4d.tgz) = 96c2f9ba8297e5a46057219d62e81ceb diff --git a/chinese/ted/files/patch-aa b/chinese/ted/files/patch-aa index 3ee877612418..62443aea7189 100644 --- a/chinese/ted/files/patch-aa +++ b/chinese/ted/files/patch-aa @@ -1,45 +1,28 @@ ---- Makefile.orig Thu Aug 12 09:53:41 1999 -+++ Makefile Sat Oct 9 23:45:22 1999 -@@ -1,15 +1,15 @@ +--- Makefile.orig Wed Feb 9 10:18:57 2000 ++++ Makefile Sun Apr 2 11:59:26 2000 +@@ -1,5 +1,5 @@ -CHINESE=0 -TEDDIR=/usr/local/lib/Ted +CHINESE=1 +TEDDIR=/usr/X11R6/lib/X11/ted ########## GCC/Linux ...... ############ --#CC=gcc --#XINC=-I/usr/X11R6/include --#LDFLAGS=-L/usr/X11R6/lib -+CC=gcc -+XINC=-I/usr/X11R6/include -+LDFLAGS=-L/usr/X11R6/lib + CC=gcc + XINC=-I/usr/X11R6/include +@@ -28,7 +28,7 @@ + #LDFLAGS= ########################### - ###### HP-UX's ansi cc #### --CC=cc -Ae --LDFLAGS=-L/usr/lib/X11R5 -+#CC=cc -Ae -+#LDFLAGS=-L/usr/lib/X11R5 - #LDFLAGS=-L/usr/lib/X11R6 --XINC= -+#XINC= - ########################### - ########## IRIX ############ - #CC=cc -cckr -@@ -31,20 +31,20 @@ - #CC=cc - #XINC=-I/usr/openwin/include - #LDFLAGS= -L/usr/openwin/lib -lsocket + ########## Solaris and SunOS 4.x ############ -CC=cc --XINC=-I/usr/X11R6.3/include --LDFLAGS= -L/usr/X11R6.3/lib -lsocket --SUNKBD=-DSUNKBD +#CC=cc -+#XINC=-I/usr/X11R6.3/include -+#LDFLAGS= -L/usr/X11R6.3/lib -lsocket -+#SUNKBD=-DSUNKBD + #XINC=-I/usr/openwin/include + #LDFLAGS= -L/usr/openwin/lib -lsocket + #CC=cc +@@ -37,14 +37,14 @@ + #SUNKBD=-DSUNKBD ########################### -CFLAGS = -O -DCHINESE=$(CHINESE) $(XINC) $(SUNKBD) -DTEDDIR=\"$(TEDDIR)\" -+CFLAGS = -DCHINESE=$(CHINESE) $(XINC) $(SUNKBD) -DTEDDIR=\"$(TEDDIR)\" ++CFLAGS += -DCHINESE=$(CHINESE) $(XINC) $(SUNKBD) -DTEDDIR=\"$(TEDDIR)\" #CFLAGS = -g -DCHINESE=$(CHINESE) $(XINC) -DDEBUG $(SUNKBD) -DTEDDIR=\"$(TEDDIR)\" #CFLAGS = -g -DCHINESE=$(CHINESE) $(XINC) $(SUNKBD) -DTEDDIR=\"$(TEDDIR)\" @@ -51,8 +34,8 @@ +all: ted tedrc #ref ctags ted: $(OBJS) $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 - # $(CC) $(OBJS) -o $@ $(LDFLAGS) -lXmu -lX11 -lefence -@@ -59,11 +59,18 @@ + pur: $(OBJS) +@@ -63,11 +63,17 @@ $(CC) $(CFLAGS) ctags.c -o $@ strip $@ install: @@ -71,7 +54,6 @@ + install -c -o root -g wheel -m 0444 tedrc.grep $(TEDDIR) + install -c -o root -g wheel -m 0444 tedrc.vi $(TEDDIR) + install -c -o root -g wheel -m 0444 ted.help $(TEDDIR) -+ clean: rm -f $(OBJS) ted core *~ *_ clb5: |