[MacPorts] #54978: wxPython-3.0 no mirror had wxWidgets-3.0.3.tar.bz2 for wxPython-3.0
MacPorts
noreply at macports.org
Tue Oct 3 14:17:13 UTC 2017
#54978: wxPython-3.0 no mirror had wxWidgets-3.0.3.tar.bz2 for wxPython-3.0
---------------------------+----------------------
Reporter: hui811116 | Owner: mojca
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.4.1
Resolution: | Keywords:
Port: wxPython-3.0 |
---------------------------+----------------------
Comment (by Veence):
The problem is the hardcoded 3.0.2 version in WxWidgets-3.0
{{{
if {${subport} eq ${name}} {
wxWidgets.use wxWidgets-3.0
} elseif {${subport} eq "wxWidgets-3.0-libcxx"} {
# ugly workaround to allow some C++11-only applications to be built on
< 10.9
wxWidgets.use wxWidgets-3.0-libcxx
} elseif {${subport} eq "wxWidgets-3.0-cxx11"} {
# ugly workaround to allow some C++11-only applications to be built on
< 10.9
wxWidgets.use wxWidgets-3.0-cxx11
PortGroup cxx11 1.1
} elseif {${subport} eq "wxPython-3.0"} {
wxWidgets.use wxPython-3.0
➡️ version 3.0.2
revision 5
}}}
--
Ticket URL: <https://trac.macports.org/ticket/54978#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list