Index: head/chinese/ted/Makefile =================================================================== --- head/chinese/ted/Makefile (revision 27273) +++ head/chinese/ted/Makefile (revision 27274) @@ -1,22 +1,22 @@ # New ports collection makefile for: ted # Version required: 4.4a # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu # # $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 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.23 \ No newline at end of property +1.24 \ No newline at end of property Index: head/chinese/ted/distinfo =================================================================== --- head/chinese/ted/distinfo (revision 27273) +++ head/chinese/ted/distinfo (revision 27274) @@ -1 +1 @@ -MD5 (ted4.4a.tgz) = eda04ccab93e54450083791dffda3c7b +MD5 (ted4.4d.tgz) = 96c2f9ba8297e5a46057219d62e81ceb Property changes on: head/chinese/ted/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.16 \ No newline at end of property +1.17 \ No newline at end of property Index: head/chinese/ted/files/patch-aa =================================================================== --- head/chinese/ted/files/patch-aa (revision 27273) +++ head/chinese/ted/files/patch-aa (revision 27274) @@ -1,77 +1,59 @@ ---- 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)\" 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) -lXmu -lX11 -lefence -@@ -59,11 +59,18 @@ + pur: $(OBJS) +@@ -63,11 +63,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 root -g wheel -m 0555 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 root -g wheel -m 0444 tedrc $(TEDDIR) + install -c -o root -g wheel -m 0444 tedrc.filevisit $(TEDDIR) + 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: Property changes on: head/chinese/ted/files/patch-aa ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.10 \ No newline at end of property +1.11 \ No newline at end of property