mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to 4.1a, RUN_DEPENDs to chinese/xcin.
This commit is contained in:
parent
3f3df3c770
commit
845ac964e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9102
@ -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 <vanilla@MinJe.com.TW>
|
||||
#
|
||||
# $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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (ted4.0h.tgz) = 1e0f9156c8d0084678fd248341b95a19
|
||||
MD5 (ted4.1a.tgz) = 5865b0901f872d7dfa3bc55e3effcd39
|
||||
|
13
chinese/ted/files/patch-ae
Normal file
13
chinese/ted/files/patch-ae
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user