diff options
author | mva <mva@FreeBSD.org> | 2014-11-20 19:08:41 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-11-20 19:08:41 +0800 |
commit | 8ae480fe3b3cf6e1c2ce603a203c03f8a49905b4 (patch) | |
tree | f2c9aa4fa9f1067ab9d7eeb270eccf643382470f | |
parent | 35af9baec0172eb437313364e964fddd98f7d4b3 (diff) | |
download | freebsd-ports-gnome-8ae480fe3b3cf6e1c2ce603a203c03f8a49905b4.tar.gz freebsd-ports-gnome-8ae480fe3b3cf6e1c2ce603a203c03f8a49905b4.tar.zst freebsd-ports-gnome-8ae480fe3b3cf6e1c2ce603a203c03f8a49905b4.zip |
- Mark devel/cedet and devel/ecb as broken, since they both do not work
with the newer emacs versions anymore. Deprecate them, too, since
upstream development ceased.
cedet ships with emacs since 23.x and an updated ecb version, which
works with newer emacs versions can be installed via the elpa package
installers.
-rw-r--r-- | devel/cedet/Makefile | 4 | ||||
-rw-r--r-- | devel/ecb/Makefile | 4 |
2 files changed, 7 insertions, 1 deletions
diff --git a/devel/cedet/Makefile b/devel/cedet/Makefile index f870855ffc4a..c90670b25e5c 100644 --- a/devel/cedet/Makefile +++ b/devel/cedet/Makefile @@ -13,7 +13,9 @@ COMMENT= Collection of Emacs Development Environment Tools LICENSE= GPLv2 -BROKEN= Fails to build +BROKEN= Fails to build, use Emacs' builtin cedet package instead +DEPRECATED= Fails to build, use Emacs' builtin cedet package instead +EXPIRATION_DATE= 2015-01-01 USE_EMACS= yes USES= gmake makeinfo diff --git a/devel/ecb/Makefile b/devel/ecb/Makefile index dae301ea1b2a..8f31e9064e80 100644 --- a/devel/ecb/Makefile +++ b/devel/ecb/Makefile @@ -17,6 +17,10 @@ LICENSE= GPLv2 USES= gmake makeinfo USE_EMACS= yes +BROKEN= does not work with newer Emacs versions, use the elpa package instead +DEPRECATED= does not work with newer Emacs versions, use the elpa package instead +EXPIRATION_DATE= 2015-01-01 + LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} ICONSRC= ${WRKSRC}/ecb-images ICONDIR= ${LISPDIR}/ecb-images |