diff options
author | kris <kris@FreeBSD.org> | 2004-04-19 15:48:48 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-19 15:48:48 +0800 |
commit | 8b32ab8c8343e7c409529880e8745f552c4ec101 (patch) | |
tree | 335aa58345e2fc16c3edcd1c66809073bf30e8f6 /chinese | |
parent | 2a6c7792a033c19a33315e54b7f1366d475c212a (diff) | |
download | freebsd-ports-gnome-8b32ab8c8343e7c409529880e8745f552c4ec101.tar.gz freebsd-ports-gnome-8b32ab8c8343e7c409529880e8745f552c4ec101.tar.zst freebsd-ports-gnome-8b32ab8c8343e7c409529880e8745f552c4ec101.zip |
These broken ports are scheduled for deletion on June 18 if they are
still broken at that time and no PRs have been submitted containing a fix.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/dictd/Makefile | 2 | ||||
-rw-r--r-- | chinese/enscript/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/chinese/dictd/Makefile b/chinese/dictd/Makefile index 3c5beca66d8b..6c18b6130e69 100644 --- a/chinese/dictd/Makefile +++ b/chinese/dictd/Makefile @@ -20,6 +20,8 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-index.c \ # ${CAT} ${MASTERDIR}/pkg-plist >> ${PLIST} BROKEN= "Does not patch" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-06-18 .include "${MASTERDIR}/Makefile" diff --git a/chinese/enscript/Makefile b/chinese/enscript/Makefile index 25f7cff2340b..6ea76766493b 100644 --- a/chinese/enscript/Makefile +++ b/chinese/enscript/Makefile @@ -21,6 +21,8 @@ PKGMESSAGE= ${.CURDIR}/pkg-message USE_GHOSTSCRIPT_RUN= yes BROKEN= "Fails to patch" +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-06-18 pre-fetch: .if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes |