diff options
author | miwi <miwi@FreeBSD.org> | 2007-11-22 22:56:44 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-11-22 22:56:44 +0800 |
commit | bad82db0d5daa1ea63a9fd0f1c8b8152fcb47420 (patch) | |
tree | bb198db664819a47d958dbcb9add2309a9cc19be /chinese/cxterm/Makefile | |
parent | 97b30fe28e3c21456556c71f5c24ade914616536 (diff) | |
download | freebsd-ports-gnome-bad82db0d5daa1ea63a9fd0f1c8b8152fcb47420.tar.gz freebsd-ports-gnome-bad82db0d5daa1ea63a9fd0f1c8b8152fcb47420.tar.zst freebsd-ports-gnome-bad82db0d5daa1ea63a9fd0f1c8b8152fcb47420.zip |
- Fix build with gcc 4.2
- Pass maintainership to submitter
PR: 118100
Submitted by: Sunry Chen <sunrychen@gmail.com>
Approved by: portmgr (pav)
Diffstat (limited to 'chinese/cxterm/Makefile')
-rw-r--r-- | chinese/cxterm/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 4240afab04db..651bae8ad3cd 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -10,14 +10,17 @@ PORTNAME= cxterm PORTVERSION= 5.0.3 PORTREVISION= 1 CATEGORIES= chinese x11 -MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ +MASTER_SITES= ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ + http://www.525183.com/freebsd/cxterm/ \ + http://www.chinatinco.com/freebsd/cxterm/ \ + http://525183.serverbox.org/freebsd/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= ports@FreeBSD.org +MAINTAINER= sunrychen@gmail.com COMMENT= An xterm that speaks Chinese BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} @@ -37,11 +40,7 @@ ALL_TARGET= xrelease Makefiles includes all .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" -BROKEN= "Coredump during build on ia64" -.endif - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile on GCC 4.2 +BROKEN= Coredump during build on ia64 .endif post-install: |