Index: head/chinese/ted/Makefile =================================================================== --- head/chinese/ted/Makefile (revision 12600) +++ head/chinese/ted/Makefile (revision 12601) @@ -1,23 +1,23 @@ # New ports collection makefile for: ted -# Version required: 4.2h +# Version required: 4.2j # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.14 1998/06/24 14:53:00 vanilla Exp $ +# $Id: Makefile,v 1.15 1998/08/05 09:30:46 asami Exp $ # -DISTNAME= ted4.2h -PKGNAME= zh-ted-4.2h +DISTNAME= ted4.2j +PKGNAME= zh-ted-4.2j CATEGORIES= chinese editors MASTER_SITES= ftp://moon.csie.ntu.edu.tw/pub/X/ted/ \ ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/ EXTRACT_SUFX= .tgz MAINTAINER= vanilla@FreeBSD.ORG RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/ted .include Property changes on: head/chinese/ted/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.15 \ No newline at end of property +1.16 \ No newline at end of property Index: head/chinese/ted/distinfo =================================================================== --- head/chinese/ted/distinfo (revision 12600) +++ head/chinese/ted/distinfo (revision 12601) @@ -1 +1 @@ -MD5 (ted4.2h.tgz) = 78b41a77d2ae9533c20511d3ebf65ded +MD5 (ted4.2j.tgz) = 66644910b7794d60c6c37c2092ce55c3 Property changes on: head/chinese/ted/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property Index: head/chinese/ted/files/patch-aa =================================================================== --- head/chinese/ted/files/patch-aa (revision 12600) +++ head/chinese/ted/files/patch-aa (revision 12601) @@ -1,60 +1,75 @@ ---- Makefile.orig Mon Jun 15 21:46:49 1998 -+++ Makefile Wed Jun 24 22:37:10 1998 -@@ -1,5 +1,5 @@ +--- Makefile.orig Wed Jul 29 10:19:03 1998 ++++ Makefile Fri Aug 14 18:29:35 1998 +@@ -1,14 +1,14 @@ -CHINESE=0 -TEDDIR=/usr/local/lib/Ted +CHINESE=1 +TEDDIR=/usr/X11R6/lib/X11/ted ########## GCC/Linux ...... ############ - CC=gcc - XINC=-I/usr/X11R6/include +-#CC=gcc +-#XINC=-I/usr/X11R6/include +-#LDFLAGS=-L/usr/X11R6/lib ++CC=gcc ++XINC=-I/usr/X11R6/include ++LDFLAGS=-L/usr/X11R6/lib + ########################### + ###### HP-UX's ansi cc #### +-CC=cc -Ae +-LDFLAGS=-L/usr/lib/X11R5 +-XINC= ++#CC=cc -Ae ++#LDFLAGS=-L/usr/lib/X11R5 ++#XINC= + ########################### + ########## IRIX ############ + #CC=cc -cckr @@ -30,20 +30,20 @@ #CC=cc #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 +#CC=gcc +#XINC=-I/usr/X11R6.3/include +#LDFLAGS= -L/usr/X11R6.3/lib -lsocket +#SUNKBD=-DSUNKBD ########################### -CFLAGS = -O -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)\" OBJS = e.o x.o m.o f.o b.o edln.o xcp.o s.o u.o misc.o twin.o dir.o xkey.o \ - cwin.o filebrowse.o kwcomp.o + cwin.o filebrowse.o kwcomp.o cli_xcin.o -all: ted ref ctags tedrc +all: ted tedrc #ref ctags ted: $(OBJS) $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 # $(CC) $(OBJS) -o $@ $(LDFLAGS) -lX11 -lefence @@ -58,11 +58,17 @@ $(CC) $(CFLAGS) ctags.c -o $@ strip $@ install: - cp ted ref ctags /usr/local/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 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.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 *~ *_ clb5: Property changes on: head/chinese/ted/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property