diff options
author | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-10-15 20:47:00 +0000 |
---|---|---|
committer | Loïc Bartoletti <lbartoletti@FreeBSD.org> | 2022-12-22 12:00:18 +0000 |
commit | a57aa32e28d215c830dcc6c27c3cdfdbef1e6991 (patch) | |
tree | 4d9a8fd46cdbf4f22dd227d3f2d747b4ca6b156a | |
parent | dae010f7cbb56f8d57cbcf2ce162a68a26ede2e8 (diff) |
x11-toolkits/wxgtk28: mark deprecated
wxgtk28 is not maintained upstream. All ports still using wxgtk28:
- Are abandonned upstream
- Can be built with wxgtk 3.2 (only games/blokish requires 3.0)
- Are broken (emulators/lisaem)
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37129
-rw-r--r-- | x11-toolkits/wxgtk28-contrib/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile index 2eb9c526fdc7..8191659415ec 100644 --- a/x11-toolkits/wxgtk28-contrib/Makefile +++ b/x11-toolkits/wxgtk28-contrib/Makefile @@ -1,6 +1,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= The wxWidgets GUI toolkit contributed libraries +DEPRECATED= Abandoned project, use wx 3.x +EXPIRATION_DATE= 2022-12-31 + WXGTK_FLAVOR= gtk2-contrib MASTERDIR= ${.CURDIR}/../wxgtk28 diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 9d69d0073055..591ff83f0e1b 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -10,6 +10,9 @@ MAINTAINER?= desktop@FreeBSD.org COMMENT?= The wxWidgets GUI toolkit with GTK+ bindings WWW= https://www.wxwidgets.org/ +DEPRECATED= Abandoned project, use wx 3.x +EXPIRATION_DATE= 2022-12-31 + LIB_DEPENDS+= libpng.so:graphics/png\ libtiff.so:graphics/tiff\ libexpat.so:textproc/expat2 |