Date: Thu, 20 Nov 2014 11:08:42 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372905 - in head/devel: cedet ecb Message-ID: <201411201108.sAKB8g7t019817@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411201108.sAKB8g7t019817>