aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
commite13f00eca1f51702adb78801c20a44e6c3c654f5 (patch)
treec11dcd403b15ec2193f9780ff09ea6f79b6d7858 /science
parent7fca2c7d010eb5ff76e46d1b73662e9cc69260ff (diff)
downloadports-e13f00eca1f51702adb78801c20a44e6c3c654f5.tar.gz
ports-e13f00eca1f51702adb78801c20a44e6c3c654f5.zip
Notes
Diffstat (limited to 'science')
-rw-r--r--science/elmer-fem/Makefile2
-rw-r--r--science/pcp/Makefile12
2 files changed, 7 insertions, 7 deletions
diff --git a/science/elmer-fem/Makefile b/science/elmer-fem/Makefile
index f504914187ef..d9fa2f43b599 100644
--- a/science/elmer-fem/Makefile
+++ b/science/elmer-fem/Makefile
@@ -23,6 +23,8 @@ RUN_DEPENDS= ElmerGrid:${PORTSDIR}/science/elmergrid \
Mesh2D:${PORTSDIR}/science/elmer-meshgen2d
BROKEN= fails to compile with gcc4.4
+DEPRECATED= has been broken for over a year
+EXPIRATION_DATE=2011-04-17
USE_FORTRAN= yes
diff --git a/science/pcp/Makefile b/science/pcp/Makefile
index 98a8976491ec..d59cac11677e 100644
--- a/science/pcp/Makefile
+++ b/science/pcp/Makefile
@@ -13,12 +13,10 @@ MASTER_SITES= SF
MAINTAINER= clsung@FreeBSD.org
COMMENT= Machine learning program for pattern classification
-GNU_CONFIGURE= yes
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
-.endif
+DEPRECATED= does not compile on FreeBSD 7.x or newer
+EXPIRATION_DATE=2011-04-17
+
+GNU_CONFIGURE= yes
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>