From owner-svn-ports-all@FreeBSD.ORG Thu Nov 20 11:08:43 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 237A3F4; Thu, 20 Nov 2014 11:08:43 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0F53B867; Thu, 20 Nov 2014 11:08:43 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAKB8gLH019819; Thu, 20 Nov 2014 11:08:42 GMT (envelope-from mva@FreeBSD.org) Received: (from mva@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAKB8g7t019817; Thu, 20 Nov 2014 11:08:42 GMT (envelope-from mva@FreeBSD.org) Message-Id: <201411201108.sAKB8g7t019817@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: mva set sender to mva@FreeBSD.org using -f From: Marcus von Appen Date: Thu, 20 Nov 2014 11:08:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372905 - in head/devel: cedet ecb X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Nov 2014 11:08:43 -0000 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