diff options
author | Volker Stolz <vs@FreeBSD.org> | 2007-02-13 04:54:53 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2007-02-13 04:54:53 +0000 |
commit | fe83501e0ce7a41d10d0eca88239df0113e207a0 (patch) | |
tree | 3127abc4d30a9e78d919ed455ede1887725932f7 | |
parent | e1c0d4ff81d25c42f286624938a063ad46e83884 (diff) | |
download | ports-fe83501e0ce7a41d10d0eca88239df0113e207a0.tar.gz ports-fe83501e0ce7a41d10d0eca88239df0113e207a0.zip |
Mark as BROKEN and DEPRECATED with 6 months grace:
Not compatible with latest GHC, and there might be no further upstream development as well.
Notes
Notes:
svn path=/head/; revision=185069
-rw-r--r-- | devel/hs-green-card/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/hs-green-card/Makefile b/devel/hs-green-card/Makefile index d9e76041876c..cd183c9179d2 100644 --- a/devel/hs-green-card/Makefile +++ b/devel/hs-green-card/Makefile @@ -16,6 +16,10 @@ DISTNAME= greencard-${GC_VERSION}-src MAINTAINER= haskell@FreeBSD.org COMMENT= A foreign function interface preprocessor for Haskell +BROKEN= Does not build with latest GHC +DEPRECATED= "${BROKEN}" +EXPIRATION_DATE=2007-09-01 + BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc WRKSRC= ${WRKDIR}/greencard-${GC_VERSION} |