aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2005-09-26 05:42:54 +0800
committerarved <arved@FreeBSD.org>2005-09-26 05:42:54 +0800
commit85a074c1d1a131f54c55cee50dd324a9e51911da (patch)
tree01e12c4a555f65a198f389dd4c67df04ea252b5f /devel
parenta4891abd06d7be8d72b4ac82f3d7a04f431d6054 (diff)
downloadfreebsd-ports-gnome-85a074c1d1a131f54c55cee50dd324a9e51911da.tar.gz
freebsd-ports-gnome-85a074c1d1a131f54c55cee50dd324a9e51911da.tar.zst
freebsd-ports-gnome-85a074c1d1a131f54c55cee50dd324a9e51911da.zip
The new version of cedet is using some emacs21 only functions
(e.g, plist-member). This port is no longer supported on emacs20 from the upstream maintainer Mark port for deletion. PR: 86523 Submitted by: maintainer CVs: Enter Log. Lines beginning with `CVS:' are removed automatically
Diffstat (limited to 'devel')
-rw-r--r--devel/cedet-emacs20/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/cedet-emacs20/Makefile b/devel/cedet-emacs20/Makefile
index 7f6baf606be2..d1c568a9f91c 100644
--- a/devel/cedet-emacs20/Makefile
+++ b/devel/cedet-emacs20/Makefile
@@ -11,4 +11,8 @@ MASTERDIR= ${.CURDIR}/../cedet
EMACS_PORT_NAME= emacs20
+DEPRECATED= "no longer supported"
+BROKEN= "Does not build"
+EXPIRATION_DATE=2005-11-31
+
.include "${MASTERDIR}/Makefile"