diff options
author | antoine <antoine@FreeBSD.org> | 2018-09-22 16:13:53 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-09-22 16:13:53 +0800 |
commit | 2a50a00b429131ed0b46af4aa35d069ab9b79056 (patch) | |
tree | c891fc2141b69786dd8888601a61d39f965640b5 /textproc | |
parent | fa4f1def39d68ab8dd93ce2ddbeb00b7395757a7 (diff) | |
download | freebsd-ports-gnome-2a50a00b429131ed0b46af4aa35d069ab9b79056.tar.gz freebsd-ports-gnome-2a50a00b429131ed0b46af4aa35d069ab9b79056.tar.zst freebsd-ports-gnome-2a50a00b429131ed0b46af4aa35d069ab9b79056.zip |
Deprecate ports that don't build with recent GHC version
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-HaXml/Makefile | 2 | ||||
-rw-r--r-- | textproc/hs-attoparsec-enumerator/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/textproc/hs-HaXml/Makefile b/textproc/hs-HaXml/Makefile index d4aac4cfa751..247da71e902a 100644 --- a/textproc/hs-HaXml/Makefile +++ b/textproc/hs-HaXml/Makefile @@ -17,6 +17,8 @@ EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell FpMLToHaskell \ MkOneOf Validate XsdToHaskell Xtract IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile index 68d9e638577e..d1e7b0b05f47 100644 --- a/textproc/hs-attoparsec-enumerator/Makefile +++ b/textproc/hs-attoparsec-enumerator/Makefile @@ -12,5 +12,8 @@ LICENSE= MIT USE_CABAL= attoparsec>=0.10 enumerator>=0.4 +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |