svn commit: r334806 - head/science/elmerpost

Gerald Pfeifer gerald at FreeBSD.org
Mon Nov 25 00:43:11 UTC 2013


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


More information about the svn-ports-head mailing list