aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
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 /x11-toolkits
parentc50854ad9c954821a0b5f4fe0babafdb0a921d72 (diff)
downloadports-691d1cee767073dd417a46bc63c432af6a89336c.tar.gz
ports-691d1cee767073dd417a46bc63c432af6a89336c.zip
Deprecate ports that don't build with recent GHC version
Notes
Notes: svn path=/head/; revision=480361
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-wx/Makefile3
-rw-r--r--x11-toolkits/hs-wxc/Makefile2
-rw-r--r--x11-toolkits/hs-wxcore/Makefile3
3 files changed, 8 insertions, 0 deletions
diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile
index 3ccc9a2fe398..21fb9447b93c 100644
--- a/x11-toolkits/hs-wx/Makefile
+++ b/x11-toolkits/hs-wx/Makefile
@@ -15,5 +15,8 @@ DOS2UNIX_FILES= src/Graphics/UI/WX/Window.hs
USE_WX= 3.0
WX_COMPS= wx
+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/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile
index f65aec339336..00f52b7955bc 100644
--- a/x11-toolkits/hs-wxc/Makefile
+++ b/x11-toolkits/hs-wxc/Makefile
@@ -17,6 +17,8 @@ WX_COMPS= wx
IGNORE_DOCS= yes
IGNORE= Doesn't build with recent GHC version
+DEPRECATED= Doesn't build with recent GHC version
+EXPIRATION_DATE= 2018-10-22
post-patch::
@${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"| ; \
diff --git a/x11-toolkits/hs-wxcore/Makefile b/x11-toolkits/hs-wxcore/Makefile
index 00b2523f7c22..941fb0a7c1bf 100644
--- a/x11-toolkits/hs-wxcore/Makefile
+++ b/x11-toolkits/hs-wxcore/Makefile
@@ -16,5 +16,8 @@ DOS2UNIX_GLOB= *.hs
USE_WX= 3.0
WX_COMPS= wx
+DEPRECATED= Doesn't build with recent GHC version
+EXPIRATION_DATE= 2018-10-22
+
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>