From owner-svn-ports-head@FreeBSD.ORG Mon Nov 25 00:43:11 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0316F4C0; Mon, 25 Nov 2013 00:43:11 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E615C2F42; Mon, 25 Nov 2013 00:43:10 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP0hAK6091906; Mon, 25 Nov 2013 00:43:10 GMT (envelope-from gerald@svn.freebsd.org) Received: (from gerald@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAP0hALZ091905; Mon, 25 Nov 2013 00:43:10 GMT (envelope-from gerald@svn.freebsd.org) Message-Id: <201311250043.rAP0hALZ091905@svn.freebsd.org> From: Gerald Pfeifer Date: Mon, 25 Nov 2013 00:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334806 - head/science/elmerpost X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 00:43:11 -0000 Author: gerald Date: Mon Nov 25 00:43:10 2013 New Revision: 334806 URL: http://svnweb.freebsd.org/changeset/ports/334806 Log: Mark deprecated with a deadline of 33 days from today since this is one of two ports that makes us keep lang/gcc34 (which does not even support FreeBSD 10 and later) and general infrastructure and it does not even build on FreeBSD 9 nor amd64. Approved by: portmgr (itetcu, 2013-03-31) Modified: head/science/elmerpost/Makefile Modified: head/science/elmerpost/Makefile ============================================================================== --- head/science/elmerpost/Makefile Mon Nov 25 00:38:48 2013 (r334805) +++ head/science/elmerpost/Makefile Mon Nov 25 00:43:10 2013 (r334806) @@ -14,6 +14,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc. wish8.4:${PORTSDIR}/x11-toolkits/tk84 RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84 +DEPRECATED= Relies on long obsolete version of GCC, does not build on FreeBSD 9 and later nor amd64 +EXPIRATION_DATE=2013-12-27 + # Elmer avoids the new C++ headers because they cause problems # on older systems (Irix) CXXFLAGS+= -Wno-deprecated