diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-27 07:20:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-27 07:20:17 +0800 |
commit | db6915577d177d2300bbd4dc0d1a5236527e48b9 (patch) | |
tree | ab66108c4e25f0489cdee274b6698834734250c3 /lang | |
parent | 41b4300106117e0b16705f44abefaf251daee4c1 (diff) | |
download | freebsd-ports-gnome-db6915577d177d2300bbd4dc0d1a5236527e48b9.tar.gz freebsd-ports-gnome-db6915577d177d2300bbd4dc0d1a5236527e48b9.tar.zst freebsd-ports-gnome-db6915577d177d2300bbd4dc0d1a5236527e48b9.zip |
Deprecate and set expiration date for ports broken for more than 6 month
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gdc/Makefile | 3 | ||||
-rw-r--r-- | lang/ldc-devel/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lang/gdc/Makefile b/lang/gdc/Makefile index 3776c9a30a03..4e94964e79e3 100644 --- a/lang/gdc/Makefile +++ b/lang/gdc/Makefile @@ -17,6 +17,9 @@ COMMENT= D Front End for GCC ONLY_FOR_ARCHS= i386 amd64 +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-07-28 + BROKEN= fails to build USES= bison iconv diff --git a/lang/ldc-devel/Makefile b/lang/ldc-devel/Makefile index ab6e2300f053..9b1a7e27d6ac 100644 --- a/lang/ldc-devel/Makefile +++ b/lang/ldc-devel/Makefile @@ -19,6 +19,9 @@ COMMENT= D frontend for llvm, with the Tango standard library BUILD_DEPENDS= llvm>=2.8:${PORTSDIR}/devel/llvm LIB_DEPENDS= config.10:${PORTSDIR}/devel/libconfig +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-08-27 + BROKEN= does not compile LICENSE_COMB= multi |