From 845ac964e8812f053705474cd4ce6cc113bf50a4 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 16 Dec 1997 19:24:59 +0000 Subject: Upgrade to 4.1a, RUN_DEPENDs to chinese/xcin. --- chinese/ted/Makefile | 10 ++++++---- chinese/ted/distinfo | 2 +- chinese/ted/files/patch-ae | 13 +++++++++++++ 3 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 chinese/ted/files/patch-ae (limited to 'chinese') diff --git a/chinese/ted/Makefile b/chinese/ted/Makefile index 8bcd5986aaf6..d3b010be670f 100644 --- a/chinese/ted/Makefile +++ b/chinese/ted/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: ted -# Version required: 4.0h +# Version required: 4.1a # Date Created: 18 Sep 1997 # Whom: Vanilla I. Shu # -# $Id: Makefile,v 1.5 1997/11/30 19:42:13 vanilla Exp $ +# $Id: Makefile,v 1.6 1997/12/04 00:35:32 vanilla Exp $ # -DISTNAME= ted4.0h -PKGNAME= zh-ted-4.0h +DISTNAME= ted4.1a +PKGNAME= zh-ted-4.1a CATEGORIES= chinese editors MASTER_SITES= ftp://moon.csie.ntu.edu.tw/pub/X/ted/ \ ftp://freebsd.ntu.edu.tw/freebsd/ntu/moon/X/ted/ @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= vanilla@FreeBSD.ORG +RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin + USE_X11= yes WRKSRC= ${WRKDIR}/ted diff --git a/chinese/ted/distinfo b/chinese/ted/distinfo index fa99f13fe106..3d5b4e4f914e 100644 --- a/chinese/ted/distinfo +++ b/chinese/ted/distinfo @@ -1 +1 @@ -MD5 (ted4.0h.tgz) = 1e0f9156c8d0084678fd248341b95a19 +MD5 (ted4.1a.tgz) = 5865b0901f872d7dfa3bc55e3effcd39 diff --git a/chinese/ted/files/patch-ae b/chinese/ted/files/patch-ae new file mode 100644 index 000000000000..12518a7706bc --- /dev/null +++ b/chinese/ted/files/patch-ae @@ -0,0 +1,13 @@ +--- x.c.orig Sun Dec 7 17:49:06 1997 ++++ x.c Mon Dec 15 11:24:40 1997 +@@ -79,8 +79,8 @@ + } + + #if CHINESE +-char *Big5FontName="et24m"; +-char *AscFontName="vga12x24"; ++char *Big5FontName="kc24"; ++char *AscFontName="12x24"; + #else + char *AscFontName="10x20"; + #endif -- cgit v1.2.3