diff options
author | obrien <obrien@FreeBSD.org> | 2000-08-27 12:44:44 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-08-27 12:44:44 +0800 |
commit | 8fd1a9cc0cb4e0268bd19adc1aebb4755a58b5b3 (patch) | |
tree | 85b1d3d331a78b2bf9ed86125cc3e4e275a1c055 | |
parent | 95ceb97d14bcfbabd5c7f9be79e6f80f4da877ec (diff) | |
download | freebsd-ports-gnome-8fd1a9cc0cb4e0268bd19adc1aebb4755a58b5b3.tar.gz freebsd-ports-gnome-8fd1a9cc0cb4e0268bd19adc1aebb4755a58b5b3.tar.zst freebsd-ports-gnome-8fd1a9cc0cb4e0268bd19adc1aebb4755a58b5b3.zip |
Use patch to enable full ANSI colour.
-rw-r--r-- | chinese/cxterm/Makefile | 8 | ||||
-rw-r--r-- | chinese/cxterm/distinfo | 1 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 1cdeffc65e66..588bdd1fb4bb 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -9,12 +9,16 @@ PORTNAME= cxterm PORTVERSION= 5.0.3 CATEGORIES= chinese x11 -MASTER_SITES= ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ - ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ +# unresponceive mastersite: ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/x-win/cxterm/ DISTNAME= cxterm5.0.p3 +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= cxterm-5.0.p3-color.patch.gz # cxterm-5.0-hz-patch.gz +PATCH_DIST_STRIP= -p1 + MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/cxterm-5.0 diff --git a/chinese/cxterm/distinfo b/chinese/cxterm/distinfo index 9c2292964a35..b112bb55573e 100644 --- a/chinese/cxterm/distinfo +++ b/chinese/cxterm/distinfo @@ -1 +1,2 @@ MD5 (cxterm5.0.p3.tar.gz) = de542ec3e12b04f5589a7c1583d8c512 +MD5 (cxterm-5.0.p3-color.patch.gz) = 66d3f22cf4d8ab260c9e2e422f61e04c |