diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-07-23 02:53:43 +0000 |
commit | 0d8f47d8f738a5a2acfff16702a824e5e1deed7e (patch) | |
tree | 1059becd0160fb62849327119f17f1d079c33846 /chinese | |
parent | 59e3d86a5b3f0b55a8a4d6dbe3befdb596c6b8c1 (diff) |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
Notes
Notes:
svn path=/head/; revision=139936
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/CJK/Makefile | 2 | ||||
-rw-r--r-- | chinese/chinput/Makefile | 2 | ||||
-rw-r--r-- | chinese/metalist/Makefile | 2 | ||||
-rw-r--r-- | chinese/xemacs21/Makefile | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/chinese/CJK/Makefile b/chinese/CJK/Makefile index 3a4e3e6bb2b6..1d51769e8295 100644 --- a/chinese/CJK/Makefile +++ b/chinese/CJK/Makefile @@ -17,6 +17,8 @@ MAINTAINER= statue@freebsd.netlab.cse.yzu.edu.tw COMMENT= A LaTeX2e macro package which enables the use of CJK scripts BROKEN= "Installation and dependency problems" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2005-09-22 BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ${LOCALBASE}/share/fonts/TrueType/bsmi00lp.ttf:${PORTSDIR}/chinese/arphicttf \ diff --git a/chinese/chinput/Makefile b/chinese/chinput/Makefile index 897f0fd43c9c..2f623901a668 100644 --- a/chinese/chinput/Makefile +++ b/chinese/chinput/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} \ mkfontdir:${X_CLIENTS_PORT} BROKEN= Incomplete pkg-plist +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2005-09-22 USE_XLIB= yes diff --git a/chinese/metalist/Makefile b/chinese/metalist/Makefile index 40c4ea2110dd..ba14cb38d94a 100644 --- a/chinese/metalist/Makefile +++ b/chinese/metalist/Makefile @@ -28,6 +28,8 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-D RUN_DEPENDS= ${BUILD_DEPENDS} BROKEN= Installs files outside of install phase +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2005-09-22 .if defined(WITH_OURNET) CONFIGURE_ENV+= PERL_EXTUTILS_AUTOINSTALL=--default diff --git a/chinese/xemacs21/Makefile b/chinese/xemacs21/Makefile index 016194e61dbd..737a2355c4b8 100644 --- a/chinese/xemacs21/Makefile +++ b/chinese/xemacs21/Makefile @@ -14,6 +14,8 @@ PLIST= ${.CURDIR}/pkg-plist PKGMESSAGE= ${.CURDIR}/pkg-message BROKEN= Incorrect pkg-plist +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2005-09-22 XEMACS_MAJOR_VER= 21 WITH_XIM= --with-xim=xlib |