diff options
author | pav <pav@FreeBSD.org> | 2008-12-20 06:00:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-12-20 06:00:33 +0800 |
commit | 249ba3d620121a806c91c9d62d577ace48acff1e (patch) | |
tree | 163e2deae633900f1277f1b4f878c5b7c4f5d080 /devel | |
parent | 31855b99376cf2375610e4a4c9f1bc7bd3f4d0c7 (diff) | |
download | freebsd-ports-gnome-249ba3d620121a806c91c9d62d577ace48acff1e.tar.gz freebsd-ports-gnome-249ba3d620121a806c91c9d62d577ace48acff1e.tar.zst freebsd-ports-gnome-249ba3d620121a806c91c9d62d577ace48acff1e.zip |
- Set for expiration in one month: has been broken for more than 6 months
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-hat/Makefile | 2 | ||||
-rw-r--r-- | devel/hs-hpl/Makefile | 2 | ||||
-rw-r--r-- | devel/py-coro/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile index 8b5998639282..eefa87306b79 100644 --- a/devel/hs-hat/Makefile +++ b/devel/hs-hat/Makefile @@ -15,6 +15,8 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= A source-level tracer for Haskell 98 BROKEN= Does not build with recent ghc +DEPRECATED= has been broken for more than 6 months +EXPIRATION_DATE=2009-01-19 USE_GMAKE= yes HAS_CONFIGURE= yes diff --git a/devel/hs-hpl/Makefile b/devel/hs-hpl/Makefile index d2b8c90ee6fa..9d896650aa75 100644 --- a/devel/hs-hpl/Makefile +++ b/devel/hs-hpl/Makefile @@ -19,6 +19,8 @@ BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 BROKEN= Does not build with current ghc +DEPRECATED= has been broken for more than 6 months +EXPIRATION_DATE=2009-01-19 .include <bsd.port.pre.mk> diff --git a/devel/py-coro/Makefile b/devel/py-coro/Makefile index 7b2b8db7ebe4..9e005405ced8 100644 --- a/devel/py-coro/Makefile +++ b/devel/py-coro/Makefile @@ -18,6 +18,8 @@ COMMENT= Python coroutine implementation BUILD_DEPENDS= ${LOCALBASE}/lib/libcoro.a:${PORTSDIR}/devel/libcoro BROKEN= Does not build +DEPRECATED= has been broken for more than 6 months +EXPIRATION_DATE=2009-01-19 USE_PYTHON= yes PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} |