- 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.
This commit is contained in:
Marcus von Appen 2014-11-20 11:08:41 +00:00
parent e830285641
commit 3ceda503ae
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372905
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -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