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 /math | |
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 'math')
-rw-r--r-- | math/R-cran-igraph/Makefile | 2 | ||||
-rw-r--r-- | math/linalg/Makefile | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index c235ead3218a..60cef20c57eb 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -17,6 +17,8 @@ MAINTAINER= wenheping@gmail.com COMMENT= R extension package for igraph BROKEN= Does not build with R-2.11.0 +DEPRECATED= has been broken for over a half year +EXPIRATION_DATE=2011-04-17 USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/math/linalg/Makefile b/math/linalg/Makefile index ee77a6ad3909..04a2cc86de2e 100644 --- a/math/linalg/Makefile +++ b/math/linalg/Makefile @@ -15,6 +15,10 @@ MASTER_SITE_SUBDIR= arved MAINTAINER= oleg@pobox.com COMMENT= C++ Linear Algebra and Optimization classlib +BROKEN= Does not compile with GCC 4.2 +DEPRECATED= does not build on FreeBSD 7.x or newer +EXPIRATION_DATE=2011-04-17 + WRKSRC= ${WRKDIR}/LinAlg ALL_TARGET= lib INSTALL_TARGET= lib @@ -36,10 +40,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/LinAlg .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 -BROKEN= Does not compile with GCC 4.2 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |