git: 7192bbd74a6e - main - x11-toolkits/wxgtk28*: Sunset

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 31 Dec 2022 02:58:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7192bbd74a6ecedc1b42e44b1f154b40f207651a

commit 7192bbd74a6ecedc1b42e44b1f154b40f207651a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2022-12-31 02:56:12 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2022-12-31 02:58:33 +0000

    x11-toolkits/wxgtk28*: Sunset
    
    Remove expired wxgtk28 and it's related components. Use
    x11-toolkits/wxgtk30 or x11-toolkits/wxgtk32 as appropriate.
    
    Approved by:    portmgr
---
 MOVED                                              |   4 +
 Mk/bsd.wx.mk                                       |  48 +-
 x11-toolkits/Makefile                              |   4 -
 x11-toolkits/wxgtk28-common/Makefile               |   9 -
 x11-toolkits/wxgtk28-common/pkg-plist              | 564 ---------------------
 x11-toolkits/wxgtk28-contrib-common/Makefile       |   7 -
 x11-toolkits/wxgtk28-contrib-common/pkg-plist      |  52 --
 x11-toolkits/wxgtk28-contrib/Makefile              |  10 -
 x11-toolkits/wxgtk28-contrib/pkg-plist             |  21 -
 x11-toolkits/wxgtk28/Makefile                      | 100 ----
 x11-toolkits/wxgtk28/distinfo                      |   2 -
 x11-toolkits/wxgtk28/files/patch-Makefile.in       |  57 ---
 x11-toolkits/wxgtk28/files/patch-configure         |  28 -
 .../wxgtk28/files/patch-contrib-Makefile.in        |   9 -
 .../wxgtk28/files/patch-contrib-src-Makefile.in    |  29 --
 .../wxgtk28/files/patch-contrib-src-fl-Makefile.in |  11 -
 .../files/patch-contrib-src-gizmos-Makefile.in     |  11 -
 .../files/patch-contrib-src-ogl-Makefile.in        |  11 -
 .../files/patch-contrib-src-plot-Makefile.in       |  11 -
 .../files/patch-contrib-src-stc-Makefile.in        |  11 -
 .../files/patch-contrib-src-svg-Makefile.in        |  11 -
 .../wxgtk28/files/patch-src-common-intl.cpp        |  11 -
 .../wxgtk28/files/patch-utils-wxrc-Makefile.in     |  23 -
 x11-toolkits/wxgtk28/pkg-descr                     |   2 -
 x11-toolkits/wxgtk28/pkg-plist                     |  36 --
 25 files changed, 23 insertions(+), 1059 deletions(-)

diff --git a/MOVED b/MOVED
index d297b8d9bf32..72af90181774 100644
--- a/MOVED
+++ b/MOVED
@@ -17735,3 +17735,7 @@ cad/basicdsp||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk
 deskutils/xchm||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
 math/graphthing||2022-12-31|Has expired: Abandoned project and use deprecated wxgtk28
 math/pynac||2022-12-31|Project merged with SageMath
+x11-toolkits/wxgtk28-contrib-common||2022-12-31|Has expired: Upstream support ended
+x11-toolkits/wxgtk28-contrib||2022-12-31|Has expired: Upstream support ended
+x11-toolkits/wxgtk28-common||2022-12-31|Has expired: Upstream support ended
+x11-toolkits/wxgtk28|x11-toolkits/wxgtk30||2022-12-31|Has expired: Upstream support ended, use wx 3.x
diff --git a/Mk/bsd.wx.mk b/Mk/bsd.wx.mk
index a22b7e61ee0b..209be9829acd 100644
--- a/Mk/bsd.wx.mk
+++ b/Mk/bsd.wx.mk
@@ -11,9 +11,9 @@
 # USE_WX	- Set to the list of wxWidgets versions that can be used by
 #		  the port. The syntax allows the following elements:
 #		  - Single version (e.g. "3.0").
-#		  - Range of versions (e.g. "2.8-3.0"). Must be ascending.
-#		  - Partial range: single version and upper (e.g. "2.8+").
-#		  - Partial range: single version and lower (e.g. "-2.8").
+#		  - Range of versions (e.g. "3.0-3.2"). Must be ascending.
+#		  - Partial range: single version and upper (e.g. "3.2+").
+#		  - Partial range: single version and lower (e.g. "-3.2").
 #		  Multiple elements can be specified separated by spaces.
 # USE_WX_NOT	- Set to the list of wxWidgets versions that can't be used by
 #		  the port. In other words, it removes some versions from
@@ -26,7 +26,6 @@
 #		  dependency type.
 #		  The available components are:
 #		  wx		- The wxWidgets library.
-#		  contrib	- The wxWidgets contributed libraries.
 #		  python	- The wxWidgets API for Python.
 #		  The available dependency types are:
 #		  build		- Requires component for building.
@@ -49,7 +48,7 @@
 #		  components and add them to the variable HAVE_WX. If a
 #		  version is selected, HAVE_WX will contain a list of
 #		  components in the other case it will contain a list of
-#		  "component-version" pairs (e.g. wx-2.8, contrib-2.8, etc).
+#		  "component-version" pairs (e.g. wx-3.0, etc).
 #		  It has to be used before bsd.port.pre.mk.
 # WANT_WX_VER	- Set to the preferred wxWidgets version for the port. It must
 #		  be present in USE_WX or missing in USE_WX_NOT. This is
@@ -72,23 +71,23 @@
 #		  set to "yes".
 #
 # Examples:
-# - A port that needs wxWidgets 2.8 and contributed libraries
-#	USE_WX=		2.8
-#	WX_COMPS=	wx contrib
-# - A port that needs WxPython 2.8 for running.
+# - A port that needs wxWidgets 3.0
+#	USE_WX=		3.0
+#	WX_COMPS=	wx
+# - A port that needs WxPython 3.0 for running.
 #	USE_PYTHON=	yes
-#	USE_WX=		2.8
+#	USE_WX=		3.0
 #	WX_COMPS=	python:run
-# - A port that needs WxPython 2.8 or 3.0 for building.
+# - A port that needs WxPython 3.0 or 3.2 for building.
 #	USE_PYTHON=	yes
-#	USE_WX=		2.8 3.0
+#	USE_WX=		3.0 3.2
 #	WX_COMPS=	python:build
-# - A port that needs wxWidgets version 2.8 or higher and contributed
+# - A port that needs wxWidgets version 3.0 or higher
 #	libraries.
-#	USE_WX=		2.8+
-#	WX_COMPS=	wx contrib
-# - A port that needs wxWidgets of any version other than 2.8.
-#	USE_WX_NOT=	2.8
+#	USE_WX=		3.0+
+#	WX_COMPS=	wx
+# - A port that needs wxWidgets of any version other than 3.0.
+#	USE_WX_NOT=	3.0
 #
 
 WX_Include_MAINTAINER=	desktop@FreeBSD.org
@@ -109,10 +108,10 @@ _WX_Definitions_Done=	yes
 # _WX_VERS_LISTS	- Reverse lists preference order.
 #
 
-_WX_COMPS_ALL=		wx contrib python
+_WX_COMPS_ALL=		wx python
 _WX_DEP_TYPES_ALL=	build lib run
-_WX_VERS_ALL=		2.8 3.0 3.2
-_WX_VERS_UC_ALL=	2.8 3.0 3.2
+_WX_VERS_ALL=		3.0 3.2
+_WX_VERS_UC_ALL=	3.0 3.2
 _WX_VERS_SKIP=		3.0 3.2
 _WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
 
@@ -125,13 +124,6 @@ _WX_VERS_LISTS=		WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
 # _WX_DEPTYPE_comp_ver	- Default dependency type (optional).
 #
 
-# wxgtk 2.8
-_WX_PORT_wx_2.8=	x11-toolkits/wxgtk28
-_WX_LIB_wx_2.8=		wx_base${_WX_UC}-2.8
-
-_WX_PORT_contrib_2.8=	x11-toolkits/wxgtk28-contrib
-_WX_LIB_contrib_2.8=	wx_gtk2${_WX_UC}_fl-2.8
-
 # wxgtk 3.0
 _WX_PORT_wx_3.0=	x11-toolkits/wxgtk30@${_GTKFLAVOR}
 _WX_LIB_wx_3.0=		wx_baseu-3.0
@@ -411,8 +403,6 @@ _GTKVER=	3
 .  elif ${_WX_VER} == 3.0
 _GTKVER=	${WANT_WXGTK_VER:U3}
 _GTKFLAVOR=	gtk${_GTKVER}
-.  else
-_GTKVER=	2
 .  endif
 
 WX_CONFIG?=		${LOCALBASE}/bin/wxgtk${_GTKVER}${_WX_UC}-${_WX_VER}-config
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index f94690b1c687..a8d69c865897 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -229,10 +229,6 @@
     SUBDIR += wlroots
     SUBDIR += wlroots015
     SUBDIR += wmapp
-    SUBDIR += wxgtk28
-    SUBDIR += wxgtk28-common
-    SUBDIR += wxgtk28-contrib
-    SUBDIR += wxgtk28-contrib-common
     SUBDIR += wxgtk30
     SUBDIR += wxgtk32
     SUBDIR += xbae
diff --git a/x11-toolkits/wxgtk28-common/Makefile b/x11-toolkits/wxgtk28-common/Makefile
deleted file mode 100644
index d40e97b537d3..000000000000
--- a/x11-toolkits/wxgtk28-common/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-MAINTAINER=	desktop@FreeBSD.org
-COMMENT=	The wxWidgets GUI toolkit (common files)
-
-WXGTK_FLAVOR=	gtk2-common
-MASTERDIR=	${.CURDIR}/../wxgtk28
-
-NO_ARCH=	yes
-
-.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-common/pkg-plist b/x11-toolkits/wxgtk28-common/pkg-plist
deleted file mode 100644
index b0cacd4074ed..000000000000
--- a/x11-toolkits/wxgtk28-common/pkg-plist
+++ /dev/null
@@ -1,564 +0,0 @@
-include/wx-2.8/wx/aboutdlg.h
-include/wx-2.8/wx/accel.h
-include/wx-2.8/wx/access.h
-include/wx-2.8/wx/afterstd.h
-include/wx-2.8/wx/anidecod.h
-include/wx-2.8/wx/animate.h
-include/wx-2.8/wx/animdecod.h
-include/wx-2.8/wx/app.h
-include/wx-2.8/wx/apptrait.h
-include/wx-2.8/wx/archive.h
-include/wx-2.8/wx/arrimpl.cpp
-include/wx-2.8/wx/arrstr.h
-include/wx-2.8/wx/artprov.h
-include/wx-2.8/wx/aui/aui.h
-include/wx-2.8/wx/aui/auibar.h
-include/wx-2.8/wx/aui/auibook.h
-include/wx-2.8/wx/aui/dockart.h
-include/wx-2.8/wx/aui/floatpane.h
-include/wx-2.8/wx/aui/framemanager.h
-include/wx-2.8/wx/aui/tabmdi.h
-include/wx-2.8/wx/beforestd.h
-include/wx-2.8/wx/bitmap.h
-include/wx-2.8/wx/bmpbuttn.h
-include/wx-2.8/wx/bmpcbox.h
-include/wx-2.8/wx/bookctrl.h
-include/wx-2.8/wx/brush.h
-include/wx-2.8/wx/buffer.h
-include/wx-2.8/wx/build.h
-include/wx-2.8/wx/busyinfo.h
-include/wx-2.8/wx/button.h
-include/wx-2.8/wx/calctrl.h
-include/wx-2.8/wx/caret.h
-include/wx-2.8/wx/checkbox.h
-include/wx-2.8/wx/checklst.h
-include/wx-2.8/wx/chkconf.h
-include/wx-2.8/wx/choicdlg.h
-include/wx-2.8/wx/choice.h
-include/wx-2.8/wx/choicebk.h
-include/wx-2.8/wx/clipbrd.h
-include/wx-2.8/wx/clntdata.h
-include/wx-2.8/wx/clrpicker.h
-include/wx-2.8/wx/cmdline.h
-include/wx-2.8/wx/cmdproc.h
-include/wx-2.8/wx/cmndata.h
-include/wx-2.8/wx/collpane.h
-include/wx-2.8/wx/colordlg.h
-include/wx-2.8/wx/colour.h
-include/wx-2.8/wx/combo.h
-include/wx-2.8/wx/combobox.h
-include/wx-2.8/wx/confbase.h
-include/wx-2.8/wx/config.h
-include/wx-2.8/wx/containr.h
-include/wx-2.8/wx/control.h
-include/wx-2.8/wx/convauto.h
-include/wx-2.8/wx/cpp.h
-include/wx-2.8/wx/cshelp.h
-include/wx-2.8/wx/ctrlsub.h
-include/wx-2.8/wx/cursor.h
-include/wx-2.8/wx/dataobj.h
-include/wx-2.8/wx/dataview.h
-include/wx-2.8/wx/datectrl.h
-include/wx-2.8/wx/dateevt.h
-include/wx-2.8/wx/datetime.h
-include/wx-2.8/wx/datstrm.h
-include/wx-2.8/wx/db.h
-include/wx-2.8/wx/dbgrid.h
-include/wx-2.8/wx/dbkeyg.h
-include/wx-2.8/wx/dbtable.h
-include/wx-2.8/wx/dc.h
-include/wx-2.8/wx/dcbuffer.h
-include/wx-2.8/wx/dcclient.h
-include/wx-2.8/wx/dcgraph.h
-include/wx-2.8/wx/dcmemory.h
-include/wx-2.8/wx/dcmirror.h
-include/wx-2.8/wx/dcprint.h
-include/wx-2.8/wx/dcps.h
-include/wx-2.8/wx/dcscreen.h
-include/wx-2.8/wx/dde.h
-include/wx-2.8/wx/debug.h
-include/wx-2.8/wx/debugrpt.h
-include/wx-2.8/wx/defs.h
-include/wx-2.8/wx/dialog.h
-include/wx-2.8/wx/dialup.h
-include/wx-2.8/wx/dir.h
-include/wx-2.8/wx/dirctrl.h
-include/wx-2.8/wx/dirdlg.h
-include/wx-2.8/wx/display.h
-include/wx-2.8/wx/display_impl.h
-include/wx-2.8/wx/dlimpexp.h
-include/wx-2.8/wx/dnd.h
-include/wx-2.8/wx/docmdi.h
-include/wx-2.8/wx/docview.h
-include/wx-2.8/wx/dragimag.h
-include/wx-2.8/wx/dynarray.h
-include/wx-2.8/wx/dynlib.h
-include/wx-2.8/wx/dynload.h
-include/wx-2.8/wx/effects.h
-include/wx-2.8/wx/encconv.h
-include/wx-2.8/wx/encinfo.h
-include/wx-2.8/wx/event.h
-include/wx-2.8/wx/evtloop.h
-include/wx-2.8/wx/except.h
-include/wx-2.8/wx/fdrepdlg.h
-include/wx-2.8/wx/features.h
-include/wx-2.8/wx/ffile.h
-include/wx-2.8/wx/file.h
-include/wx-2.8/wx/fileconf.h
-include/wx-2.8/wx/filedlg.h
-include/wx-2.8/wx/filefn.h
-include/wx-2.8/wx/filename.h
-include/wx-2.8/wx/filepicker.h
-include/wx-2.8/wx/filesys.h
-include/wx-2.8/wx/fmappriv.h
-include/wx-2.8/wx/font.h
-include/wx-2.8/wx/fontdlg.h
-include/wx-2.8/wx/fontenc.h
-include/wx-2.8/wx/fontenum.h
-include/wx-2.8/wx/fontmap.h
-include/wx-2.8/wx/fontpicker.h
-include/wx-2.8/wx/fontutil.h
-include/wx-2.8/wx/frame.h
-include/wx-2.8/wx/fs_arc.h
-include/wx-2.8/wx/fs_filter.h
-include/wx-2.8/wx/fs_inet.h
-include/wx-2.8/wx/fs_mem.h
-include/wx-2.8/wx/fs_zip.h
-include/wx-2.8/wx/gauge.h
-include/wx-2.8/wx/gbsizer.h
-include/wx-2.8/wx/gdicmn.h
-include/wx-2.8/wx/gdiobj.h
-include/wx-2.8/wx/generic/aboutdlgg.h
-include/wx-2.8/wx/generic/accel.h
-include/wx-2.8/wx/generic/animate.h
-include/wx-2.8/wx/generic/bmpcbox.h
-include/wx-2.8/wx/generic/busyinfo.h
-include/wx-2.8/wx/generic/buttonbar.h
-include/wx-2.8/wx/generic/calctrl.h
-include/wx-2.8/wx/generic/caret.h
-include/wx-2.8/wx/generic/choicdgg.h
-include/wx-2.8/wx/generic/clrpickerg.h
-include/wx-2.8/wx/generic/collpaneg.h
-include/wx-2.8/wx/generic/colrdlgg.h
-include/wx-2.8/wx/generic/combo.h
-include/wx-2.8/wx/generic/dataview.h
-include/wx-2.8/wx/generic/datectrl.h
-include/wx-2.8/wx/generic/dcpsg.h
-include/wx-2.8/wx/generic/dirctrlg.h
-include/wx-2.8/wx/generic/dirdlgg.h
-include/wx-2.8/wx/generic/dragimgg.h
-include/wx-2.8/wx/generic/fdrepdlg.h
-include/wx-2.8/wx/generic/filedlgg.h
-include/wx-2.8/wx/generic/filepickerg.h
-include/wx-2.8/wx/generic/fontdlgg.h
-include/wx-2.8/wx/generic/fontpickerg.h
-include/wx-2.8/wx/generic/grid.h
-include/wx-2.8/wx/generic/gridctrl.h
-include/wx-2.8/wx/generic/gridsel.h
-include/wx-2.8/wx/generic/helpext.h
-include/wx-2.8/wx/generic/icon.h
-include/wx-2.8/wx/generic/imaglist.h
-include/wx-2.8/wx/generic/laywin.h
-include/wx-2.8/wx/generic/listctrl.h
-include/wx-2.8/wx/generic/logg.h
-include/wx-2.8/wx/generic/msgdlgg.h
-include/wx-2.8/wx/generic/notebook.h
-include/wx-2.8/wx/generic/numdlgg.h
-include/wx-2.8/wx/generic/paletteg.h
-include/wx-2.8/wx/generic/panelg.h
-include/wx-2.8/wx/generic/printps.h
-include/wx-2.8/wx/generic/prntdlgg.h
-include/wx-2.8/wx/generic/progdlgg.h
-include/wx-2.8/wx/generic/propdlg.h
-include/wx-2.8/wx/generic/sashwin.h
-include/wx-2.8/wx/generic/scrolwin.h
-include/wx-2.8/wx/generic/spinctlg.h
-include/wx-2.8/wx/generic/splash.h
-include/wx-2.8/wx/generic/splitter.h
-include/wx-2.8/wx/generic/srchctlg.h
-include/wx-2.8/wx/generic/statusbr.h
-include/wx-2.8/wx/generic/tabg.h
-include/wx-2.8/wx/generic/textdlgg.h
-include/wx-2.8/wx/generic/timer.h
-include/wx-2.8/wx/generic/treectlg.h
-include/wx-2.8/wx/generic/wizard.h
-include/wx-2.8/wx/geometry.h
-include/wx-2.8/wx/gifdecod.h
-include/wx-2.8/wx/glcanvas.h
-include/wx-2.8/wx/graphics.h
-include/wx-2.8/wx/grid.h
-include/wx-2.8/wx/gsocket.h
-include/wx-2.8/wx/gtk/accel.h
-include/wx-2.8/wx/gtk/animate.h
-include/wx-2.8/wx/gtk/app.h
-include/wx-2.8/wx/gtk/assertdlg_gtk.h
-include/wx-2.8/wx/gtk/bitmap.h
-include/wx-2.8/wx/gtk/bmpbuttn.h
-include/wx-2.8/wx/gtk/brush.h
-include/wx-2.8/wx/gtk/button.h
-include/wx-2.8/wx/gtk/checkbox.h
-include/wx-2.8/wx/gtk/checklst.h
-include/wx-2.8/wx/gtk/choice.h
-include/wx-2.8/wx/gtk/clipbrd.h
-include/wx-2.8/wx/gtk/clrpicker.h
-include/wx-2.8/wx/gtk/collpane.h
-include/wx-2.8/wx/gtk/colordlg.h
-include/wx-2.8/wx/gtk/colour.h
-include/wx-2.8/wx/gtk/combobox.h
-include/wx-2.8/wx/gtk/control.h
-include/wx-2.8/wx/gtk/cursor.h
-include/wx-2.8/wx/gtk/dataform.h
-include/wx-2.8/wx/gtk/dataobj.h
-include/wx-2.8/wx/gtk/dataobj2.h
-include/wx-2.8/wx/gtk/dc.h
-include/wx-2.8/wx/gtk/dcclient.h
-include/wx-2.8/wx/gtk/dcmemory.h
-include/wx-2.8/wx/gtk/dcscreen.h
-include/wx-2.8/wx/gtk/dialog.h
-include/wx-2.8/wx/gtk/dirdlg.h
-include/wx-2.8/wx/gtk/dnd.h
-include/wx-2.8/wx/gtk/filedlg.h
-include/wx-2.8/wx/gtk/filepicker.h
-include/wx-2.8/wx/gtk/font.h
-include/wx-2.8/wx/gtk/fontdlg.h
-include/wx-2.8/wx/gtk/fontpicker.h
-include/wx-2.8/wx/gtk/frame.h
-include/wx-2.8/wx/gtk/gauge.h
-include/wx-2.8/wx/gtk/glcanvas.h
-include/wx-2.8/wx/gtk/gnome/gprint.h
-include/wx-2.8/wx/gtk/gnome/gvfs.h
-include/wx-2.8/wx/gtk/listbox.h
-include/wx-2.8/wx/gtk/mdi.h
-include/wx-2.8/wx/gtk/menu.h
-include/wx-2.8/wx/gtk/menuitem.h
-include/wx-2.8/wx/gtk/minifram.h
-include/wx-2.8/wx/gtk/msgdlg.h
-include/wx-2.8/wx/gtk/notebook.h
-include/wx-2.8/wx/gtk/pen.h
-include/wx-2.8/wx/gtk/popupwin.h
-include/wx-2.8/wx/gtk/radiobox.h
-include/wx-2.8/wx/gtk/radiobut.h
-include/wx-2.8/wx/gtk/region.h
-include/wx-2.8/wx/gtk/scrolbar.h
-include/wx-2.8/wx/gtk/scrolwin.h
-include/wx-2.8/wx/gtk/slider.h
-include/wx-2.8/wx/gtk/spinbutt.h
-include/wx-2.8/wx/gtk/spinctrl.h
-include/wx-2.8/wx/gtk/statbmp.h
-include/wx-2.8/wx/gtk/statbox.h
-include/wx-2.8/wx/gtk/statline.h
-include/wx-2.8/wx/gtk/stattext.h
-include/wx-2.8/wx/gtk/tbargtk.h
-include/wx-2.8/wx/gtk/textctrl.h
-include/wx-2.8/wx/gtk/tglbtn.h
-include/wx-2.8/wx/gtk/timer.h
-include/wx-2.8/wx/gtk/tooltip.h
-include/wx-2.8/wx/gtk/toplevel.h
-include/wx-2.8/wx/gtk/treectrl.h
-include/wx-2.8/wx/gtk/treeentry_gtk.h
-include/wx-2.8/wx/gtk/win_gtk.h
-include/wx-2.8/wx/gtk/window.h
-include/wx-2.8/wx/hash.h
-include/wx-2.8/wx/hashmap.h
-include/wx-2.8/wx/hashset.h
-include/wx-2.8/wx/help.h
-include/wx-2.8/wx/helpbase.h
-include/wx-2.8/wx/helphtml.h
-include/wx-2.8/wx/helpwin.h
-include/wx-2.8/wx/html/forcelnk.h
-include/wx-2.8/wx/html/helpctrl.h
-include/wx-2.8/wx/html/helpdata.h
-include/wx-2.8/wx/html/helpdlg.h
-include/wx-2.8/wx/html/helpfrm.h
-include/wx-2.8/wx/html/helpwnd.h
-include/wx-2.8/wx/html/htmlcell.h
-include/wx-2.8/wx/html/htmldefs.h
-include/wx-2.8/wx/html/htmlfilt.h
-include/wx-2.8/wx/html/htmlpars.h
-include/wx-2.8/wx/html/htmlproc.h
-include/wx-2.8/wx/html/htmltag.h
-include/wx-2.8/wx/html/htmlwin.h
-include/wx-2.8/wx/html/htmprint.h
-include/wx-2.8/wx/html/m_templ.h
-include/wx-2.8/wx/html/winpars.h
-include/wx-2.8/wx/htmllbox.h
-include/wx-2.8/wx/hyperlink.h
-include/wx-2.8/wx/icon.h
-include/wx-2.8/wx/iconbndl.h
-include/wx-2.8/wx/iconloc.h
-include/wx-2.8/wx/imagbmp.h
-include/wx-2.8/wx/image.h
-include/wx-2.8/wx/imaggif.h
-include/wx-2.8/wx/imagiff.h
-include/wx-2.8/wx/imagjpeg.h
-include/wx-2.8/wx/imaglist.h
-include/wx-2.8/wx/imagpcx.h
-include/wx-2.8/wx/imagpng.h
-include/wx-2.8/wx/imagpnm.h
-include/wx-2.8/wx/imagtga.h
-include/wx-2.8/wx/imagtiff.h
-include/wx-2.8/wx/imagxpm.h
-include/wx-2.8/wx/init.h
-include/wx-2.8/wx/intl.h
-include/wx-2.8/wx/iosfwrap.h
-include/wx-2.8/wx/ioswrap.h
-include/wx-2.8/wx/ipc.h
-include/wx-2.8/wx/ipcbase.h
-include/wx-2.8/wx/isql.h
-include/wx-2.8/wx/isqlext.h
-include/wx-2.8/wx/joystick.h
-include/wx-2.8/wx/layout.h
-include/wx-2.8/wx/laywin.h
-include/wx-2.8/wx/link.h
-include/wx-2.8/wx/list.h
-include/wx-2.8/wx/listbase.h
-include/wx-2.8/wx/listbook.h
-include/wx-2.8/wx/listbox.h
-include/wx-2.8/wx/listctrl.h
-include/wx-2.8/wx/listimpl.cpp
-include/wx-2.8/wx/log.h
-include/wx-2.8/wx/longlong.h
-include/wx-2.8/wx/math.h
-include/wx-2.8/wx/matrix.h
-include/wx-2.8/wx/mdi.h
-include/wx-2.8/wx/mediactrl.h
-include/wx-2.8/wx/memconf.h
-include/wx-2.8/wx/memory.h
-include/wx-2.8/wx/memtext.h
-include/wx-2.8/wx/menu.h
-include/wx-2.8/wx/menuitem.h
-include/wx-2.8/wx/metafile.h
-include/wx-2.8/wx/mimetype.h
-include/wx-2.8/wx/minifram.h
-include/wx-2.8/wx/module.h
-include/wx-2.8/wx/msgdlg.h
-include/wx-2.8/wx/msgout.h
-include/wx-2.8/wx/mstream.h
-include/wx-2.8/wx/notebook.h
-include/wx-2.8/wx/numdlg.h
-include/wx-2.8/wx/object.h
-include/wx-2.8/wx/odcombo.h
-include/wx-2.8/wx/overlay.h
-include/wx-2.8/wx/ownerdrw.h
-include/wx-2.8/wx/palette.h
-include/wx-2.8/wx/panel.h
-include/wx-2.8/wx/paper.h
-include/wx-2.8/wx/pen.h
-include/wx-2.8/wx/pickerbase.h
-include/wx-2.8/wx/platform.h
-include/wx-2.8/wx/platinfo.h
-include/wx-2.8/wx/popupwin.h
-include/wx-2.8/wx/power.h
-include/wx-2.8/wx/print.h
-include/wx-2.8/wx/printdlg.h
-include/wx-2.8/wx/prntbase.h
-include/wx-2.8/wx/process.h
-include/wx-2.8/wx/progdlg.h
-include/wx-2.8/wx/propdlg.h
-include/wx-2.8/wx/protocol/file.h
-include/wx-2.8/wx/protocol/ftp.h
-include/wx-2.8/wx/protocol/http.h
-include/wx-2.8/wx/protocol/protocol.h
-include/wx-2.8/wx/ptr_scpd.h
-include/wx-2.8/wx/quantize.h
-include/wx-2.8/wx/radiobox.h
-include/wx-2.8/wx/radiobut.h
-include/wx-2.8/wx/rawbmp.h
-include/wx-2.8/wx/recguard.h
-include/wx-2.8/wx/regex.h
-include/wx-2.8/wx/region.h
-include/wx-2.8/wx/renderer.h
-include/wx-2.8/wx/richtext/richtextbuffer.h
-include/wx-2.8/wx/richtext/richtextctrl.h
-include/wx-2.8/wx/richtext/richtextformatdlg.h
-include/wx-2.8/wx/richtext/richtexthtml.h
-include/wx-2.8/wx/richtext/richtextprint.h
-include/wx-2.8/wx/richtext/richtextstyledlg.h
-include/wx-2.8/wx/richtext/richtextstyles.h
-include/wx-2.8/wx/richtext/richtextsymboldlg.h
-include/wx-2.8/wx/richtext/richtextxml.h
-include/wx-2.8/wx/sashwin.h
-include/wx-2.8/wx/sckaddr.h
-include/wx-2.8/wx/sckipc.h
-include/wx-2.8/wx/sckstrm.h
-include/wx-2.8/wx/scopeguard.h
-include/wx-2.8/wx/scrolbar.h
-include/wx-2.8/wx/scrolwin.h
-include/wx-2.8/wx/selstore.h
-include/wx-2.8/wx/settings.h
-include/wx-2.8/wx/sizer.h
-include/wx-2.8/wx/slider.h
-include/wx-2.8/wx/snglinst.h
-include/wx-2.8/wx/socket.h
-include/wx-2.8/wx/sound.h
-include/wx-2.8/wx/spinbutt.h
-include/wx-2.8/wx/spinctrl.h
-include/wx-2.8/wx/splash.h
-include/wx-2.8/wx/splitter.h
-include/wx-2.8/wx/srchctrl.h
-include/wx-2.8/wx/sstream.h
-include/wx-2.8/wx/stack.h
-include/wx-2.8/wx/stackwalk.h
-include/wx-2.8/wx/statbmp.h
-include/wx-2.8/wx/statbox.h
-include/wx-2.8/wx/statline.h
-include/wx-2.8/wx/stattext.h
-include/wx-2.8/wx/statusbr.h
-include/wx-2.8/wx/stdpaths.h
-include/wx-2.8/wx/stockitem.h
-include/wx-2.8/wx/stopwatch.h
-include/wx-2.8/wx/strconv.h
-include/wx-2.8/wx/stream.h
-include/wx-2.8/wx/string.h
-include/wx-2.8/wx/sysopt.h
-include/wx-2.8/wx/tab.h
-include/wx-2.8/wx/tabctrl.h
-include/wx-2.8/wx/tarstrm.h
-include/wx-2.8/wx/taskbar.h
-include/wx-2.8/wx/tbarbase.h
-include/wx-2.8/wx/textbuf.h
-include/wx-2.8/wx/textctrl.h
-include/wx-2.8/wx/textdlg.h
-include/wx-2.8/wx/textfile.h
-include/wx-2.8/wx/tglbtn.h
-include/wx-2.8/wx/thread.h
-include/wx-2.8/wx/thrimpl.cpp
-include/wx-2.8/wx/timer.h
-include/wx-2.8/wx/tipdlg.h
-include/wx-2.8/wx/tipwin.h
-include/wx-2.8/wx/tokenzr.h
-include/wx-2.8/wx/toolbar.h
-include/wx-2.8/wx/toolbook.h
-include/wx-2.8/wx/tooltip.h
-include/wx-2.8/wx/toplevel.h
-include/wx-2.8/wx/treebase.h
-include/wx-2.8/wx/treebook.h
-include/wx-2.8/wx/treectrl.h
-include/wx-2.8/wx/txtstrm.h
-include/wx-2.8/wx/types.h
-include/wx-2.8/wx/unix/apptbase.h
-include/wx-2.8/wx/unix/apptrait.h
-include/wx-2.8/wx/unix/execute.h
-include/wx-2.8/wx/unix/fontutil.h
-include/wx-2.8/wx/unix/gsockunx.h
-include/wx-2.8/wx/unix/joystick.h
-include/wx-2.8/wx/unix/mimetype.h
-include/wx-2.8/wx/unix/pipe.h
-include/wx-2.8/wx/unix/private.h
-include/wx-2.8/wx/unix/sound.h
-include/wx-2.8/wx/unix/stackwalk.h
-include/wx-2.8/wx/unix/stdpaths.h
-include/wx-2.8/wx/unix/taskbarx11.h
-include/wx-2.8/wx/unix/utilsx11.h
-include/wx-2.8/wx/uri.h
-include/wx-2.8/wx/url.h
-include/wx-2.8/wx/utils.h
-include/wx-2.8/wx/valgen.h
-include/wx-2.8/wx/validate.h
-include/wx-2.8/wx/valtext.h
-include/wx-2.8/wx/variant.h
-include/wx-2.8/wx/vector.h
-include/wx-2.8/wx/version.h
-include/wx-2.8/wx/vidmode.h
-include/wx-2.8/wx/vlbox.h
-include/wx-2.8/wx/vms_x_fix.h
-include/wx-2.8/wx/volume.h
-include/wx-2.8/wx/vscroll.h
-include/wx-2.8/wx/wave.h
-include/wx-2.8/wx/wfstream.h
-include/wx-2.8/wx/window.h
-include/wx-2.8/wx/wizard.h
-include/wx-2.8/wx/wupdlock.h
-include/wx-2.8/wx/wx.h
-include/wx-2.8/wx/wxchar.h
-include/wx-2.8/wx/wxhtml.h
-include/wx-2.8/wx/wxprec.h
-include/wx-2.8/wx/xml/xml.h
-include/wx-2.8/wx/xpmdecod.h
-include/wx-2.8/wx/xpmhand.h
-include/wx-2.8/wx/xrc/xh_all.h
-include/wx-2.8/wx/xrc/xh_animatctrl.h
-include/wx-2.8/wx/xrc/xh_bmp.h
-include/wx-2.8/wx/xrc/xh_bmpbt.h
-include/wx-2.8/wx/xrc/xh_bmpcbox.h
-include/wx-2.8/wx/xrc/xh_bttn.h
-include/wx-2.8/wx/xrc/xh_cald.h
-include/wx-2.8/wx/xrc/xh_chckb.h
-include/wx-2.8/wx/xrc/xh_chckl.h
-include/wx-2.8/wx/xrc/xh_choic.h
-include/wx-2.8/wx/xrc/xh_choicbk.h
-include/wx-2.8/wx/xrc/xh_clrpicker.h
-include/wx-2.8/wx/xrc/xh_collpane.h
-include/wx-2.8/wx/xrc/xh_combo.h
-include/wx-2.8/wx/xrc/xh_datectrl.h
-include/wx-2.8/wx/xrc/xh_dirpicker.h
-include/wx-2.8/wx/xrc/xh_dlg.h
-include/wx-2.8/wx/xrc/xh_filepicker.h
-include/wx-2.8/wx/xrc/xh_fontpicker.h
-include/wx-2.8/wx/xrc/xh_frame.h
-include/wx-2.8/wx/xrc/xh_gauge.h
-include/wx-2.8/wx/xrc/xh_gdctl.h
-include/wx-2.8/wx/xrc/xh_grid.h
-include/wx-2.8/wx/xrc/xh_html.h
-include/wx-2.8/wx/xrc/xh_htmllbox.h
-include/wx-2.8/wx/xrc/xh_hyperlink.h
-include/wx-2.8/wx/xrc/xh_listb.h
-include/wx-2.8/wx/xrc/xh_listbk.h
-include/wx-2.8/wx/xrc/xh_listc.h
-include/wx-2.8/wx/xrc/xh_mdi.h
-include/wx-2.8/wx/xrc/xh_menu.h
-include/wx-2.8/wx/xrc/xh_notbk.h
-include/wx-2.8/wx/xrc/xh_odcombo.h
-include/wx-2.8/wx/xrc/xh_panel.h
-include/wx-2.8/wx/xrc/xh_propdlg.h
-include/wx-2.8/wx/xrc/xh_radbt.h
-include/wx-2.8/wx/xrc/xh_radbx.h
-include/wx-2.8/wx/xrc/xh_scrol.h
-include/wx-2.8/wx/xrc/xh_scwin.h
-include/wx-2.8/wx/xrc/xh_sizer.h
-include/wx-2.8/wx/xrc/xh_slidr.h
-include/wx-2.8/wx/xrc/xh_spin.h
-include/wx-2.8/wx/xrc/xh_split.h
-include/wx-2.8/wx/xrc/xh_statbar.h
-include/wx-2.8/wx/xrc/xh_stbmp.h
-include/wx-2.8/wx/xrc/xh_stbox.h
-include/wx-2.8/wx/xrc/xh_stlin.h
-include/wx-2.8/wx/xrc/xh_sttxt.h
-include/wx-2.8/wx/xrc/xh_text.h
-include/wx-2.8/wx/xrc/xh_tglbtn.h
-include/wx-2.8/wx/xrc/xh_toolb.h
-include/wx-2.8/wx/xrc/xh_tree.h
-include/wx-2.8/wx/xrc/xh_treebk.h
-include/wx-2.8/wx/xrc/xh_unkwn.h
-include/wx-2.8/wx/xrc/xh_wizrd.h
-include/wx-2.8/wx/xrc/xmlres.h
-include/wx-2.8/wx/xti.h
-include/wx-2.8/wx/xtistrm.h
-include/wx-2.8/wx/xtixml.h
-include/wx-2.8/wx/zipstrm.h
-include/wx-2.8/wx/zstream.h
-share/aclocal/wxwin28.m4
-share/bakefile/presets/wx28.bkl
-share/bakefile/presets/wx28_unix.bkl
-share/bakefile/presets/wx28_win32.bkl
-share/locale/ca/LC_MESSAGES/wxstd28.mo
-share/locale/cs/LC_MESSAGES/wxstd28.mo
-share/locale/da/LC_MESSAGES/wxstd28.mo
-share/locale/de/LC_MESSAGES/wxstd28.mo
-share/locale/el/LC_MESSAGES/wxstd28.mo
-share/locale/es/LC_MESSAGES/wxstd28.mo
-share/locale/fi/LC_MESSAGES/wxstd28.mo
-share/locale/fr/LC_MESSAGES/wxstd28.mo
-share/locale/hu/LC_MESSAGES/wxstd28.mo
-share/locale/id/LC_MESSAGES/wxstd28.mo
-share/locale/it/LC_MESSAGES/wxstd28.mo
-share/locale/ja/LC_MESSAGES/wxstd28.mo
-share/locale/nl/LC_MESSAGES/wxstd28.mo
-share/locale/pl/LC_MESSAGES/wxstd28.mo
-share/locale/ru/LC_MESSAGES/wxstd28.mo
-share/locale/sl/LC_MESSAGES/wxstd28.mo
-share/locale/sv/LC_MESSAGES/wxstd28.mo
-share/locale/tr/LC_MESSAGES/wxstd28.mo
-share/locale/uk/LC_MESSAGES/wxstd28.mo
-share/locale/zh_CN/LC_MESSAGES/wxstd28.mo
-share/locale/zh_TW/LC_MESSAGES/wxstd28.mo
diff --git a/x11-toolkits/wxgtk28-contrib-common/Makefile b/x11-toolkits/wxgtk28-contrib-common/Makefile
deleted file mode 100644
index ead72b74d6e2..000000000000
--- a/x11-toolkits/wxgtk28-contrib-common/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-MAINTAINER=	desktop@FreeBSD.org
-COMMENT=	The wxWidgets GUI toolkit contributed libraries (common files)
-
-WXGTK_FLAVOR=	gtk2-contrib-common
-MASTERDIR=	${.CURDIR}/../wxgtk28
-
-.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-contrib-common/pkg-plist b/x11-toolkits/wxgtk28-contrib-common/pkg-plist
deleted file mode 100644
index da3e077be89c..000000000000
--- a/x11-toolkits/wxgtk28-contrib-common/pkg-plist
+++ /dev/null
@@ -1,52 +0,0 @@
-include/wx-2.8/wx/fl/antiflickpl.h
-include/wx-2.8/wx/fl/bardragpl.h
-include/wx-2.8/wx/fl/barhintspl.h
-include/wx-2.8/wx/fl/cbcustom.h
-include/wx-2.8/wx/fl/controlbar.h
-include/wx-2.8/wx/fl/dynbarhnd.h
-include/wx-2.8/wx/fl/dyntbar.h
-include/wx-2.8/wx/fl/dyntbarhnd.h
-include/wx-2.8/wx/fl/fldefs.h
-include/wx-2.8/wx/fl/frmview.h
-include/wx-2.8/wx/fl/garbagec.h
-include/wx-2.8/wx/fl/gcupdatesmgr.h
-include/wx-2.8/wx/fl/hintanimpl.h
-include/wx-2.8/wx/fl/newbmpbtn.h
-include/wx-2.8/wx/fl/panedrawpl.h
-include/wx-2.8/wx/fl/rowdragpl.h
-include/wx-2.8/wx/fl/rowlayoutpl.h
-include/wx-2.8/wx/fl/toolwnd.h
-include/wx-2.8/wx/fl/updatesmgr.h
-include/wx-2.8/wx/gizmos/dynamicsash.h
-include/wx-2.8/wx/gizmos/editlbox.h
-include/wx-2.8/wx/gizmos/gizmos.h
-include/wx-2.8/wx/gizmos/ledctrl.h
-include/wx-2.8/wx/gizmos/multicell.h
-include/wx-2.8/wx/gizmos/splittree.h
-include/wx-2.8/wx/gizmos/statpict.h
-include/wx-2.8/wx/gizmos/xh_statpict.h
-include/wx-2.8/wx/ogl/basic.h
-include/wx-2.8/wx/ogl/basicp.h
-include/wx-2.8/wx/ogl/bmpshape.h
-include/wx-2.8/wx/ogl/canvas.h
-include/wx-2.8/wx/ogl/composit.h
-include/wx-2.8/wx/ogl/constrnt.h
-include/wx-2.8/wx/ogl/divided.h
-include/wx-2.8/wx/ogl/drawn.h
-include/wx-2.8/wx/ogl/drawnp.h
-include/wx-2.8/wx/ogl/lines.h
-include/wx-2.8/wx/ogl/linesp.h
-include/wx-2.8/wx/ogl/mfutils.h
-include/wx-2.8/wx/ogl/misc.h
-include/wx-2.8/wx/ogl/ogl.h
-include/wx-2.8/wx/ogl/ogldiag.h
-include/wx-2.8/wx/plot/plot.h
-include/wx-2.8/wx/plot/plot_dwn.bmp
-include/wx-2.8/wx/plot/plot_enl.bmp
-include/wx-2.8/wx/plot/plot_shr.bmp
-include/wx-2.8/wx/plot/plot_up.bmp
-include/wx-2.8/wx/plot/plot_zin.bmp
-include/wx-2.8/wx/plot/plot_zot.bmp
-include/wx-2.8/wx/plot/wxplot.rc
-include/wx-2.8/wx/stc/stc.h
-include/wx-2.8/wx/svg/dcsvg.h
diff --git a/x11-toolkits/wxgtk28-contrib/Makefile b/x11-toolkits/wxgtk28-contrib/Makefile
deleted file mode 100644
index 8191659415ec..000000000000
--- a/x11-toolkits/wxgtk28-contrib/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-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
-
-.include "${MASTERDIR}/Makefile"
diff --git a/x11-toolkits/wxgtk28-contrib/pkg-plist b/x11-toolkits/wxgtk28-contrib/pkg-plist
deleted file mode 100644
index 6281ec78ed9a..000000000000
--- a/x11-toolkits/wxgtk28-contrib/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-lib/libwx_gtk2u_fl-2.8.so
-lib/libwx_gtk2u_fl-2.8.so.0
-lib/libwx_gtk2u_fl-2.8.so.0.8.0
-lib/libwx_gtk2u_gizmos-2.8.so
-lib/libwx_gtk2u_gizmos-2.8.so.0
-lib/libwx_gtk2u_gizmos-2.8.so.0.8.0
-lib/libwx_gtk2u_gizmos_xrc-2.8.so
-lib/libwx_gtk2u_gizmos_xrc-2.8.so.0
-lib/libwx_gtk2u_gizmos_xrc-2.8.so.0.8.0
-lib/libwx_gtk2u_ogl-2.8.so
-lib/libwx_gtk2u_ogl-2.8.so.0
-lib/libwx_gtk2u_ogl-2.8.so.0.8.0
-lib/libwx_gtk2u_plot-2.8.so
-lib/libwx_gtk2u_plot-2.8.so.0
-lib/libwx_gtk2u_plot-2.8.so.0.8.0
-lib/libwx_gtk2u_stc-2.8.so
-lib/libwx_gtk2u_stc-2.8.so.0
-lib/libwx_gtk2u_stc-2.8.so.0.8.0
-lib/libwx_gtk2u_svg-2.8.so
-lib/libwx_gtk2u_svg-2.8.so.0
-lib/libwx_gtk2u_svg-2.8.so.0.8.0
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile
deleted file mode 100644
index 591ff83f0e1b..000000000000
--- a/x11-toolkits/wxgtk28/Makefile
+++ /dev/null
@@ -1,100 +0,0 @@
-PORTNAME=	wx
-PORTVERSION=	2.8.12
-PORTREVISION?=	10
-CATEGORIES=	x11-toolkits
-MASTER_SITES=	SF/wxwindows/${PORTVERSION}
-PKGNAMESUFFIX=	28-${WXGTK_FLAVOR}
-DISTNAME=	wxGTK-${PORTVERSION}
-
-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
-
-USES=		compiler:c++11-lang gl gmake gnome iconv jpeg localbase \
-		pkgconfig tar:bzip2 xorg
-USE_CXXSTD=	gnu++98
-USE_XORG=	x11 sm xxf86vm xinerama
-USE_GL=		glu
-USE_GNOME=	gtk20 pangox-compat
-GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-libpng=sys\
-		--with-libjpeg=sys\
-		--with-libtiff=sys\
-		--with-zlib=sys\
-		--with-expat=sys\
-		--with-opengl\
-		--with-mspack\
-		--with-gtk\
-		--disable-mediactrl \
-		--disable-backtrace\
-		--enable-graphics_ctx
-CONFIGURE_ENV=	X11BASE="${LOCALBASE}"
-PLIST=		${.CURDIR}/pkg-plist
-
-WXGTK_FLAVOR?=	gtk2
-
-OPTIONS_DEFINE=	MSPACK
-OPTIONS_DEFAULT=	MSPACK
-MSPACK_DESC=	MS archives support
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MMSPACK}
-CONFIGURE_ARGS+=--with-libmspack
-LIB_DEPENDS+=	libmspack.so:archivers/libmspack
-.else
-CONFIGURE_ARGS+=--without-libmspack
-.endif
-
-.if ${WXGTK_FLAVOR} != "gtk2-common"
-RUN_DEPENDS=	${LOCALBASE}/include/wx-2.8/wx/wx.h:x11-toolkits/wxgtk28-common
-.endif
-
-.if ${WXGTK_FLAVOR:M*-common} != ""
-NO_BUILD=	yes
-INSTALL_TARGET=	install-common
-USES+=		gettext-tools
-.else
-USE_LDCONFIG=	yes
-.endif # *-common
-
-.if ${WXGTK_FLAVOR:M*-contrib*} != ""
-BUILD_WRKSRC=	${WRKSRC}/contrib
-INSTALL_WRKSRC=	${BUILD_WRKSRC}
-
-.if ${WXGTK_FLAVOR} != "gtk2-contrib-common"
-USE_WX=		2.8
-RUN_DEPENDS=	${LOCALBASE}/include/wx-2.8/wx/stc/stc.h:x11-toolkits/wxgtk28-contrib-common
-
-pre-configure:
-	@${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \
-		-e "s|@CXXFLAGS@|${CFLAGS} `${WX_CONFIG} --cxxflags`|" \
-		-e "s|@CFLAGS@|${CFLAGS} `${WX_CONFIG} --cflags`|" \
-		-e "s|@CPPFLAGS@||"
-
-.endif # !gtk2-contrib-common
-.endif # *-contrib*
-
-CONFIGURE_ARGS+=--enable-unicode
-
-.include <bsd.port.pre.mk>
-
-# GCC is broken with PCH: https://lists.freebsd.org/pipermail/svn-src-all/2015-March/101722.html
-.if ${CHOSEN_COMPILER_TYPE} == gcc
-CONFIGURE_ARGS+=	--disable-precomp-headers
-.endif
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|pkg_config_args --cflags|pkg_config_args pangox --cflags|g ; \
-		s|pkg_config_args --libs|pkg_config_args pangox --libs|g' \
-		-e 's|png_check_sig|png_sig_cmp|g' \
-			${WRKSRC}/configure
-
-.include <bsd.port.post.mk>
diff --git a/x11-toolkits/wxgtk28/distinfo b/x11-toolkits/wxgtk28/distinfo
deleted file mode 100644
index 93145ee4025d..000000000000
--- a/x11-toolkits/wxgtk28/distinfo
*** 349 LINES SKIPPED ***