changes:
- Use wxSTC in the demo for displaying the soucre code of the samples.
- Updated to Scintilla 1.54.
- Lots of bug fixes and such from the wxWindows folks.
- Added wxPython.lib.newevent from Miki Tebeka. Its usage is
- demonstrated in the Threads sample in the demo.
- Updates to wxMaskedEditCtrl.
- Added wxMaskedNumCtrl.
- Added Chris Barker's FloatCanvas.
Inspired by FreeBSD "ports".
Fix the PLISTs accordingly.
Also, while at it, remove now obsolete compileall.py calls in post-install
targets and insure that extension.mk is in included before builinlinks of
other Python modules.
Discussed with/ok'ed by drochner@.
Since glib pulls in threads, we gave to use a threaded Python.
While this is not exactly what the author of PR pkg/21428 intended,
it is correct now.
There is still a problem with dynamically loading of C++ libraries
(the known libgcc issue). For reasons I don't understand atm this
only shows up on 1.5.
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks. Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]