svn commit: r372905 - in head/devel: cedet ecb
Marcus von Appen
mva at FreeBSD.org
Thu Nov 20 11:08:43 UTC 2014
Author: mva
Date: Thu Nov 20 11:08:41 2014
New Revision: 372905
URL: https://svnweb.freebsd.org/changeset/ports/372905
QAT: https://qat.redports.org/buildarchive/r372905/
Log:
- 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.
Modified:
head/devel/cedet/Makefile
head/devel/ecb/Makefile
Modified: head/devel/cedet/Makefile
==============================================================================
--- head/devel/cedet/Makefile Thu Nov 20 11:01:22 2014 (r372904)
+++ head/devel/cedet/Makefile Thu Nov 20 11:08:41 2014 (r372905)
@@ -13,7 +13,9 @@ COMMENT= Collection of Emacs Development
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
Modified: head/devel/ecb/Makefile
==============================================================================
--- head/devel/ecb/Makefile Thu Nov 20 11:01:22 2014 (r372904)
+++ head/devel/ecb/Makefile Thu Nov 20 11:08:41 2014 (r372905)
@@ -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
More information about the svn-ports-all
mailing list