FreeBSD Bugzilla – Attachment 235128 Details for
Bug 265093
[NEW PORT]: x11-toolkits/wxgtk32
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add 3.2 to Mk/bsd.wx.mk as available version: "USE_WX=3.2"
bsd.wx.mk.diff (text/plain), 1007 bytes, created by
Vladimir Druzenko
on 2022-07-08 14:22:37 UTC
(
hide
)
Description:
Add 3.2 to Mk/bsd.wx.mk as available version: "USE_WX=3.2"
Filename:
MIME Type:
Creator:
Vladimir Druzenko
Created:
2022-07-08 14:22:37 UTC
Size:
1007 bytes
patch
obsolete
>--- Mk/bsd.wx.mk.orig >+++ Mk/bsd.wx.mk >@@ -112,9 +112,9 @@ > > _WX_COMPS_ALL= wx contrib python > _WX_DEP_TYPES_ALL= build lib run >-_WX_VERS_ALL= 2.8 3.0 3.1 >-_WX_VERS_UC_ALL= 2.8 3.0 3.1 >-_WX_VERS_SKIP= 3.0 3.1 >+_WX_VERS_ALL= 2.8 3.0 3.1 3.2 >+_WX_VERS_UC_ALL= 2.8 3.0 3.1 3.2 >+_WX_VERS_SKIP= 3.0 3.1 3.2 > _WX_VERS_LISTS= WANT_WX_VER WITH_WX_VER _WX_VER_INSTALLED > > # >@@ -144,6 +144,13 @@ > _WX_PORT_wx_3.1= x11-toolkits/wxgtk31 > _WX_LIB_wx_3.1= wx_baseu-3.1 > >+_WX_PORT_python_3.2= x11-toolkits/py-wxPython4@${PY_FLAVOR} >+_WX_FILE_python_3.2= ${PYTHON_SITELIBDIR}/wx/__init__.py >+ >+# wxgtk 3.2 >+_WX_PORT_wx_3.2= x11-toolkits/wxgtk32 >+_WX_LIB_wx_3.2= wx_baseu-3.2 >+ > # Set _WX_SHVER_comp_ver to 0 and _WX_FILE_comp_ver for libs appropriately. > # Set _WX_DEPTYPE_comp_ver for "python" to "run", and others to "lib". > >@@ -407,7 +414,7 @@ > # Set variables. > # > >-. if ${_WX_VER} == 3.1 >+. if ${_WX_VER} == 3.1 || ${_WX_VER} == 3.2 > _GTKVER= 3 > . elif ${_WX_VER} == 3.0 > _GTKVER= ${WANT_WXGTK_VER:U3}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265093
:
235127
|
235128
|
235166
|
235212
|
236303
|
236476
|
236567
|
237359