summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-09-22 08:13:53 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-09-22 08:13:53 +0000
commit691d1cee767073dd417a46bc63c432af6a89336c (patch)
treec891fc2141b69786dd8888601a61d39f965640b5 /textproc
parentUpdate to 1.2.18 (diff)
Deprecate ports that don't build with recent GHC version
Notes
Notes: svn path=/head/; revision=480361
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-HaXml/Makefile2
-rw-r--r--textproc/hs-attoparsec-enumerator/Makefile3
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>