From owner-svn-ports-all@FreeBSD.ORG Thu Jun 26 16:30:40 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0E4A1170; Thu, 26 Jun 2014 16:30:40 +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 F02B02E16; Thu, 26 Jun 2014 16:30:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QGUdng080453; Thu, 26 Jun 2014 16:30:39 GMT (envelope-from brooks@svn.freebsd.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5QGUdVc080452; Thu, 26 Jun 2014 16:30:39 GMT (envelope-from brooks@svn.freebsd.org) Message-Id: <201406261630.s5QGUdVc080452@svn.freebsd.org> From: Brooks Davis Date: Thu, 26 Jun 2014 16:30:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359390 - head/lang/dragonegg46-33 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 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, 26 Jun 2014 16:30:40 -0000 Author: brooks Date: Thu Jun 26 16:30:39 2014 New Revision: 359390 URL: http://svnweb.freebsd.org/changeset/ports/359390 QAT: https://qat.redports.org/buildarchive/r359390/ Log: Deprecate dragonegg ports. Development has ended, they are impractical to build on FreeBSD 10+ due to requiring LLVM ports built against libstdc++, and they are based on increasingly dated versions of LLVM and GCC. Modified: head/lang/dragonegg46-33/Makefile Modified: head/lang/dragonegg46-33/Makefile ============================================================================== --- head/lang/dragonegg46-33/Makefile Thu Jun 26 16:29:23 2014 (r359389) +++ head/lang/dragonegg46-33/Makefile Thu Jun 26 16:30:39 2014 (r359390) @@ -13,6 +13,9 @@ COMMENT= GCC plugin to use the LLVM back CONFLICTS= dragonegg46-devel-3.3* +DEPRECATED= Dead upstream, impractical to build on 10 and later +EXPIRATION_DATE= 2014-08-01 + BUILD_DEPENDS+= llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX} RUN_DEPENDS+= llvm-config${LLVM_SUFFIX}:${PORTSDIR}/devel/llvm${LLVM_SUFFIX}