diff options
author | gerald <gerald@FreeBSD.org> | 2013-11-25 08:43:10 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2013-11-25 08:43:10 +0800 |
commit | 9bb1deaf75536b01bb5f8427633c27ec8f5cff4e (patch) | |
tree | 3ea6ab5416fa3a760357068e08a6a120d3b36cc4 /science | |
parent | b53cb267d32deae73da242f7f9a15ec09d7dab32 (diff) | |
download | freebsd-ports-gnome-9bb1deaf75536b01bb5f8427633c27ec8f5cff4e.tar.gz freebsd-ports-gnome-9bb1deaf75536b01bb5f8427633c27ec8f5cff4e.tar.zst freebsd-ports-gnome-9bb1deaf75536b01bb5f8427633c27ec8f5cff4e.zip |
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)
Diffstat (limited to 'science')
-rw-r--r-- | science/elmerpost/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/science/elmerpost/Makefile b/science/elmerpost/Makefile index cead16408027..de6ef6d78a5b 100644 --- a/science/elmerpost/Makefile +++ b/science/elmerpost/Makefile @@ -14,6 +14,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libmatc.a:${PORTSDIR}/science/elmer-matc \ 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 |