summaryrefslogtreecommitdiff
path: root/chinese
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1997-12-04 00:35:48 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1997-12-04 00:35:48 +0000
commit9229c0dc8691b136f7c58aaeb64278c3382480e3 (patch)
treee68d37587faeaef40740c3b25823833ffe930ddd /chinese
parentUpgrage to 971201 (diff)
Upgrage to 4.0h
Notes
Notes: svn path=/head/; revision=8971
Diffstat (limited to 'chinese')
-rw-r--r--chinese/ted/Makefile8
-rw-r--r--chinese/ted/distinfo2
-rw-r--r--chinese/ted/files/patch-aa18
3 files changed, 18 insertions, 10 deletions
diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile
index 868bcd1f2407..8bcd5986aaf6 100644
--- a/chinese/ted/Makefile
+++ b/chinese/ted/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: ted
-# Version required: 4.0g
+# Version required: 4.0h
# Date Created: 18 Sep 1997
# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
#
-# $Id: Makefile,v 1.4 1997/11/26 16:23:39 vanilla Exp $
+# $Id: Makefile,v 1.5 1997/11/30 19:42:13 vanilla Exp $
#
-DISTNAME= ted4.0g
-PKGNAME= zh-ted-4.0g
+DISTNAME= ted4.0h
+PKGNAME= zh-ted-4.0h
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 165b188d0124..fa99f13fe106 100644
--- a/chinese/ted/distinfo
+++ b/chinese/ted/distinfo
@@ -1 +1 @@
-MD5 (ted4.0g.tgz) = 041aef1c88369f970dbd14a26d5cc09c
+MD5 (ted4.0h.tgz) = 1e0f9156c8d0084678fd248341b95a19
diff --git a/chinese/ted/files/patch-aa b/chinese/ted/files/patch-aa
index e651031c6168..fd0e808b0e3a 100644
--- a/chinese/ted/files/patch-aa
+++ b/chinese/ted/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Nov 3 18:48:59 1997
-+++ Makefile Mon Nov 10 09:36:00 1997
+--- Makefile.orig Tue Nov 18 12:27:35 1997
++++ Makefile Thu Dec 4 08:01:36 1997
@@ -1,5 +1,5 @@
-CHINESE=0
-TEDDIR=/usr/local/lib/Ted
@@ -8,8 +8,16 @@
########## GCC/Linux ...... ############
CC=gcc
XINC=-I/usr/X11R6/include
-@@ -34,14 +34,14 @@
- #SUNKBD=-DSUNKBD
+@@ -31,19 +31,19 @@
+ #XINC=-I/usr/openwin/include
+ #LDFLAGS= -L/usr/openwin/lib -lsocket
+ #CC=gcc
+-XINC=-I/usr/X11R6.3/include
+-LDFLAGS= -L/usr/X11R6.3/lib -lsocket
+-SUNKBD=-DSUNKBD
++#XINC=-I/usr/X11R6.3/include
++#LDFLAGS= -L/usr/X11R6.3/lib -lsocket
++#SUNKBD=-DSUNKBD
###########################
-CFLAGS = -O -DCHINESE=$(CHINESE) $(XINC) $(SUNKBD) -DTEDDIR=\"$(TEDDIR)\"
@@ -26,7 +34,7 @@
ted: $(OBJS)
$(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11
# $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 -lefence
-@@ -56,11 +56,14 @@
+@@ -58,11 +58,14 @@
$(CC) $(CFLAGS) ctags.c -o $@
strip $@
install: