Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 00:43:10 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334806 - head/science/elmerpost
Message-ID:  <201311250043.rAP0hALZ091905@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311250043.rAP0hALZ091905>