aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-31 02:56:12 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-12-31 02:58:33 +0000
commit7192bbd74a6ecedc1b42e44b1f154b40f207651a (patch)
tree45bd045c9be4880126bf4dbc83dee04940d80270
parenta95989d60524592010f8ee3cfbd45fa926b5e8f2 (diff)
downloadports-7192bbd74a6ecedc1b42e44b1f154b40f207651a.tar.gz
ports-7192bbd74a6ecedc1b42e44b1f154b40f207651a.zip
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
-rw-r--r--MOVED4
-rw-r--r--Mk/bsd.wx.mk48
-rw-r--r--x11-toolkits/Makefile4
-rw-r--r--x11-toolkits/wxgtk28-common/Makefile9
-rw-r--r--x11-toolkits/wxgtk28-common/pkg-plist564
-rw-r--r--x11-toolkits/wxgtk28-contrib-common/Makefile7
-rw-r--r--x11-toolkits/wxgtk28-contrib-common/pkg-plist52
-rw-r--r--x11-toolkits/wxgtk28-contrib/Makefile10
-rw-r--r--x11-toolkits/wxgtk28-contrib/pkg-plist21
-rw-r--r--x11-toolkits/wxgtk28/Makefile100
-rw-r--r--x11-toolkits/wxgtk28/distinfo2
-rw-r--r--x11-toolkits/wxgtk28/files/patch-Makefile.in57
-rw-r--r--x11-toolkits/wxgtk28/files/patch-configure28
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in9
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in29
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp11
-rw-r--r--x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in23
-rw-r--r--x11-toolkits/wxgtk28/pkg-descr2
-rw-r--r--x11-toolkits/wxgtk28/pkg-plist36
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
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wxGTK-2.8.12.tar.bz2) = f4193c29fb0e790c9a5c8936f082377a7e51c76bccafe41f4f9da7ca15c0ef1a
-SIZE (wxGTK-2.8.12.tar.bz2) = 9292767
diff --git a/x11-toolkits/wxgtk28/files/patch-Makefile.in b/x11-toolkits/wxgtk28/files/patch-Makefile.in
deleted file mode 100644
index bc15e07934ed..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-Makefile.in
+++ /dev/null
@@ -1,57 +0,0 @@
---- Makefile.in.orig 2009-03-06 18:17:59.000000000 +0600
-+++ Makefile.in 2009-03-20 00:04:22.000000000 +0600
-@@ -25,6 +25,7 @@
- SONAME_FLAG = @SONAME_FLAG@
- STRIP = @STRIP@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- INSTALL_DATA = @INSTALL_DATA@
- INSTALL_DIR = @INSTALL_DIR@
- BK_DEPS = @BK_DEPS@
-@@ -11443,11 +11444,7 @@
-
- all: $(__wxregex___depname) $(__wxzlib___depname) $(__wxpng___depname) $(__wxjpeg___depname) $(__wxtiff___depname) $(__wxodbc___depname) $(__wxexpat___depname) $(__monodll___depname) $(__monolib___depname) $(__basedll___depname) $(__baselib___depname) $(__netdll___depname) $(__netlib___depname) $(__coredll___depname) $(__corelib___depname) $(__advdll___depname) $(__advlib___depname) $(__mediadll___depname) $(__medialib___depname) $(__odbcdll___depname) $(__odbclib___depname) $(__dbgriddll___depname) $(__dbgridlib___depname) $(__htmldll___depname) $(__htmllib___depname) $(__qadll___depname) $(__qalib___depname) $(__xmldll___depname) $(__xmllib___depname) $(__xrcdll___depname) $(__xrclib___depname) $(__auidll___depname) $(__auilib___depname) $(__richtextdll___depname) $(__richtextlib___depname) $(__gldll___depname) $(__gllib___depname) $(__sound_sdl___depname) $(__wxrc___depname) $(__cocoa_res___depname)
-
--install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig locale_install locale_msw_install $(__cocoa_res_install___depname)
-- $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal
-- (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal)
-- $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets
-- (cd $(srcdir)/build/bakefiles/wxpresets/presets ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets)
-+install: $(__install_wxregex___depname) $(__install_wxzlib___depname) $(__install_wxpng___depname) $(__install_wxjpeg___depname) $(__install_wxtiff___depname) $(__install_wxodbc___depname) $(__install_wxexpat___depname) $(__install_monodll___depname) $(__install_monolib___depname) $(__install_basedll___depname) $(__install_baselib___depname) $(__install_netdll___depname) $(__install_netlib___depname) $(__install_coredll___depname) $(__install_corelib___depname) $(__install_advdll___depname) $(__install_advlib___depname) $(__install_mediadll___depname) $(__install_medialib___depname) $(__install_odbcdll___depname) $(__install_odbclib___depname) $(__install_dbgriddll___depname) $(__install_dbgridlib___depname) $(__install_htmldll___depname) $(__install_htmllib___depname) $(__install_qadll___depname) $(__install_qalib___depname) $(__install_xmldll___depname) $(__install_xmllib___depname) $(__install_xrcdll___depname) $(__install_xrclib___depname) $(__install_auidll___depname) $(__install_auilib___depname) $(__install_richtextdll___depname) $(__install_richtextlib___depname) $(__install_gldll___depname) $(__install_gllib___depname) $(__install_sound_sdl___depname) $(__install_wxrc___depname) install-wxconfig $(__cocoa_res_install___depname)
- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx
- for f in setup.h $(RCDEFS_H); do \
- if test ! -d $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/`dirname $$f` ; then \
-@@ -11455,6 +11452,12 @@
- fi; \
- $(INSTALL_DATA) ./lib/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f $(DESTDIR)$(libdir)/wx/include/$(TOOLCHAIN_FULLNAME)/wx/$$f; \
- done
-+
-+install-common: locale_install
-+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/aclocal
-+ (cd $(srcdir) ; $(INSTALL_DATA) wxwin.m4 $(DESTDIR)$(datadir)/aclocal/wxwin$(WX_RELEASE_NODOT).m4)
-+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/bakefile/presets
-+ (cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; for i in wx.bkl wx_unix.bkl wx_win32.bkl; do $(INSTALL_DATA) $$i $(DESTDIR)$(datadir)/bakefile/presets/wx$(WX_RELEASE_NODOT)$${i##wx}; done)
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in $(ALL_HEADERS); do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
-@@ -12202,17 +12205,16 @@
-
- install-wxconfig:
- $(INSTALL_DIR) $(DESTDIR)$(bindir)
-- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
-- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config
-- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
-+ $(INSTALL_SCRIPT) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(bindir)/wx$(TOOLCHAIN_NAME)-config
-
- locale_install:
-+ (cd $(srcdir)/locale && $(MAKE) allmo)
- $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
- for l in $(LOCALE_LINGUAS) ; do \
- $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \
- $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \
- if test -f $(srcdir)/locale/$$l.mo ; then \
-- $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd.mo ; \
-+ $(INSTALL_DATA) $(srcdir)/locale/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxstd$(WX_RELEASE_NODOT).mo ; \
- fi ; \
- done
-
diff --git a/x11-toolkits/wxgtk28/files/patch-configure b/x11-toolkits/wxgtk28/files/patch-configure
deleted file mode 100644
index e5b934c300ba..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-configure
+++ /dev/null
@@ -1,28 +0,0 @@
---- configure.orig Mon Nov 13 16:57:42 2006
-+++ configure Thu Nov 30 22:49:10 2006
-@@ -24040,6 +24040,7 @@
-
-
- SEARCH_INCLUDE="\
-+ $X11BASE/include \
- /usr/local/include \
- \
- /usr/Motif-2.1/include \
-@@ -38999,7 +39000,7 @@
- fi
- ;;
- *-*-freebsd*)
-- THREAD_OPTS="-kthread lthread $THREAD_OPTS c_r"
-+ THREAD_OPTS="-pthread"
- ;;
- *-*-darwin* | *-*-cygwin* )
- THREAD_OPTS=""
-@@ -41649,7 +41650,7 @@
- OPTIMISE_CFLAGS="-O"
- fi
- fi
--
-+OPTIMISE_CFLAGS=
-
- if test "x$WXWIN_COMPATIBILITY_2_4" = "xyes"; then
- cat >>confdefs.h <<\_ACEOF
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in
deleted file mode 100644
index 20b4b5800f89..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-Makefile.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- contrib/Makefile.in.orig Sun Jun 27 21:46:24 2004
-+++ contrib/Makefile.in Sun Jun 27 21:46:44 2004
-@@ -16,3 +16,6 @@
-
- install:
- cd src; $(MAKE) install
-+
-+install-common:
-+ cd src; $(MAKE) install-common
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in
deleted file mode 100644
index 78773088be8a..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-Makefile.in
+++ /dev/null
@@ -1,29 +0,0 @@
---- contrib/src/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600
-+++ contrib/src/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -2,15 +2,25 @@
-
- CONTRIB_SUBDIRS=fl gizmos mmedia ogl plot stc svg #deprecated #applet
-
--all:
-+WX_RELEASE= @WX_RELEASE@
-+wx_top_builddir= @wx_top_builddir@
-+@COND_UNICODE_1@wxregexu_depname= wxregexu
-+
-+all: $(wxregexu_depname)
- @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE)); done
-
-+wxregexu:
-+ @cd ../.. && $(MAKE) $(wx_top_builddir)/lib/libwxregexu-$(WX_RELEASE).a
-+
- clean:
- @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) clean); done
-
- install:
- @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install); done
-
-+
-+install-common:
-+ @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) install-common); done
- uninstall:
- @for d in $(CONTRIB_SUBDIRS); do (cd $$d && $(MAKE) uninstall); done
-
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in
deleted file mode 100644
index cd1f741c59cd..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-fl-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/src/fl/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600
-+++ contrib/src/fl/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -245,6 +245,8 @@
- all: $(__fldll___depname) $(__fllib___depname)
-
- install: $(__install_fldll___depname) $(__install_fllib___depname)
-+
-+install-common:
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in wx/fl/antiflickpl.h wx/fl/bardragpl.h wx/fl/barhintspl.h wx/fl/cbcustom.h wx/fl/controlbar.h wx/fl/dynbarhnd.h wx/fl/dyntbar.h wx/fl/dyntbarhnd.h wx/fl/fldefs.h wx/fl/frmview.h wx/fl/garbagec.h wx/fl/gcupdatesmgr.h wx/fl/hintanimpl.h wx/fl/newbmpbtn.h wx/fl/panedrawpl.h wx/fl/rowdragpl.h wx/fl/rowlayoutpl.h wx/fl/toolwnd.h wx/fl/updatesmgr.h; do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in
deleted file mode 100644
index c71e4ee1ed72..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-gizmos-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/src/gizmos/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600
-+++ contrib/src/gizmos/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -308,6 +308,8 @@
- all: $(__gizmosdll___depname) $(__gizmos_xrcdll___depname) $(__gizmoslib___depname) $(__gizmos_xrclib___depname)
-
- install: $(__install_gizmosdll___depname) $(__install_gizmos_xrcdll___depname) $(__install_gizmoslib___depname) $(__install_gizmos_xrclib___depname)
-+
-+install-common:
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h wx/gizmos/xh_statpict.h; do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in
deleted file mode 100644
index 5039cab23735..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-ogl-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/src/ogl/Makefile.in.orig 2009-03-06 18:18:06.000000000 +0600
-+++ contrib/src/ogl/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -235,6 +235,8 @@
- all: $(__ogldll___depname) $(__ogllib___depname)
-
- install: $(__install_ogldll___depname) $(__install_ogllib___depname)
-+
-+install-common:
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in wx/ogl/basic.h wx/ogl/basicp.h wx/ogl/bmpshape.h wx/ogl/canvas.h wx/ogl/composit.h wx/ogl/constrnt.h wx/ogl/divided.h wx/ogl/drawn.h wx/ogl/drawnp.h wx/ogl/lines.h wx/ogl/linesp.h wx/ogl/mfutils.h wx/ogl/misc.h wx/ogl/ogldiag.h wx/ogl/ogl.h; do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in
deleted file mode 100644
index 1089e7351728..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-plot-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/src/plot/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600
-+++ contrib/src/plot/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -213,6 +213,8 @@
- all: $(__plotdll___depname) $(__plotlib___depname)
-
- install: $(__install_plotdll___depname) $(__install_plotlib___depname)
-+
-+install-common:
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in wx/plot/plot.h wx/plot/plot_dwn.bmp wx/plot/plot_enl.bmp wx/plot/plot_shr.bmp wx/plot/plot_up.bmp wx/plot/plot_zin.bmp wx/plot/plot_zot.bmp wx/plot/wxplot.rc; do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in
deleted file mode 100644
index b665ce68fe64..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/src/stc/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600
-+++ contrib/src/stc/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -369,6 +369,8 @@
- all: $(__stcdll___depname) $(__stclib___depname)
-
- install: $(__install_stcdll___depname) $(__install_stclib___depname)
-+
-+install-common:
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in wx/stc/stc.h; do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
diff --git a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in b/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in
deleted file mode 100644
index 1210c8879914..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-contrib-src-svg-Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- contrib/src/svg/Makefile.in.orig 2009-03-06 18:18:00.000000000 +0600
-+++ contrib/src/svg/Makefile.in 2009-03-20 00:07:59.000000000 +0600
-@@ -213,6 +213,8 @@
- all: $(__svgdll___depname) $(__svglib___depname)
-
- install: $(__install_svgdll___depname) $(__install_svglib___depname)
-+
-+install-common:
- $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
- for f in wx/svg/dcsvg.h; do \
- if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \
diff --git a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp b/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp
deleted file mode 100644
index 5d205cecb55a..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-src-common-intl.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/intl.cpp.orig Mon Jan 8 21:27:30 2007
-+++ src/common/intl.cpp Mon Jan 8 21:27:18 2007
-@@ -1585,7 +1585,7 @@
- bool bOk = true;
- if ( bLoadDefault )
- {
-- bOk = AddCatalog(wxT("wxstd"));
-+ bOk = AddCatalog(wxT("wxstd" wxSTRINGIZE(wxMAJOR_VERSION) wxSTRINGIZE(wxMINOR_VERSION)));
-
- // there may be a catalog with toolkit specific overrides, it is not
- // an error if this does not exist
diff --git a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in b/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in
deleted file mode 100644
index 1ae8e5792c84..000000000000
--- a/x11-toolkits/wxgtk28/files/patch-utils-wxrc-Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
---- utils/wxrc/Makefile.in.orig Thu Nov 30 23:00:32 2006
-+++ utils/wxrc/Makefile.in Thu Nov 30 23:01:25 2006
-@@ -29,6 +29,7 @@
- TOOLKIT = @TOOLKIT@
- TOOLKIT_LOWERCASE = @TOOLKIT_LOWERCASE@
- TOOLKIT_VERSION = @TOOLKIT_VERSION@
-+TOOLCHAIN_NAME = @TOOLCHAIN_NAME@
- EXTRALIBS = @EXTRALIBS@
- EXTRALIBS_XML = @EXTRALIBS_XML@
- EXTRALIBS_GUI = @EXTRALIBS_GUI@
-@@ -114,11 +115,7 @@
-
- @COND_USE_XRC_1@install_wxrc:
- @COND_USE_XRC_1@ $(INSTALL_DIR) $(DESTDIR)$(bindir)
--@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
--@COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
--@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)
--@COND_USE_XRC_1@ mv -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(WX_RELEASE)
--@COND_USE_XRC_1@ (cd $(DESTDIR)$(bindir) && $(LN_S) wxrc-$(WX_RELEASE) wxrc$(EXEEXT))
-+@COND_USE_XRC_1@ $(INSTALL_PROGRAM) wxrc$(EXEEXT) $(DESTDIR)$(bindir)/wxrc-$(TOOLCHAIN_NAME)$(EXEEXT)
-
- @COND_USE_XRC_1@uninstall_wxrc:
- @COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT)
diff --git a/x11-toolkits/wxgtk28/pkg-descr b/x11-toolkits/wxgtk28/pkg-descr
deleted file mode 100644
index 17173f04e052..000000000000
--- a/x11-toolkits/wxgtk28/pkg-descr
+++ /dev/null
@@ -1,2 +0,0 @@
-wxWidgets (formerly known as wxWindows) is a C++ GUI framework for platform
-independent software development. On FreeBSD the Gtk toolkit is used.
diff --git a/x11-toolkits/wxgtk28/pkg-plist b/x11-toolkits/wxgtk28/pkg-plist
deleted file mode 100644
index 986fd038dfce..000000000000
--- a/x11-toolkits/wxgtk28/pkg-plist
+++ /dev/null
@@ -1,36 +0,0 @@
-bin/wxgtk2u-2.8-config
-bin/wxrc-gtk2u-2.8
-lib/libwx_baseu-2.8.so
-lib/libwx_baseu-2.8.so.0
-lib/libwx_baseu-2.8.so.0.8.0
-lib/libwx_baseu_net-2.8.so
-lib/libwx_baseu_net-2.8.so.0
-lib/libwx_baseu_net-2.8.so.0.8.0
-lib/libwx_baseu_xml-2.8.so
-lib/libwx_baseu_xml-2.8.so.0
-lib/libwx_baseu_xml-2.8.so.0.8.0
-lib/libwx_gtk2u_adv-2.8.so
-lib/libwx_gtk2u_adv-2.8.so.0
-lib/libwx_gtk2u_adv-2.8.so.0.8.0
-lib/libwx_gtk2u_aui-2.8.so
-lib/libwx_gtk2u_aui-2.8.so.0
-lib/libwx_gtk2u_aui-2.8.so.0.8.0
-lib/libwx_gtk2u_core-2.8.so
-lib/libwx_gtk2u_core-2.8.so.0
-lib/libwx_gtk2u_core-2.8.so.0.8.0
-lib/libwx_gtk2u_gl-2.8.so
-lib/libwx_gtk2u_gl-2.8.so.0
-lib/libwx_gtk2u_gl-2.8.so.0.8.0
-lib/libwx_gtk2u_html-2.8.so
-lib/libwx_gtk2u_html-2.8.so.0
-lib/libwx_gtk2u_html-2.8.so.0.8.0
-lib/libwx_gtk2u_qa-2.8.so
-lib/libwx_gtk2u_qa-2.8.so.0
-lib/libwx_gtk2u_qa-2.8.so.0.8.0
-lib/libwx_gtk2u_richtext-2.8.so
-lib/libwx_gtk2u_richtext-2.8.so.0
-lib/libwx_gtk2u_richtext-2.8.so.0.8.0
-lib/libwx_gtk2u_xrc-2.8.so
-lib/libwx_gtk2u_xrc-2.8.so.0
-lib/libwx_gtk2u_xrc-2.8.so.0.8.0
-lib/wx/include/gtk2-unicode-release-2.8/wx/setup.h