1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Add support for wx 2.9

- Reassign to a new maintainer

PR:		ports/163006
Submitted by:	fjoe
Feature safe:	yes
This commit is contained in:
Pav Lucistnik 2011-12-02 08:18:42 +00:00
parent f61191326d
commit 90b7ec3c55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286758

View File

@ -111,7 +111,7 @@
# USE_WX_NOT= 2.4
#
WX_Include_MAINTAINER= alepulver@FreeBSD.org
WX_Include_MAINTAINER= fjoe@FreeBSD.org
#
# Global definitions.
@ -131,8 +131,8 @@ _WX_Definitions_Done= yes
_WX_COMPS_ALL= wx contrib python svg
_WX_DEP_TYPES_ALL= build lib run
_WX_VERS_ALL= 2.4 2.6 2.8
_WX_VERS_UC_ALL= 2.6 2.8
_WX_VERS_ALL= 2.4 2.6 2.8 2.9
_WX_VERS_UC_ALL= 2.6 2.8 2.9
_WX_VERS_LISTS= WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED
#
@ -177,6 +177,10 @@ _WX_FILE_python_2.8= ${PYTHON_SITELIBDIR}/wx-2.8-gtk2${_WX_PYSUFX}/wx/__init__.p
_WX_PORT_svg_2.8= graphics/wxsvg
_WX_LIB_svg_2.8= wxsvg
# wxgtk 2.9
_WX_PORT_wx_2.9= x11-toolkits/wxgtk29
_WX_LIB_wx_2.9= wx_baseu-2.9
# Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropiately.
# Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib".