diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-31 01:39:36 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-31 01:39:36 +0800 |
commit | 6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61 (patch) | |
tree | c8099d50b52c68c614a102b5d8f340a42015134b /x11-toolkits | |
parent | b450fe30b66236f48f8e78e5f662e08efb3cd48e (diff) | |
download | freebsd-ports-gnome-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.tar.gz freebsd-ports-gnome-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.tar.zst freebsd-ports-gnome-6fa27dcfe7ac69f01374c8c7f7088b0cb2d64a61.zip |
Mark almost all Haskell ports for expiration by mid April
Ports for Haskell *libraries* are going to be removed from the ports tree.
Haskell *applications* are going to be statically linked with all dependencies
( https://reviews.freebsd.org/D19730 ), so there is no reason to keep
Haskell libraries in tree.
If you think a port is wrongly marked and should stay, please contact haskell@
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D19244
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-GLURaw/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGL/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-OpenGLRaw/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk2hs/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-gtksourceview2/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-pango/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-vte/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-wxdirect/Makefile | 3 |
10 files changed, 30 insertions, 0 deletions
diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile index 3602327072d9..c2e33d7f40f9 100644 --- a/x11-toolkits/hs-GLURaw/Makefile +++ b/x11-toolkits/hs-GLURaw/Makefile @@ -10,6 +10,9 @@ COMMENT= Raw binding for the OpenGL graphics system LICENSE= BSD3CLAUSE +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USE_CABAL= OpenGLRaw>=2.4 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index aeac1eb5b04f..7b87e6473a81 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -12,6 +12,9 @@ COMMENT= Binding for the OpenGL Utility Toolkit LICENSE= BSD3CLAUSE +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USE_CABAL= OpenGL>=2.12 OpenGLRaw>=2.3 StateVar>=1.1 USE_GL= glut diff --git a/x11-toolkits/hs-OpenGL/Makefile b/x11-toolkits/hs-OpenGL/Makefile index dcac891214a0..6f39dc5191e5 100644 --- a/x11-toolkits/hs-OpenGL/Makefile +++ b/x11-toolkits/hs-OpenGL/Makefile @@ -12,6 +12,9 @@ COMMENT= Binding for the OpenGL graphics system LICENSE= BSD3CLAUSE +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USE_CABAL= GLURaw>=1.3 ObjectName>=1.1 OpenGLRaw>=2.1 StateVar>=1.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/x11-toolkits/hs-OpenGLRaw/Makefile b/x11-toolkits/hs-OpenGLRaw/Makefile index e3f2f4e07eb2..00324da411b6 100644 --- a/x11-toolkits/hs-OpenGLRaw/Makefile +++ b/x11-toolkits/hs-OpenGLRaw/Makefile @@ -10,6 +10,9 @@ COMMENT= Raw binding for the OpenGL graphics system LICENSE= BSD3CLAUSE +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USE_CABAL= fixed half USE_GL= gl glut diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile index 3acfe47729f1..a6794a516453 100644 --- a/x11-toolkits/hs-gtk/Makefile +++ b/x11-toolkits/hs-gtk/Makefile @@ -10,6 +10,9 @@ COMMENT= Binding to the Gtk+ graphical user interface library LICENSE= LGPL21 +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USES= pkgconfig USE_CABAL= cairo>=0.13.0.0 gio>=0.13.0 glib>=0.13.0.0 mtl \ pango>=0.13.0.0 diff --git a/x11-toolkits/hs-gtk2hs/Makefile b/x11-toolkits/hs-gtk2hs/Makefile index b4ddfe359da1..900d57995f48 100644 --- a/x11-toolkits/hs-gtk2hs/Makefile +++ b/x11-toolkits/hs-gtk2hs/Makefile @@ -10,6 +10,9 @@ CATEGORIES= x11-toolkits haskell MAINTAINER= haskell@FreeBSD.org COMMENT= GTK2 Binding for Haskell +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + METAPORT= yes USE_CABAL= glib gio cairo pango gtk diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile index 16824906eac2..53e342c20de8 100644 --- a/x11-toolkits/hs-gtksourceview2/Makefile +++ b/x11-toolkits/hs-gtksourceview2/Makefile @@ -10,6 +10,9 @@ COMMENT= Binding to the GtkSourceView library LICENSE= LGPL21 +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USES= pkgconfig USE_CABAL= glib>=0.13 gtk>=0.13.0.0 mtl USE_GNOME= gtksourceview2 diff --git a/x11-toolkits/hs-pango/Makefile b/x11-toolkits/hs-pango/Makefile index 4120d70e2bf6..daec2457a792 100644 --- a/x11-toolkits/hs-pango/Makefile +++ b/x11-toolkits/hs-pango/Makefile @@ -10,6 +10,9 @@ COMMENT= Binding to the Pango text rendering engine LICENSE= LGPL21 +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USES= pkgconfig USE_CABAL= cairo>=0.13.0.0 glib>=0.13.0.0 mtl USE_GNOME= pango diff --git a/x11-toolkits/hs-vte/Makefile b/x11-toolkits/hs-vte/Makefile index 300ac821fb8d..325425a67081 100644 --- a/x11-toolkits/hs-vte/Makefile +++ b/x11-toolkits/hs-vte/Makefile @@ -10,6 +10,9 @@ COMMENT= Binding to the VTE library LICENSE= LGPL21 +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USES= pkgconfig USE_CABAL= glib>=0.13.0.0 gtk>=0.13.0.0 mtl pango>=0.13.0.0 USE_GNOME= vte diff --git a/x11-toolkits/hs-wxdirect/Makefile b/x11-toolkits/hs-wxdirect/Makefile index af299e648992..6d5d1f6e7c39 100644 --- a/x11-toolkits/hs-wxdirect/Makefile +++ b/x11-toolkits/hs-wxdirect/Makefile @@ -10,6 +10,9 @@ COMMENT= Helper tool for building wxHaskell LICENSE= BSD3CLAUSE +DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org +EXPIRATION_DATE= 2019-04-14 + USES= dos2unix USE_CABAL= strict |