deficiency in orbit-python's Makefile structure: it's not sufficiently
inclusive w.r.t actually using *_CFLAGS generated by various test programs
called from its own configure script. Added a patch to fix this.
- (It's also not very good about using generated *_LIBS, which may cause
future problems.)
- No PORTREVISION bump; this is a build-time problem.
PR: 36278
Submitted by: Christopher Farley <chris@northernbrewer.com>
- Release notes:
- many new features
- improved stability
- improved memory usage - all known leaks fixed
- improved compliance with Python mapping specification
- CORBA exceptions overhauled
- object references implemented as class instances
- works better with GNOME IDLs
- etc.