diff options
author | clive <clive@FreeBSD.org> | 2001-02-27 09:48:28 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-02-27 09:48:28 +0000 |
commit | 315fd6eaf400af131f767e1706247dd7adb8d2b4 (patch) | |
tree | 4b5d02dda8371238a4571ffcf3d1528131ef2247 /chinese | |
parent | 5e055a74ccadd89335fcc62c5f41bb38c0d306cf (diff) | |
download | FreeBSD-ports-315fd6eaf400af131f767e1706247dd7adb8d2b4.zip FreeBSD-ports-315fd6eaf400af131f767e1706247dd7adb8d2b4.tar.gz |
Mark as broken by this reason:
"Non-I18N-aware old-fashioned application no more supported"
They will retire before 4.3 ports freeze.
Discussed/Approved by: vanilla, foxfair, kevlo, keith, ijliao
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/aterm/Makefile | 2 | ||||
-rw-r--r-- | chinese/xa+cv/Makefile | 4 | ||||
-rw-r--r-- | chinese/xcin/Makefile | 2 |
3 files changed, 7 insertions, 1 deletions
diff --git a/chinese/aterm/Makefile b/chinese/aterm/Makefile index fe70dea..3aee14d 100644 --- a/chinese/aterm/Makefile +++ b/chinese/aterm/Makefile @@ -18,6 +18,8 @@ MAINTAINER= davidyu@ken.csie.ntu.edu.tw LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png +BROKEN= "Non-I18N-aware old-fashioned application no more supported" + USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes diff --git a/chinese/xa+cv/Makefile b/chinese/xa+cv/Makefile index d86754c..91e03ee 100644 --- a/chinese/xa+cv/Makefile +++ b/chinese/xa+cv/Makefile @@ -2,7 +2,7 @@ # Date created: 29 March 1999 # Whom: Clive Lin <clive@CirX.ORG> # -# $FreeBSD: /tmp/pcvs/ports/chinese/xa+cv/Attic/Makefile,v 1.4 2000-12-06 13:24:42 clive Exp $ +# $FreeBSD: /tmp/pcvs/ports/chinese/xa+cv/Attic/Makefile,v 1.5 2001-02-27 09:48:26 clive Exp $ # PORTNAME= xa+cv @@ -15,6 +15,8 @@ MAINTAINER= clive@FreeBSD.org RUN_DEPENDS= ${X11BASE}/bin/xcin:${PORTSDIR}/chinese/xcin \ ${X11BASE}/lib/X11/fonts/TrueType/moe_sung.ttf:${PORTSDIR}/chinese/moettf +BROKEN= "Non-I18N-aware old-fashioned application no more supported" + USE_GMAKE= yes DOC1= FAQ NEW README.XA README.+CV README.XA+CV-0.5 USE.Big5 USE.GB diff --git a/chinese/xcin/Makefile b/chinese/xcin/Makefile index 1f65b35..5d94d2f 100644 --- a/chinese/xcin/Makefile +++ b/chinese/xcin/Makefile @@ -17,6 +17,8 @@ MAINTAINER= yssu@CCCA.NCTU.edu.tw RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/kc15f.pcf.gz:${PORTSDIR}/chinese/kcfonts +BROKEN= "Non-I18N-aware old-fashioned application no more supported" + NO_LATEST_LINK= yes USE_X_PREFIX= yes USE_GMAKE= yes |