diff options
author | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-03-17 19:08:44 +0800 |
commit | 8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch) | |
tree | 30e57ad4f97668320f2f386f99980504ff4d1f78 /science | |
parent | 01b1e104baba5395a22dea3b13bcdf24730d3440 (diff) | |
download | freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip |
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'science')
-rw-r--r-- | science/elmer-fem/Makefile | 2 | ||||
-rw-r--r-- | science/pcp/Makefile | 12 |
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> |