mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
py-wxPython40 aka Phoenix is a reborn of wxPython and in particular it allows to use wxWidgets with Python3. - Add x11-toolkits/py-wxPython40 - Replace wxPython30 by wxPython40 when python wxWidgets is required - Fix cad/kicad and cad/kicad-devel to use wxPython40 "Phoenix" - Update comms/congruity, graphics/py-mayavi from wx 2.8 to 3.0 - While I'm here fix portlint per emulators/playonbsd - Remove RUN_DEPENDS from USE_WX per graphics/djvusmooth - Bump portversion - Fix unicode on x11-toolkits/wxgtk30 and take Maintainer'ship PR: 241893 Reviewed by: koobs, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D21915 Exp-run by: antoine
11 lines
710 B
Python
11 lines
710 B
Python
--- build.py.orig 2019-05-21 23:12:12 UTC
|
|
+++ build.py
|
|
@@ -401,7 +401,7 @@ def makeOptionParser():
|
|
("mac_framework", (False, "Build wxWidgets as a Mac framework.")),
|
|
("mac_arch", ("", "Comma separated list of architectures to build on Mac")),
|
|
|
|
- ("use_syswx", (False, "Try to use an installed wx rather than building the "
|
|
+ ("use_syswx", (True, "Try to use an installed wx rather than building the "
|
|
"one in this source tree. The wx-config in {prefix}/bin "
|
|
"or the first found on the PATH determines which wx is "
|
|
"used. Implies --no_magic.")),
|