diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-18 09:29:27 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-02-18 09:29:27 +0000 |
commit | 19aaf574478ab9c483b6b9476d4f8229170ae810 (patch) | |
tree | e65f8a77264c1b72c9fa6593f5956201cdd7677d /lang | |
parent | a71cd2e00fa7df4dd164147945c097013c003e6c (diff) | |
download | ports-19aaf574478ab9c483b6b9476d4f8229170ae810.tar.gz ports-19aaf574478ab9c483b6b9476d4f8229170ae810.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/rust-nightly/Makefile | 2 | ||||
-rw-r--r-- | lang/x10/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lang/rust-nightly/Makefile b/lang/rust-nightly/Makefile index 4cec89c5cbd6..886eed0ef965 100644 --- a/lang/rust-nightly/Makefile +++ b/lang/rust-nightly/Makefile @@ -19,6 +19,8 @@ GH_TUPLE= rust-lang:rust:282fa87 \ rust-lang:rust-installer:4f99485:rust_installer/src/rust-installer BROKEN= needs to be adapted after changes in lang/rust +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-03-19 CONFLICTS_BUILD= rust # see FIXME in `pre-fetch` in lang/rust/Makefile CONFLICTS_INSTALL= rust diff --git a/lang/x10/Makefile b/lang/x10/Makefile index 5c814979f3b7..cc498a49fbd4 100644 --- a/lang/x10/Makefile +++ b/lang/x10/Makefile @@ -25,6 +25,8 @@ COMMENT= Object-oriented parallel programming language LICENSE= EPL BROKEN= Fails to build with modern compilers (cf. PR 219282) +DEPRECATED= Broken for more than 6 months +EXPIRATION_DATE= 2018-03-19 USES= tar:bzip2 USE_JAVA= yes |