svn commit: r334805 - head/science/elmer-matc

Gerald Pfeifer gerald at FreeBSD.org
Mon Nov 25 00:38:49 UTC 2013


Author: gerald
Date: Mon Nov 25 00:38:48 2013
New Revision: 334805
URL: http://svnweb.freebsd.org/changeset/ports/334805

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.
  
  Approved by:	portmgr (itetcu, 2013-03-31)

Modified:
  head/science/elmer-matc/Makefile

Modified: head/science/elmer-matc/Makefile
==============================================================================
--- head/science/elmer-matc/Makefile	Mon Nov 25 00:36:18 2013	(r334804)
+++ head/science/elmer-matc/Makefile	Mon Nov 25 00:38:48 2013	(r334805)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	elmer-
 MAINTAINER=	sylvio at FreeBSD.org
 COMMENT=	MatC language library used by ELMER FEM package
 
+DEPRECATED=	Relies on long obsolete version of GCC, does not build on FreeBSD 10 and later
+EXPIRATION_DATE=2013-12-27
+
 CXXFLAGS+=	-Wno-deprecated
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list